added debian live custom
This commit is contained in:
6
files/debian-live-custom-12.2/boot-live.ipxe
Executable file
6
files/debian-live-custom-12.2/boot-live.ipxe
Executable 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
|
||||
BIN
files/debian-live-custom-12.2/live/initrd
Executable file
BIN
files/debian-live-custom-12.2/live/initrd
Executable file
Binary file not shown.
BIN
files/debian-live-custom-12.2/live/vmlinuz
Executable file
BIN
files/debian-live-custom-12.2/live/vmlinuz
Executable file
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user