From b7cd1e7927da98aefa10c37cf2f78d5e43b08cff Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 30 Nov 2018 17:33:19 +0000 Subject: [PATCH] IoT: work around stray console= appearing for some architectures Signed-off-by: Peter Robinson --- fedora-iot.ks | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fedora-iot.ks b/fedora-iot.ks index 8a575df..d2ba26a 100644 --- a/fedora-iot.ks +++ b/fedora-iot.ks @@ -58,6 +58,9 @@ ostree refs "fedora-iot:fedora/29/${arch}/iot" --delete ostree remote delete fedora-iot ostree remote add --set=gpg-verify=true --set=gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-29-primary fedora-iot 'https://dl.fedoraproject.org/iot/repo/' +# We're gettin a stray console= from somewhere, work around it +rpm-ostree kargs --delete=console=tty0 + # older versions of livecd-tools do not follow "rootpw --lock" line above # https://bugzilla.redhat.com/show_bug.cgi?id=964299 passwd -l root