From 5cb5c6e7426f7373502072b0758470daef2e0b9d Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Wed, 30 Aug 2017 15:17:57 -0400 Subject: [PATCH] Existing system: Document turning off Plymouth Currently with Fedora Rawhide, Plymouth is hanging on boot for unknown reasons - so turn it off when deploying. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa8e4e8..f634ec4 100644 --- a/README.md +++ b/README.md @@ -87,9 +87,9 @@ Since this file is not used on a EFI system, this won't break the operation of y cp /boot/efi/EFI/fedora/grub.cfg /boot/efi/EFI/fedora/grub.cfg.bak ``` -Deploy; we use `enforcing=0` to avoid SELinux issues for now. +Deploy; we use `enforcing=0` to avoid SELinux issues for now, and --karg=rghb=0 to avoid a hang with Plymouth. ``` -ostree admin deploy --os=fedora --karg-proc-cmdline --karg=enforcing=0 fedora-ws-rawhide:fedora/rawhide/x86_64/workstation +ostree admin deploy --os=fedora --karg-proc-cmdline --karg=enforcing=0 --karg=rhgb=0 fedora-ws-rawhide:fedora/rawhide/x86_64/workstation ``` To initialize this root, you'll need to copy over your `/etc/fstab`, `/etc/locale.conf`, `/etc/default/grub` at least, along with the ostree remote that we added: