From 90ab7bfcfda43908e7cbb5e650037bcbb21cf1be Mon Sep 17 00:00:00 2001 From: Will Woods Date: Wed, 20 Jun 2012 15:29:07 -0400 Subject: [PATCH] Actually add plymouth to the initramfs One more piece to get plymouth in place - we have to stop omitting it from the initramfs so it's available at boot. --- src/pylorax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pylorax/__init__.py b/src/pylorax/__init__.py index bca0ab46..cf48f0e3 100644 --- a/src/pylorax/__init__.py +++ b/src/pylorax/__init__.py @@ -277,7 +277,7 @@ class Lorax(BaseLoraxClass): domacboot=domacboot, templatedir=templatedir) logger.info("rebuilding initramfs images") - dracut_args=["--xz", "--add", "anaconda pollcdrom", "--omit", "plymouth", + dracut_args=["--xz", "--add", "anaconda pollcdrom", "--install", "/.buildstamp"] treebuilder.rebuild_initrds(add_args=dracut_args)