From 1d844ce77bfa951a1435c62353801caab7f89997 Mon Sep 17 00:00:00 2001 From: toby Date: Fri, 19 Oct 2018 18:50:07 +0000 Subject: [PATCH] adding debcore as a option on the default localboot config file --- files/localboot | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/files/localboot b/files/localboot index 6409da8..fc14144 100644 --- a/files/localboot +++ b/files/localboot @@ -6,3 +6,9 @@ default local label local LOCALBOOT -1 + + +label debcore + kernel wit-pxeboot/vmlinuz + append initrd=wit-pxeboot/initramfs.gz acpi=off console=tty0 console=ttyS1,115200n8 size=5000 --- +