README-install-inside.md: fix deployment text

We removed `enforcing=0`, but the surrounding text was still referencing
it. Also explain what `--karg-proc-cmdline` means.
This commit is contained in:
Jonathan Lebon 2018-02-27 18:56:10 +00:00
parent 369c6d4e81
commit 0a881b01dd
1 changed files with 3 additions and 1 deletions

View File

@ -49,7 +49,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, and --karg=rhgb=0 to avoid a hang with Plymouth (these aren't needed if deploying Fedora 26 currently). And now, we can deploy the commit we just pulled down. The `--karg-proc-cmdline` switch will
ensure that the current kernel arguments you used for the current boot will also apply to
the OSTree boot.
``` ```
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
``` ```