added debian live custom

This commit is contained in:
2023-10-09 12:44:02 -05:00
parent 7709e58a5f
commit 695ccdfac5
4 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!ipxe
kernel http://192.168.1.50/files/debian-live-custom-12.2/live/vmlinuz
initrd http://192.168.1.50/files/debian-live-custom-12.2/live/initrd.img
imgargs vmlinuz boot=live config hooks=filesystem username=live noeject fetch=http://192.168.1.50/files/debian-live-custom-12.2/live/filesystem.squashfs
boot

Binary file not shown.

Binary file not shown.

View File

@@ -8,6 +8,7 @@ item --gap -- -------------------------- Debian 12.2 ---------------
item debian12auto Debian 12.2 Server Auto Install
item debian12manual Debian 12.2 Server Manual Install
item debian12live Debian 12.2 Live Xfce
item debian12livecustom Debian 12.2 Live Custom
item --gap -- -------------------------- Debian 11.7 --------------------------------
item debian11auto Debian 11.7 Server Auto Install
item debian11manual Debian 11.7 Server Manual Install
@@ -75,6 +76,10 @@ goto start
chain http://192.168.1.50/files/debianlive-12.2/boot-live.ipxe || goto failed
goto start
:debian12livecustom
chain http://192.168.1.50/files/debian-live-custom-12.2/boot-live.ipxe || goto failed
goto start
:debian11auto
chain http://192.168.1.50/files/debian-11.7/boot-auto.ipxe || goto failed
goto start