mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
buildroot: remove new /etc/init.d files that were added in the last Buildroot update.
Like the previous ones, to keep things faster.
This commit is contained in:
@@ -22,10 +22,14 @@ mkdir -p \
|
|||||||
# As of 2d5f95b1839986ca6d7b568296374a2403d2693d
|
# As of 2d5f95b1839986ca6d7b568296374a2403d2693d
|
||||||
# xorg must be removed or else we get a black screen:
|
# xorg must be removed or else we get a black screen:
|
||||||
# https://bugs.busybox.net/show_bug.cgi?id=11066
|
# https://bugs.busybox.net/show_bug.cgi?id=11066
|
||||||
|
init_d="${target_dir}/etc/init.d"
|
||||||
rm -rf \
|
rm -rf \
|
||||||
"${target_dir}/etc/init.d/S01logging" \
|
"${init_d}/S01logging" \
|
||||||
"${target_dir}/etc/init.d/S20urandom" \
|
"${init_d}/S01syslogd" \
|
||||||
"${target_dir}/etc/init.d/S40network" \
|
"${init_d}/S02klogd" \
|
||||||
"${target_dir}/etc/init.d/S40xorg" \
|
"${init_d}/S02sysctl" \
|
||||||
"${target_dir}/etc/init.d/S50sshd" \
|
"${init_d}/S20urandom" \
|
||||||
|
"${init_d}/S40network" \
|
||||||
|
"${init_d}/S40xorg" \
|
||||||
|
"${init_d}/S50sshd" \
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user