Browse Source

init: do rc.trymount automaticly

0.2-maint
Alejandro Mery 15 years ago
parent
commit
28a6f0de53
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      initramfs/init.sh

+ 4
- 1
initramfs/init.sh

@ -58,7 +58,10 @@ done
unset x
# start the world
/etc/rc.d/rc.sysinit 2>&1 | tee -a $LOG
(
/etc/rc.d/rc.sysinit
/etc/rc.d/rc.trymount
) 2>&1 | tee -a $LOG
# attach a console
ln -s /etc/console /var/service/

Loading…
Cancel
Save