I'm using SI 3.6.2-1.

I used a golden client to create my machine image. There is a swap entry in /etc/fstab in the image. There is a partition created for swap when the client installs, but it is not mounted. It is also of type 83 (not sure if that matters or not).

Here's something else that makes me bug suspicious. In the master install script, I find the following section with a comment indicating that swap should be set up somewhere within that section. It deals with "/" and "/boot", but I don't see any handling of swap. Should there be something in this section?

### BEGIN swap and filesystem creation commands ###
logmsg "mke2fs -j ${DISK0}3 || shellout"
mke2fs -j ${DISK0}3 || shellout
logmsg "tune2fs -L / ${DISK0}3"
tune2fs -L / ${DISK0}3
logmsg "mkdir -p /a/ || shellout"
mkdir -p /a/ || shellout
logmsg "mount ${DISK0}3 /a/ -t ext3 -o defaults || shellout"
mount ${DISK0}3 /a/ -t ext3 -o defaults || shellout

logmsg "mke2fs -j ${DISK0}1 || shellout"
mke2fs -j ${DISK0}1 || shellout
logmsg "tune2fs -L /boot ${DISK0}1"
tune2fs -L /boot ${DISK0}1
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

### END swap and filesystem creation commands ###


thanks-

   Jeremy Enos



-------------------------------------------------------
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

Reply via email to