base-files: fix whitespaces

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 39006
This commit is contained in:
Luka Perkov 2013-12-09 11:30:14 +00:00
parent 18dd101903
commit 3ceb6b3274
19 changed files with 159 additions and 173 deletions

View File

@ -42,4 +42,3 @@ pi_jffs2_mount_success=false
pi_failsafe_net_message=false
boot_run_hook preinit_main

View File

@ -14,4 +14,3 @@ if [ "$fingerprint" = "1b05ebb41f72cb84e5510573cd4aca26" ] || \
fi
exit 0

View File

@ -124,6 +124,3 @@ __END_OF_WARNING__
while grep -qs "$name" "/proc/$pid/cmdline"; do sleep 1; done
done
}

View File

@ -15,4 +15,3 @@ indicate_failsafe() {
}
boot_hook_add failsafe indicate_failsafe

View File

@ -47,4 +47,3 @@ pi_indicate_preinit() {
boot_hook_add preinit_main preinit_ip
boot_hook_add preinit_main pi_indicate_preinit

View File

@ -94,4 +94,3 @@ failsafe_wait() {
}
boot_hook_add preinit_main failsafe_wait

View File

@ -10,4 +10,3 @@ run_failsafe_hook() {
}
boot_hook_add preinit_main run_failsafe_hook

View File

@ -8,4 +8,3 @@ indicate_regular_preinit() {
}
boot_hook_add preinit_main indicate_regular_preinit

View File

@ -11,4 +11,3 @@ initramfs_test() {
}
boot_hook_add preinit_main initramfs_test

View File

@ -12,7 +12,5 @@ failsafe_shell() {
echo "Please reboot system when done with failsafe network logins"
}
boot_hook_add failsafe failsafe_netlogin
boot_hook_add failsafe failsafe_shell

View File

@ -7,4 +7,3 @@ run_init() {
}
boot_hook_add preinit_main run_init