On Mar 3, 2008, at 1:03 PM, Fred wrote: > At 13:36 03/03/2008 -0500, Chris Vaughan wrote: >> The root filesystem is likely mounted read only. > > Thanks, that did it:
Don't do that. > # mount > rootfs on / type rootfs (rw) > /dev/root on /oldroot type ext2 (rw) > /dev/hda1 on /oldroot/cdrom type vfat > (ro,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1) > /dev/hda2 on /oldroot/mnt/asturw type ext2 (rw,noatime) > none on /oldroot/mnt/asturo type tmpfs (ro) > none on / type unionfs (ro,dirs=/oldroot/mnt/asturw=rw:/oldroot/mnt/ > asturo=ro) There is the problem... the line should read... none on / type unionfs (rw,dirs=/oldroot/mnt/asturw=rw:/oldroot/mnt/ asturo=ro) unionfs needs to be "rw". Did you change anything in "/trunk/target/initrd/target_skeleton/ linuxrc" ? Lonnie ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
