The upgrade intrepid -> jaunty did not write the defaults in
/etc/default/rcS

RAMRUN=yes

is needed, if booted with 'splash quiet' (quiet makes VERBOSE=yes),
because the script /etc/init.d/checkfs.sh (called at
/etc/rcS.d/S20checkroot.sh) needs a writable /var/run:

PROGRESS_FILE=`mktemp -p /var/run` || PROGRESS_FILE=/var/run/checkroot_fsck
set -m
logsave -s $FSCK_LOGFILE fsck -C3 $force $fix -t $roottype $rootdev 
>/dev/console 2>&1 3>$PROGRESS_FILE &
set +m
usplash_progress "$PROGRESS_FILE"
rm -f $PROGRESS_FILE

checkfs.sh should also work whithout RAMRUN=yes (i.e.skip the
$PROGRESSFILE thing)

-- 
Upgrade 8.10 --> 9.04 : ext3 Filesystem read-only
https://bugs.launchpad.net/bugs/371614
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to