Package: hurd Version: N/A; reported 2002-04-25 Severity: normal Tags: patch
Hi Marcus, When you have extra partitions configured in /etc/fstab, the rc.sh script won't fsck them. This quick patch should fix it, although IMHO the good solution is having ext2fs do tge fsck calls: diff -ur hurd-20020103.old/daemons/rc.sh hurd-20020103/daemons/rc.sh --- hurd-20020103.old/daemons/rc.sh Thu Apr 25 20:28:02 2002 +++ hurd-20020103/daemons/rc.sh Thu Apr 25 17:51:29 2002 @@ -19,7 +19,7 @@ echo Automatic boot in progress... date - /sbin/fsck --preen --writable + /sbin/fsck --preen --writable --all case $? in # Successful completion Cheers, -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux aragorn 2.4.18 #1 Sat Apr 13 21:19:47 CEST 2002 i586 Locale: LANG=C, LC_CTYPE= _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd