From 40a217f1fca02d221a854b4754b2bbe38c34ae89 Mon Sep 17 00:00:00 2001 From: aseguro Date: Mon, 8 Oct 2018 18:59:45 +0000 Subject: [PATCH] switching to a meta package that depends on both network and monitoring packages --- files/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/install b/files/install index dd2ff89..2f23889 100644 --- a/files/install +++ b/files/install @@ -6,4 +6,4 @@ default install label install kernel wit-pxeboot/vmlinuz - append initrd=wit-pxeboot/initramfs.gz acpi=off console=tty0 console=ttyS1,115200n8 size=5000 execstartup='sleep 60; export LANG=C; export DEBIAN_FRONTEND=noninteractive; export INSTALLEXTRA=wit-network-config; apt-get update && apt-get install -y wit-localinstaller && /usr/bin/create_local_install.sh || exit 1' --- + append initrd=wit-pxeboot/initramfs.gz acpi=off console=tty0 console=ttyS1,115200n8 size=5000 execstartup='sleep 60; export LANG=C; export DEBIAN_FRONTEND=noninteractive; export INSTALLEXTRA=wit-config; apt-get update && apt-get install -y wit-localinstaller && /usr/bin/create_local_install.sh || exit 1' ---