-
Notifications
You must be signed in to change notification settings - Fork 0
/
isolinux.cfg
executable file
·11 lines (9 loc) · 1.72 KB
/
isolinux.cfg
1
2
3
4
5
6
7
8
9
10
11
DEFAULT default
PROMPT 1
TIMEOUT 26
DISPLAY boot.msg
LABEL default
KERNEL kernel
APPEND vga=normal devfs=nomount pxe ramdisk_size=55000 load_ramdisk=1 init=/linuxrc prompt_ramdisk=0 initrd=initrd.gz root=/dev/ram0 rw noapic nolapic lba combined_mode=libata ide0=noprobe nomce pci=nomsi irqpoll quiet Server=10.240.4.4 Share=tillcontrollerbuild User=hmvdom1\tillcontrollerbuild Passwd=C0ntr0lT1ll5 Directory=/ After_Completion=Shell Replace_BIOS=N CIFS_Preferred=Y AUTO=Y Restore_Only=Y Image_To_Restore=current Dont_Warn_Me=N Compression_Type=gzip Its_HDA_Stupid=Y Extend_Parts_Whenever_Possible=N Verbosity=0 Unique_Message="Working... Please Wait" Cmd_1="mkdir /mnt/hdd ; mount -t msdos /dev/?da1 /mnt/hdd ; cd /mnt/hdd/adx_sdt1 ; [ -f /mnt/hdd/adx_sdt1/adxipccz.bat ] && OLDIP=$((grep lan0 adxipccz.bat | awk '{print $3}')2>&1) ; [ -f /mnt/hdd/adx_sdt1/adxipccz.bat ] && OLDROUTE=$((grep default adxipccz.bat | awk '{print $4}')2>&1) ; [ -f /mnt/hdd/adx_sdt1/adxipccz.bat ] && OLDNETMASK=$((grep lan0 adxipccz.bat | awk '{print $5}')2>&1) ; clear ; { case $OLDIP in '') echo please enter the IP Address you want to use and press enter ; read OLDIP ;; esac } ; clear ; { case $OLDROUTE in '') echo please enter the Default Gateway you want to use and press enter ; read OLDROUTE ;; esac } ; clear ; { case $OLDNETMASK in '') echo please enter the Subnet Mask you want to use and press enter ; read OLDNETMASK ;; esac } ; touch /IP.TXT ; echo IP $OLDIP > /IP.TXT ; echo ROUTE $OLDROUTE >> /IP.TXT ; echo NETMASK $OLDNETMASK >> /IP.TXT ; TMPIP=${OLDIP/110/108} ; ifconfig eth0 $TMPIP netmask $OLDNETMASK up ; route add default gw $OLDROUTE eth0 ; cd / ; umount /mnt/hdd" Cmd_2="cp /mnt/smbfs/buildscript.sh /" Cmd_3="/buildscript.sh"
LABEL dummy
KERNEL kernel