From fcf2439ffed2709176202a8c9c4d4a165a9f2a9a Mon Sep 17 00:00:00 2001 From: parazyd Date: Fri, 24 Feb 2017 12:54:12 +0100 Subject: [PATCH] add live-boot-initramfs-tools as a iso dep --- zlibs/iso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zlibs/iso b/zlibs/iso index 8bba11b..fa74b2a 100644 --- a/zlibs/iso +++ b/zlibs/iso @@ -31,7 +31,7 @@ iso_prepare_strap() { cat </dev/null #!/bin/sh apt-get update -apt-get --yes --force-yes install dialog live-boot +apt-get --yes --force-yes install dialog live-boot live-boot-initramfs-tools apt-get --yes --force-yes autoremove apt-get clean EOF