From: Thomas PĂ©rennou (Viveris Technologie) Date: Wed, 25 Feb 2015 17:13:53 +0000 (+0100) Subject: Boot on eth0 X-Git-Tag: debian_7.8.1~7 X-Git-Url: https://secure.softndesign.org/git/?a=commitdiff_plain;ds=sidebyside;h=1e06651247ec64c0395d2ddb3dddc2135880f210;p=debian6500.git Boot on eth0 --- diff --git a/master/etc/initramfs-tools/scripts/tftp b/master/etc/initramfs-tools/scripts/tftp index 4e6caa0..6847ffb 100644 --- a/master/etc/initramfs-tools/scripts/tftp +++ b/master/etc/initramfs-tools/scripts/tftp @@ -2,10 +2,8 @@ mountroot () { - # configure ethernet ipconfig -c dhcp eth0 - ipconfig -c dhcp eth1 mount -t ramfs /dev/ram0 ${rootmnt} @@ -13,10 +11,10 @@ mountroot () for f in $(echo ${tarballs} | sed 's/,/ /g'); do log_begin_msg "download $f" tftp -b 32764 -g -r $f ${tftpserver} - log_begin_msg "Extract $f into ${rootmnt}" - log_end_msg - tar xzf $f -C ${rootmnt} || exec /bin/sh - rm -f $f + log_begin_msg "Extract $f into ${rootmnt}" + log_end_msg + tar xzf $f -C ${rootmnt} || exec /bin/sh + rm -f $f done # remove files predeced by tilde diff --git a/master/opt/bios/bios-3.0.cfg b/master/opt/bios/bios-3.0.cfg index bdf228a..73198e3 100644 --- a/master/opt/bios/bios-3.0.cfg +++ b/master/opt/bios/bios-3.0.cfg @@ -3022,8 +3022,8 @@ Token =179 // Do NOT change this line Offset =1EA Width =01 BIOS Default =[01]Enabled -Options =*[00]Disabled // Move "*" to the desired Option - [01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled Setup Question = Load Onboard LAN 2 Option ROM Token =17A // Do NOT change this line diff --git a/master/opt/bios/bios-3.10.cfg b/master/opt/bios/bios-3.10.cfg index 79480a1..6c7cdb6 100644 --- a/master/opt/bios/bios-3.10.cfg +++ b/master/opt/bios/bios-3.10.cfg @@ -3095,8 +3095,8 @@ Token =17E // Do NOT change this line Offset =1F0 Width =01 BIOS Default =[01]Enabled -Options =*[00]Disabled // Move "*" to the desired Option - [01]Enabled +Options =[00]Disabled // Move "*" to the desired Option + *[01]Enabled Setup Question = Load Onboard LAN 2 Option ROM Token =17F // Do NOT change this line diff --git a/master/opt/bios/bios-3.11.cfg b/master/opt/bios/bios-3.11.cfg index c04751e..560114b 100644 --- a/master/opt/bios/bios-3.11.cfg +++ b/master/opt/bios/bios-3.11.cfg @@ -3850,8 +3850,8 @@ Token =1D7 // Do NOT change this line Offset =21F Width =01 BIOS Default =[01]Enabled -Options =[00]Disabled // Move "*" to the desired Option - *[01]Enabled +Options =*[00]Disabled // Move "*" to the desired Option + [01]Enabled Setup Question = Load Onboard LAN 2 Option ROM Token =1D8 // Do NOT change this line