From e88290bfa89d3f417cb3d88a05eadb4c119db028 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 ffe7552..da9f6a2 100644 --- a/fedora-iot.ks +++ b/fedora-iot.ks @@ -58,6 +58,9 @@ ostree refs "fedora-iot:fedora/stable/${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-iot-2019 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