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 bca0ab4..cf48f0e 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) -- 1.7.10.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list |
Actually add plymouth to the initramfs
Ack.
On Fri, Jul 06, 2012 at 12:20:46AM -0400, Will Woods wrote: > 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 bca0ab4..cf48f0e 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) > > -- > 1.7.10.2 > > _______________________________________________ > Anaconda-devel-list mailing list > Anaconda-devel-list@redhat.com > https://www.redhat.com/mailman/listinfo/anaconda-devel-list -- David Cantrell <dcantrell@redhat.com> Supervisor, Installer Engineering Team Red Hat, Inc. | Westford, MA | EST5EDT _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list |
Actually add plymouth to the initramfs
On 07/05/2012 09:20 PM, Will Woods wrote:
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 bca0ab4..cf48f0e 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) ACK -- Jesse Keating Fedora -- Freedomē is a feature! _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list |
| All times are GMT. The time now is 09:54 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.