Skip to content

Commit

Permalink
buildroot: remove new /etc/init.d files that were added in the last B…
Browse files Browse the repository at this point in the history
…uildroot update.

Like the previous ones, to keep things faster.
  • Loading branch information
cirosantilli committed Feb 13, 2020
1 parent 7482b6f commit 457a988
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions rootfs-post-build-script
Expand Up @@ -22,10 +22,14 @@ mkdir -p \
# As of 2d5f95b1839986ca6d7b568296374a2403d2693d
# xorg must be removed or else we get a black screen:
# https://bugs.busybox.net/show_bug.cgi?id=11066
init_d="${target_dir}/etc/init.d"
rm -rf \
"${target_dir}/etc/init.d/S01logging" \
"${target_dir}/etc/init.d/S20urandom" \
"${target_dir}/etc/init.d/S40network" \
"${target_dir}/etc/init.d/S40xorg" \
"${target_dir}/etc/init.d/S50sshd" \
"${init_d}/S01logging" \
"${init_d}/S01syslogd" \
"${init_d}/S02klogd" \
"${init_d}/S02sysctl" \
"${init_d}/S20urandom" \
"${init_d}/S40network" \
"${init_d}/S40xorg" \
"${init_d}/S50sshd" \
;

0 comments on commit 457a988

Please sign in to comment.