base-files: fix preinit code typos
Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl> Acked-by: Daniel Dickinson <cshore@csolve.net> SVN-Revision: 20124
This commit is contained in:
parent
f00bcb24be
commit
d08b2b02cf
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ preinit_essential_hook=
|
|||
preinit_main_hook=
|
||||
failsafe_hook=
|
||||
initramfs_hook=
|
||||
preinit_mount_root=
|
||||
preinit_mount_root_hook=
|
||||
|
||||
pi_ifname=
|
||||
pi_ip=192.168.1.1
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
run_init() {
|
||||
preinit_echo "- init -"
|
||||
preinit_ip_deconfig
|
||||
if [ "$pi_init_stderr_suppress" = "y" ]; then
|
||||
if [ "$pi_init_suppress_stderr" = "y" ]; then
|
||||
exec env - PATH=$pi_init_path $pi_init_env $pi_init_cmd 2>&0
|
||||
else
|
||||
exec env - PATH=$pi_init_path $pi_init_env $pi_init_cmd
|
||||
|
|
Loading…
Reference in a new issue