Browse Source

init: enhanced to log to /var/log/init.log

0.2-maint
Alejandro Mery 16 years ago
parent
commit
0ea02df1b1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      initramfs/init.sh

+ 1
- 1
initramfs/init.sh

@ -15,6 +15,6 @@
export PATH
/etc/rc.d/rc.sysinit
/etc/rc.d/rc.sysinit 2>&1 | tee -a /var/log/init.log
exec /bin/sh

Loading…
Cancel
Save