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