Hi Kurt: On Tue, Jul 22, 2008 at 9:43 AM, Yoder Kurt <[EMAIL PROTECTED]> wrote:
> I have my dhcp and tftp servers set up. My boot/install progresses to > the point where it tries to mount the local disk so it can rsync onto > it. At that point it dies due to busybox not liking "-o relatime". > Here are the last few relevant lines: > > mount /dev/sda1 /a/ -t ext3 -o relatime || shellout > EXT3-fs: Unrecognized mount option "relatime" or missing value > mount: wrong fs type, bad option, bad superblock on /dev/sda1, > missing codepage or other error > > > I compiled system installer from unstable so I could get the latest I think you meant SystemImager, SystemInstaller is a related but different tool. > busybox in hopes of fixing this. It's using busybox 1.9.1, which > *should* support the relatime option. > > At this point, I'd just like to get past this error. Is there an easy > way to get rid of "-o relatime"? I can't see why it would be necessary. Check your image's /etc/systemimager/autoinstallscript.conf -- the mount options should be there and are populated from your golden client's original setup. If you do modify the conf file, you'll need to re-run si_mkautoinstallscript to re-generate the .master script that you'll be using to image clients. Cheers, Bernard ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
