I encounter the same problem here with xubuntu 8.0.4, after spend some
time on debug the casper startup script, below are the problems I found
and my fix, you need to google on how to create a new initrd.gz:
scripts/casper
406c406
< mount ${cowdevice} -t ${cow_fstype} -o rw,noatime,mode=755 /cow || panic
"Can not mount $cowdevice on /cow"
---
> mount ${cowdevice} -t ${cow_fstype} -o rw,noatime /cow || panic "Can not
> mount $cowdevice on /cow"
scripts/casper-helpers
46,47c46
< grep "^$device " /proc/mounts | read d mountpoint rest
< echo $mountpoint
---
> grep "^$device " /proc/mounts | (read d mountpoint rest; echo
> $mountpoint)
164c163
< mount -o remount,"${opts}" ${dev} $(where_is_mounted ${dev}) || panic
"Remounting failed"
---
> mount -o remount,"${opts}" ${dev} $(where_is_mounted ${dev}) || echo
> "Remounting failed"
--
'persistent' parameter does not work in combination with
'iso-scan/filename=...' parameter?
https://bugs.launchpad.net/bugs/313302
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