This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a commit to branch f29 in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/f29 by this push: new e88290b IoT: work around stray console= appearing for some architectures e88290b is described below
commit e88290bfa89d3f417cb3d88a05eadb4c119db028 Author: Peter Robinson pbrobinson@fedoraproject.org AuthorDate: Fri Nov 30 17:33:19 2018 +0000
IoT: work around stray console= appearing for some architectures
Signed-off-by: Peter Robinson pbrobinson@fedoraproject.org --- 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