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:
parent
abc0677458
commit
5cb5c6e742
1 changed files with 2 additions and 2 deletions
|
@ -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
|
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:
|
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:
|
||||||
|
|
Loading…
Reference in a new issue