This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a commit to branch master in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/master by this push: new b7cd1e7 IoT: work around stray console= appearing for some architectures b7cd1e7 is described below
commit b7cd1e7927da98aefa10c37cf2f78d5e43b08cff 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 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