Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
cmd:read [2013/03/07 13:32]
mcb30
cmd:read [2013/03/07 13:34]
mcb30
Line 17: Line 17:
     echo -n Default gateway: && read net0/​gateway     echo -n Default gateway: && read net0/​gateway
  
-=== Allow user to override DNS server specified via DHCP ===+=== Allow user to edit a kernel command line before booting ​===
  
-    ​dhcp +    ​set cmdline selinux=0 console=ttyS0,​115200n8 console=tty0 
-    echo -n Use DNS server: ${} +    echo -n Kernel command line: ${} 
-    read dns+    read cmdline 
 +    boot vmlinuz ${cmdline}
  
 ===== Description ===== ===== Description =====
cmd/read.txt · Last modified: 2021/04/23 11:40 by mcb30
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.