From ee0b56615ad998f30dd1eb1e4c25effb78bbbf66 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 3 Dec 2023 02:04:05 -0600 Subject: [PATCH] testing --- files/debian-11.7/boot-auto.ipxe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/files/debian-11.7/boot-auto.ipxe b/files/debian-11.7/boot-auto.ipxe index aae6729..a6050d9 100755 --- a/files/debian-11.7/boot-auto.ipxe +++ b/files/debian-11.7/boot-auto.ipxe @@ -1,6 +1,7 @@ #!ipxe -set path http://192.168.1.50/files/debian -kernel ${path}/vmlinuz initrd=${path}/initrd hostname=debian domain=local auto=true url=${path}/debian-bullseye-preseed.cfg +set path http://192.168.1.50/files/debian-11.7 +set preseed http://192.168.1.50/files/debian +kernel ${path}/vmlinuz initrd=${path}/initrd hostname=debian domain=local auto=true url=${preseed}/debian-bullseye-preseed.cfg initrd ${path}/initrd boot