the_dude wrote:Patrick,
About the ^M characters: Can you try the following:
in /var/public/cgi-bin/kickstart.pl
can you add the following lines in the sub kickstart_ApplyConfigureTemplate:
- Code: Select all
local($command)="/usr/bin/dos2unix $tmpfile";
local($result)=&RunCommand($command,"Enforcing unix format","verbose");
near the end like so:
- Code: Select all
local($command)="/usr/bin/dos2unix $tmpfile";
local($result)=&RunCommand($command,"Enforcing unix format","verbose");
&RunCommand("cp $tmpfile $formdata{CONFIGFILE1}","Copying temporary file |$tmpfile| to |$formdata{CONFIGFILE1}|\n");
unlink($tmpfile);
return 0;
}
(Should work, but haven't tested it since I'm not at my machine right now)
linecount++;
linecount++;
linearray[i]=linearray[i].replace(/\s+$/g,"");
the_dude wrote:I'm guessing you want to add local storage to the UDA, right?
The trick is not to mount it at all, just go to
* (You would need to umount first)
* System->Storage
* Highlight the 'partition' you want to extend and click 'extend'
* Highlight the virtual disk you added and click OK
That should do the job. I'm aware of the fact that 'storage' is used in two ways:
- Local storage
- Network storage
Maybe I should do some renaming to end the confusion.
Good luck
default menu.c32
prompt 0
menu title Ultimate Network Boot Menu For Steven's Network
label localboot
MENU LABEL > ^Boot from first local harddrive
localboot 0
label Install Menu
MENU LABEL > ^Install Menu
Kernel menu.c32
append pxelinux.cfg/install.conf
label Live CD's Menu
Menu Label > ^Live CD's Menu
kernel menu.c32
append pxelinux.cfg/livecds.conf
label ISCSI/Network Boot Menu
Menu Label > ^Network Boot/ISCSI Menu
kernel menu.c32
append pxelinux.cfg/iscsi.conf
label Boot Utilitys
Menu Label > ^Boot Utilitys
kernel menu.c32
append pxelinux.cfg/bootutil.conf
LABEL hddUtils
MENU LABEL > ^Harddrive Utilitys
kernel menu.c32
append pxelinux.cfg/diskutil.conf
label reboot
MENU LABEL > ^Reboot
kernel reboot.com
label shutdown
MENU LABEL > ^Shutdown
kernel halt.com
MENU TITLE Install menu
Label up
menu Label > Main Menu
kernel menu.c32
append pxelinux.cfg/default
Label WinSrv
Menu Label > Install Windows Server 2003
KERNEL menu.c32
APPEND pxelinux.cfg/templates/WinSrv.menu
Label winxp
Menu Label > Install Windows XP Professional
kernel menu.c32
append pxelinux.cfg/templates/WinXP.menu
Label Up
menu label > Main Menu
kernel menu.c32
append pxelinux.cfg/default
Users browsing this forum: No registered users and 0 guests