mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 23:45:25 +02:00
10 lines
403 B
Plaintext
10 lines
403 B
Plaintext
default=autoinstall
|
|
timeout=5
|
|
timeout_style=menu
|
|
menuentry "k3s-worker3 Autoinstall" --id=autoinstall {
|
|
echo "Loading Kernel..."
|
|
# make sure to escape the ';'
|
|
linux /pxelinux/vmlinuz ip=dhcp url=http://192.168.8.1:30080/ubuntu-20.04.2-live-server-amd64.iso autoinstall ds=nocloud-net\;s=http://192.168.8.1:30080/nodes/k3s-worker3/
|
|
echo "Loading Ram Disk..."
|
|
initrd /pxelinux/initrd
|
|
} |