mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
13 lines
399 B
INI
13 lines
399 B
INI
default=autoinstall
|
|
timeout=5
|
|
timeout_style=menu
|
|
|
|
menuentry "Focal Live Installer - automated" --id=autoinstall {
|
|
configfile /nodes/$net_default_mac.conf
|
|
}
|
|
menuentry "Focal Live Installer" --id=install {
|
|
echo "Loading Kernel..."
|
|
linux /pxelinux/vmlinuz ip=dhcp url=http://192.168.8.1:30080/ubuntu-20.04.2-live-server-amd64.iso
|
|
echo "Loading Ram Disk..."
|
|
initrd /pxelinux/initrd
|
|
} |