# ZENworks Imaging Settings # #This file controls the initialization of the ZENworks Imaging Environment. # #You may edit this file manually or use the ZENworks Boot Disk Creation #utility (ZIMGBOOT.EXE). # #The character starting this line denotes a comment. Any line beginning # with that character is ignored when initializing the Imaging Environment. # PROMPT should be set to YES if you want to be given a Linux prompt after # initialization is complete. #PROMPT=YES # MANUALREBOOT should be set to YES if you want to reboot manually. # MANUALREBOOT=YES # PARTITIONSIZE is the size (in megabytes) of the ZENworks Imaging partition # that will be created when installing the ZENworks Imaging Engine. PARTITIONSIZE=150 #Use this setting in a DHCP environment. netsetup=dhcp #Use the following 4 settings in a static IP address environment. #netsetup=1 #HostIP=0.0.0.0 #netmask=255.255.255.0 #gateway=0.0.0.0 #Specify the DNS nameserver #Each nameserver should be separated by blank space #nameserver= #Specify the DNS domain suffixes. #Each domain suffix should be separated by blank space #domain= #PROXYADDR is the IP address or DNS name of the ZENworks Imaging Server. PROXYADDR=zenimgserver.org #The following line will turn on NUMLOCK. #/bin/setleds -D +num < /dev/tty1 #The following line will configure the string used by the bash shell export PS1="\`pwd \`#" #Use IMGCMD to alter the behavior of automated imaging. If this variable is defined #as a script (or a series of commands), then that script (or those commands) will be #executed instead of the usual 'img auto' command (see /bin/imaging.s). export IMGCMD="img restorep zenimgserver.org //zenimgserver.org/zenworks/images/lecturevenues/artsmajor.zmg" #netdevice can be used to select a specific network adapter #netdevice=eth0 if hwinfo --pci | grep -i "Device: pci 0x2653" ; then modprobe ata_piix fi