Hi, Bernard
We use this schema all the time, don't think this is an issue...
I would have thought so too. however, for some reason my golden image master script gets it wrong. see below.
### BEGIN swap and filesystem creation commands ###
logmsg "mke2fs -j ${DISK0}1 || shellout"
mke2fs -j ${DISK0}1 || shellout
logmsg "mkdir -p /a/boot || shellout"
mkdir -p /a/boot || shellout
logmsg "mount ${DISK0}1 /a/boot -t ext3 -o defaults || shellout"
mount ${DISK0}1 /a/boot -t ext3 -o defaults || shellout
logmsg "mke2fs -j ${DISK0}4 || shellout"
mke2fs -j ${DISK0}4 || shellout
logmsg "mkdir -p /a/ || shellout"
mkdir -p /a/ || shellout
logmsg "mount ${DISK0}4 /a/ -t ext3 -o defaults || shellout"
mount ${DISK0}4 /a/ -t ext3 -o defaults || shellout
note it will mount /a/boot before /a
I have hand edited the file to reverse the order of these to groups of
commands, and managed to get all the way to the reboot, but then ran
into more issues. I will start a new thread on that.
Meanwhile, it appears that the code that creates the master script does not notice mounting dependencies (e.g. / must be mounted before /boot).
Thanks again, p
When SystemImager bails, can you check to see whether /a/boot was mounted? It would help if you can grab the installation transcript to figure out what exactly has gone wrong... You could potentially try commenting out the umount command in the master script, and see if it goes any further... Cheers,Bernard-----Original Message-----From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul NewmanSent: Wednesday, March 22, 2006 12:26 To: [email protected] Subject: Re: [Sisuite-users] cdrom/floppy autoinstall fails on umount Thanks, Bernard. re:Can you please clarify your setup? You mentioned that /boot is on /dev/hda1 but it is not mounted off / (root) ?no, it is mounted on root. this is from the golden image: $ df -l Filesystem 1K-blocks Used Available Use% Mounted on /dev/hda4 30771928 3664592 25544212 13% / /dev/hda1 101086 25944 69923 28% /boot none 2045156 0 2045156 0% /dev/shm p -- I'm afraid of commitment and will never submit -------------------------------------------------------This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory!http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720& dat=121642 _______________________________________________ Sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642 _______________________________________________ Sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
-- I'm afraid of commitment and will never submit ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
