commit 868436d60f925a9528c9dc3a0a0cfbc92e200a4e (tree)
parent 8ccb6190777cd3c7b9cfb85c60a291ceac850cae
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Mon, 9 Feb 2026 12:38:24 +0000
more xfce options
Diffstat:
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix
@@ -16,6 +16,7 @@ let
:menu
menu PXE Boot Menu
+ item debian-shell-toram Boot Debian Live ${pkgs.mrescue-debian-xfce.version} (Shell) to RAM
item debian-shell-nfs Boot Debian Live ${pkgs.mrescue-debian-xfce.version} (Shell) via NFS
item debian-xfce-toram Boot Debian Live ${pkgs.mrescue-debian-xfce.version} (XFCE) to RAM
item debian-xfce-nfs Boot Debian Live ${pkgs.mrescue-debian-xfce.version} (XFCE) via NFS
@@ -24,16 +25,16 @@ let
item netbootxyz Boot netboot.xyz
item shell iPXE Shell
item tips mrescue tips
- choose --default debian-shell-nfs --timeout 10000 selected || goto menu
+ choose --default debian-shell-toram --timeout 10000 selected || goto menu
goto ''${selected}
- :debian-shell-nfs
- kernel http://10.14.143.1/boot/debian-xfce/live/vmlinuz boot=live components netboot=nfs nfsroot=10.14.143.1:/srv/boot/debian-xfce systemd.unit=multi-user.target ''${cmdline}
+ :debian-shell-toram
+ kernel http://10.14.143.1/boot/debian-xfce/live/vmlinuz boot=live components fetch=http://10.14.143.1/boot/debian-xfce/live/filesystem.squashfs systemd.unit=multi-user.target ''${cmdline}
initrd http://10.14.143.1/boot/debian-xfce/live/initrd.img
boot
- :debian-xfce-nfs
- kernel http://10.14.143.1/boot/debian-xfce/live/vmlinuz boot=live components netboot=nfs nfsroot=10.14.143.1:/srv/boot/debian-xfce ''${cmdline}
+ :debian-shell-nfs
+ kernel http://10.14.143.1/boot/debian-xfce/live/vmlinuz boot=live components netboot=nfs nfsroot=10.14.143.1:/srv/boot/debian-xfce systemd.unit=multi-user.target ''${cmdline}
initrd http://10.14.143.1/boot/debian-xfce/live/initrd.img
boot
@@ -42,6 +43,11 @@ let
initrd http://10.14.143.1/boot/debian-xfce/live/initrd.img
boot
+ :debian-xfce-nfs
+ kernel http://10.14.143.1/boot/debian-xfce/live/vmlinuz boot=live components netboot=nfs nfsroot=10.14.143.1:/srv/boot/debian-xfce ''${cmdline}
+ initrd http://10.14.143.1/boot/debian-xfce/live/initrd.img
+ boot
+
:nixos
# kernel params copied from https://github.com/nix-community/nixos-images/releases/download/nixos-25.11/netboot-x86_64-linux.ipxe
kernel http://10.14.143.1/boot/nixos/kernel init=/nix/store/lillmv6sbjxgyyyn1ilkica21q3hmpya-nixos-system-nixos-kexec-25.11beta-193477.gfedcba/init initrd=initrd-x86_64-linux nohibernate loglevel=4 lsm=landlock,yama,bpf ''${cmdline}