Existing system: Document turning off Plymouth

Currently with Fedora Rawhide, Plymouth is hanging on boot for unknown
reasons - so turn it off when deploying.
This commit is contained in:
Owen W. Taylor 2017-08-30 15:17:57 -04:00
parent abc0677458
commit 5cb5c6e742
1 changed files with 2 additions and 2 deletions

View File

@ -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: