summaryrefslogtreecommitdiff
path: root/isolinux/pxelinux.cfg/default
AgeCommit message (Collapse)Author
2017-03-28Implement boot parameter "netkeys"Andrew Cady
This allows the keys to be loaded from the boot medium even when the root filesystem is loaded over the network. I.e., specifying nbdroot= no longer implies that the keys will be loaded over the network. The ISO images generated by xorriso-usb.sh will not specify 'netkeys' so the keys on the USB stick will be used. The idea is that after install, the network should not be needed at all; but that requires using a new mechanism instead of the nbdroot= parameter, to determine dynamically whether to use a network root fs device. Currently, the network is still needed to boot a device that has its root fs on the local disk and the keys on the boot medium, even though no data is fetched from the NBD server. You can force the machine to boot by going to the initramfs shell and running: for n in $(seq 1 20); do killall ipconfig; done Otherwise it blocks waiting for the network.
2016-05-01run an extra grok-block since nbd0 wasn't mountable otherwiseAndrew Cady
2016-04-27get rid of unused isolinux files; change iso cdrom pathsAndrew Cady
2016-04-25read samizdat.iso from network block device (nbd)Andrew Cady
2016-04-19disable boot menu; boot directly to samizdatAndrew Cady
2016-04-19make isolinux directory work for tftp bootAndrew Cady