From 6adfe1e8462cfe6e6d66bbd310adc62032bcef3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 28 Sep 2015 19:24:48 +0200 Subject: [PATCH] lorax: make initrd back to work without ifcfg module Anaconda requires /etc/sysconfig/network-scripts directory (even if empty). Do not remove it, because if wouldn't be recreated if we omit ifcfg dracut module. --- lorax-templates-qubes/templates/runtime-cleanup.tmpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/lorax-templates-qubes/templates/runtime-cleanup.tmpl b/lorax-templates-qubes/templates/runtime-cleanup.tmpl index 35f404d..a728cc3 100644 --- a/lorax-templates-qubes/templates/runtime-cleanup.tmpl +++ b/lorax-templates-qubes/templates/runtime-cleanup.tmpl @@ -92,8 +92,6 @@ arch/x86/kvm remove lib/modules/*/{build,source,*.map} ## NOTE: depmod gets re-run after cleanup finishes -## this prevents network support from being included in initrd -remove etc/sysconfig/network-scripts ## do not include plymouth 'label' plugin (no text used in installer theme) remove etc/dracut.conf.d/plymouth-missing-fonts.conf remove etc/fonts/conf.d/57-dejavu-sans.conf