Any ideas why when I apply the following patch, the FLAVOR variable stops expanding to the correct "SYSTEMIMAGER_FLAVOR_STRING" (it just prints that string instead of expanding it):
Index: initrd_source/skel/etc/init.d/functions =================================================================== --- initrd_source/skel/etc/init.d/functions (revision 3486) +++ initrd_source/skel/etc/init.d/functions (working copy) @@ -1045,31 +1045,6 @@ # ######################################################################## ######## # -# Detect what we can. -# Note: Modules that are needed during the initial boot stages of BOEL should -# be copied to the "skel/my_modules" directory prior to creating your -# custom initrd.gz. -BEF- -# -autodetect_hardware_and_load_modules() { - logmsg - logmsg autodetect_hardware_and_load_modules - logmsg "Detecting hardware: " - MODULES=`discover --module bridge ethernet ide scsi usb` - logmsg $MODULES - - # Prepend with other modules that we will probably need. - MODULES="sd_mod ide-disk $MODULES" - - for MODULE in $MODULES - do - logmsg - logmsg "Loading $MODULE... " - modprobe $MODULE 2>/dev/null && logmsg "done!" || logmsg "not needed or already loaded." - done -} -# -####################################################################### ######### -# get_hostname_by_hosts_file() { logmsg ------------------------------------------------------- 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&kid0944&bid$1720&dat1642 _______________________________________________ Sisuite-devel mailing list Sisuite-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sisuite-devel