From 4cad0b187a1c2230ebcf2477c3ba7b7d6f4e4f88 Mon Sep 17 00:00:00 2001 From: T0029406 Date: Fri, 3 Apr 2026 11:07:52 +0000 Subject: [PATCH] Ajouter boot-eth0.ipxe --- boot-eth0.ipxe | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 boot-eth0.ipxe diff --git a/boot-eth0.ipxe b/boot-eth0.ipxe new file mode 100644 index 0000000..a3a3c92 --- /dev/null +++ b/boot-eth0.ipxe @@ -0,0 +1,5 @@ +#!ipxe +echo Demarrage Ubuntu (Mode Admin) sur eth0... +kernel http://10.0.0.1/ubuntu-admin/vmlinuz ip=dhcp url=http://10.0.0.1/ubuntu-admin/ubuntu.iso autologin +initrd http://10.0.0.1/ubuntu-admin/initrd +boot \ No newline at end of file