search for: nprompt

Displaying 1 result from an estimated 1 matches for "nprompt".

Did you mean: prompt
2010 Mar 26
3
[PATCH node] Update autobuild and autotest scripts for new build structure
...one were provided + # the defaults boot in standalone mode + if [ -z "$kernelargs" ]; then + kernelargs="standalone" + fi + + local definition="DEFAULT pxeboot" + definition="${definition}\nTIMEOUT 20" + definition="${definition}\nPROMPT 0" + definition="${definition}\nLABEL pxeboot" + definition="${definition}\n KERNEL vmlinuz0" + definition="${definition}\n IPAPPEND 2" + definition="${definition}\n APPEND rootflags=loop initrd=initrd0.img root=/${isoname} rootfstype=...