From a11cb4ac38cf245472d93e8df13c5ac630b883a7 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 4 Jul 2009 14:41:23 +0200 Subject: use 'stupid_simple' instead of 'nested' initramfs speeds up start of the appliance --- appliance/debian/debirf.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appliance/debian/debirf.conf.in b/appliance/debian/debirf.conf.in index 12506c55..7efe25b3 100644 --- a/appliance/debian/debirf.conf.in +++ b/appliance/debian/debirf.conf.in @@ -2,4 +2,4 @@ DEBIRF_LABEL="debirf-libguestfs" DEBIRF_SUITE=@REPO@ DEBIRF_MIRROR=@MIRROR@/${DEBIRF_DISTRO} DEBIRF_KERNEL_ARCH=@DEBIAN_KERNEL_ARCH@ - +DEBIRF_METHOD=stupid_simple -- cgit