From 934f667b6cf8dab8d0cbf848992100ce1ed32cc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Kol=C3=ADnek?= Date: Mon, 19 Feb 2018 13:58:04 +0000 Subject: [PATCH] Update README-install-inside.md - rhgb typo --- README-install-inside.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-install-inside.md b/README-install-inside.md index ac4b4d0..84add17 100644 --- a/README-install-inside.md +++ b/README-install-inside.md @@ -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 ``` -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 ```