This fixed my "Out of memory" problem when using ext3 - after upgrading
SystemImager versions, trying different versions of the ext3 module, fooling
around with partition sizes, autoinstall scripts, autoinstall config files,
etc...
Swap is the last partition to be initialized!!!!
---------- 8< -----------
logmsg "mkreiserfs -q ${DISK0}3 || shellout"
mkreiserfs -q ${DISK0}3 || shellout
logmsg "mkdir -p /a/work || shellout"
mkdir -p /a/work || shellout
logmsg "mount ${DISK0}3 /a/work -t reiserfs -o acl,user_xattr || shellout"
mount ${DISK0}3 /a/work -t reiserfs -o acl,user_xattr || shellout
logmsg "mkswap -v1 ${DISK0}1 || shellout"
mkswap -v1 ${DISK0}1 || shellout
logmsg "swapon ${DISK0}1 || shellout"
swapon ${DISK0}1 || shellout
---------- 8< -----------
I moved the mkswap/swapon section to the first position in the master script
and I did not encounter an "Out of memory error"!!! Creating reiserfs
partitions never caused a problem.
Using v3.7.6.
Pardon me while I do a little jig..
William J. Kennedy
Odyssey Information Services
Linux Systems Admin
[EMAIL PROTECTED]
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users