add lite tarball in 30MHzMDF.lite configuration
authorLaurent Mazet <laurent.mazet@thalesgroup.com>
Tue, 28 Jul 2015 13:04:39 +0000 (15:04 +0200)
committerLaurent Mazet <laurent.mazet@thalesgroup.com>
Tue, 28 Jul 2015 13:04:39 +0000 (15:04 +0200)
master/opt/tftp/pxelinux.cfg/lite [new file with mode: 0644]
trc6500-master-file/script/change_configuration.sh

diff --git a/master/opt/tftp/pxelinux.cfg/lite b/master/opt/tftp/pxelinux.cfg/lite
new file mode 100644 (file)
index 0000000..dab0dd9
--- /dev/null
@@ -0,0 +1,21 @@
+PROMPT 2
+TIMEOUT 30
+UI /menu.c32
+
+KBDMAP /fr.kmp
+
+MENU TITLE [[ PXE BOOT ]]
+
+DEFAULT debian
+
+LABEL debian
+       MENU LABEL ^Debian 7 (TRC6500)
+       KERNEL /vmlinuz
+       INITRD /initrd.img
+       APPEND noinitrd ramdisk_size=8192 boot=tftp fastboot tftpserver=10.133.26.160 tarballs=root.tgz,slave.tgz,lite.tgz
+
+LABEL freedos
+       MENU LABEL ^FreeDos 1.0
+       KERNEL /memdisk
+       INITRD /balder10.imz
+       APPEND -
index 1899e94d255df0cd9b14d29c6b2d08413c4d0ee1..ee4f32ccff1cc689203d020cbf8d5a6a82b82fe4 100755 (executable)
@@ -89,6 +89,7 @@ if [ "$MODE_BW" ]; then
     12MHzMDF) ;;
     30MHzMDF) ;;
     30MHzMDF.lite)
+        for ip in 0A851{A,C}; do check ln -T -f -s lite /opt/tftp/pxelinux.cfg/$ip; done
         check cp /etc/dhcp/dhcpd.conf.lite /etc/dhcp/dhcpd.conf
     ;;
     30MHzMHF)