Update README-install-inside.md - rhgb typo

This commit is contained in:
Peter Kolínek 2018-02-19 13:58:04 +00:00
parent 7556a341cb
commit 934f667b6c
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ 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, and --karg=rghb=0 to avoid a hang with Plymouth (these aren't needed if deploying Fedora 26 currently). Deploy; we use `enforcing=0` to avoid SELinux issues for now, and --karg=rhgb=0 to avoid a hang with Plymouth (these aren't needed if deploying Fedora 26 currently).
``` ```
ostree admin deploy --os=fedora --karg-proc-cmdline fedora-ws-27:fedora/27/x86_64/workstation ostree admin deploy --os=fedora --karg-proc-cmdline fedora-ws-27:fedora/27/x86_64/workstation
``` ```