[fedora-kickstarts] branch master updated: Some rpi updates for image builds
by pagure@pagure.io
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 4dd8211 Some rpi updates for image builds
4dd8211 is described below
commit 4dd8211d56463a65f356d41b6ac2cfa4a74cf4d6
Author: Peter Robinson <pbrobinson(a)fedoraproject.org>
AuthorDate: Fri Dec 13 04:34:51 2019 +0000
Some rpi updates for image builds
---
fedora-arm-base.ks | 1 +
fedora-disk-base.ks | 1 +
fedora-iot.ks | 2 ++
fedora-modular-disk-minimal.ks | 1 +
4 files changed, 5 insertions(+)
diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks
index 29d9c2c..439fd37 100644
--- a/fedora-arm-base.ks
+++ b/fedora-arm-base.ks
@@ -49,6 +49,7 @@ glibc-all-langpacks
# Setup Raspberry Pi firmware
cp -P /usr/share/uboot/rpi_2/u-boot.bin /boot/efi/rpi2-u-boot.bin
cp -P /usr/share/uboot/rpi_3_32b/u-boot.bin /boot/efi/rpi3-u-boot.bin
+cp -P /usr/share/uboot/rpi_4_32b/u-boot.bin /boot/efi/rpi4-u-boot.bin
# work around for poor key import UI in PackageKit
rm -f /var/lib/rpm/__db*
diff --git a/fedora-disk-base.ks b/fedora-disk-base.ks
index 3486dd9..773ab76 100644
--- a/fedora-disk-base.ks
+++ b/fedora-disk-base.ks
@@ -60,6 +60,7 @@ glibc-all-langpacks
# Setup Raspberry Pi firmware
cp -P /usr/share/uboot/rpi_3/u-boot.bin /boot/efi/rpi3-u-boot.bin
+cp -P /usr/share/uboot/rpi_4/u-boot.bin /boot/efi/rpi4-u-boot.bin
releasever=$(rpm --eval '%{fedora}')
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
diff --git a/fedora-iot.ks b/fedora-iot.ks
index 7169634..73370f3 100644
--- a/fedora-iot.ks
+++ b/fedora-iot.ks
@@ -31,9 +31,11 @@ arch=$(uname -m)
if [[ $arch == "aarch64" ]] || [[ $arch == "armv7l" ]]; then
if [[ $arch == "aarch64" ]]; then
cp -P /usr/share/uboot/rpi_3/u-boot.bin /boot/efi/rpi3-u-boot.bin
+cp -P /usr/share/uboot/rpi_4/u-boot.bin /boot/efi/rpi4-u-boot.bin
else
cp -P /usr/share/uboot/rpi_2/u-boot.bin /boot/efi/rpi2-u-boot.bin
cp -P /usr/share/uboot/rpi_3_32b/u-boot.bin /boot/efi/rpi3-u-boot.bin
+cp -P /usr/share/uboot/rpi_4_32b/u-boot.bin /boot/efi/rpi4-u-boot.bin
fi
fi
diff --git a/fedora-modular-disk-minimal.ks b/fedora-modular-disk-minimal.ks
index 5c839cd..a9a2842 100644
--- a/fedora-modular-disk-minimal.ks
+++ b/fedora-modular-disk-minimal.ks
@@ -55,6 +55,7 @@ dhcp-client
# Setup Raspberry Pi firmware
cp -P /usr/share/uboot/rpi_3/u-boot.bin /boot/efi/rpi3-u-boot.bin
+cp -P /usr/share/uboot/rpi_4/u-boot.bin /boot/efi/rpi4-u-boot.bin
releasever=$(rpm --eval '%{fedora}')
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 5 months
[fedora-kickstarts] branch master updated (6841b8b -> 3f31f63)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch master
in repository fedora-kickstarts.
from 6841b8b Remove auth line from kickstarts
add 3f31f63 Update fedora-live-games.ks
No new revisions were added by this update.
Summary of changes:
fedora-live-games.ks | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 5 months
[fedora-kickstarts] branch master updated (c15ef07 -> 6841b8b)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch master
in repository fedora-kickstarts.
from c15ef07 Merge #593 `Cinnamon - Remove exaile`
add 6841b8b Remove auth line from kickstarts
No new revisions were added by this update.
Summary of changes:
fedora-arm-base.ks | 3 +--
fedora-cloud-base.ks | 1 -
fedora-cloud-bigdata.ks | 1 -
fedora-disk-base.ks | 1 -
fedora-live-base.ks | 1 -
fedora-modular-disk-minimal.ks | 1 -
6 files changed, 1 insertion(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 5 months
[fedora-kickstarts] branch master updated (16cf5fc -> c15ef07)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch master
in repository fedora-kickstarts.
from 16cf5fc IoT: fixes and cleanups for IoT edition
add 5c73431 Cinnamon - Remove exaile
new c15ef07 Merge #593 `Cinnamon - Remove exaile`
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
fedora-cinnamon-common.ks | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 5 months
[fedora-kickstarts] branch master updated: IoT: fixes and cleanups for IoT edition
by pagure@pagure.io
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 16cf5fc IoT: fixes and cleanups for IoT edition
16cf5fc is described below
commit 16cf5fc5b554ac474987e004bcbf28a856633420
Author: Peter Robinson <pbrobinson(a)fedoraproject.org>
AuthorDate: Wed Dec 4 09:56:12 2019 +0000
IoT: fixes and cleanups for IoT edition
Use defaults for authselect, auth is deprecated, update rpi boot bits
drop old atomic cmds, no longer shipped.
Signed-off-by: Peter Robinson <pbrobinson(a)fedoraproject.org>
---
fedora-iot.ks | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/fedora-iot.ks b/fedora-iot.ks
index bdf4535..7169634 100644
--- a/fedora-iot.ks
+++ b/fedora-iot.ks
@@ -5,7 +5,6 @@ lang en_US.UTF-8
keyboard us
timezone --utc Etc/UTC
-auth --useshadow --passalgo=sha512
selinux --enforcing
rootpw --lock --iscrypted locked
@@ -33,8 +32,8 @@ if [[ $arch == "aarch64" ]] || [[ $arch == "armv7l" ]]; then
if [[ $arch == "aarch64" ]]; then
cp -P /usr/share/uboot/rpi_3/u-boot.bin /boot/efi/rpi3-u-boot.bin
else
-cp -P /usr/share/uboot/rpi_2/u-boot.bin /boot/fw/rpi2-u-boot.bin
-cp -P /usr/share/uboot/rpi_3_32b/u-boot.bin /boot/fw/rpi3-u-boot.bin
+cp -P /usr/share/uboot/rpi_2/u-boot.bin /boot/efi/rpi2-u-boot.bin
+cp -P /usr/share/uboot/rpi_3_32b/u-boot.bin /boot/efi/rpi3-u-boot.bin
fi
fi
@@ -94,9 +93,6 @@ echo "(Don't worry -- that out-of-space error was expected.)"
# For trac ticket https://pagure.io/atomic-wg/issue/128
rm -f /etc/sysconfig/network-scripts/ifcfg-ens3
-echo "Adding Developer Mode GRUB2 menu item."
-/usr/libexec/atomic-devmode/bootentry add
-
# Anaconda is writing an /etc/resolv.conf from the install environment.
# The system should start out with an empty file, otherwise cloud-init
# will try to use this information and may error:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 5 months
[fedora-kickstarts] branch f31 updated: IoT: fixes and cleanups for IoT edition
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a commit to branch f31
in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/f31 by this push:
new 8ea1424 IoT: fixes and cleanups for IoT edition
8ea1424 is described below
commit 8ea142456d5152a864056c48b1e3298eda29037e
Author: Peter Robinson <pbrobinson(a)fedoraproject.org>
AuthorDate: Wed Dec 4 09:56:12 2019 +0000
IoT: fixes and cleanups for IoT edition
Use defaults for authselect, auth is deprecated, update rpi boot bits
drop old atomic cmds, no longer shipped.
Signed-off-by: Peter Robinson <pbrobinson(a)fedoraproject.org>
---
fedora-iot.ks | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/fedora-iot.ks b/fedora-iot.ks
index 1b7dd15..b01b508 100644
--- a/fedora-iot.ks
+++ b/fedora-iot.ks
@@ -5,7 +5,6 @@ lang en_US.UTF-8
keyboard us
timezone --utc Etc/UTC
-auth --useshadow --passalgo=sha512
selinux --enforcing
rootpw --lock --iscrypted locked
@@ -36,8 +35,8 @@ if [[ $arch == "aarch64" ]] || [[ $arch == "armv7l" ]]; then
if [[ $arch == "aarch64" ]]; then
cp -P /usr/share/uboot/rpi_3/u-boot.bin /boot/efi/rpi3-u-boot.bin
else
-cp -P /usr/share/uboot/rpi_2/u-boot.bin /boot/fw/rpi2-u-boot.bin
-cp -P /usr/share/uboot/rpi_3_32b/u-boot.bin /boot/fw/rpi3-u-boot.bin
+cp -P /usr/share/uboot/rpi_2/u-boot.bin /boot/efi/rpi2-u-boot.bin
+cp -P /usr/share/uboot/rpi_3_32b/u-boot.bin /boot/efi/rpi3-u-boot.bin
fi
fi
@@ -97,9 +96,6 @@ echo "(Don't worry -- that out-of-space error was expected.)"
# For trac ticket https://pagure.io/atomic-wg/issue/128
rm -f /etc/sysconfig/network-scripts/ifcfg-ens3
-echo "Adding Developer Mode GRUB2 menu item."
-/usr/libexec/atomic-devmode/bootentry add
-
# Anaconda is writing an /etc/resolv.conf from the install environment.
# The system should start out with an empty file, otherwise cloud-init
# will try to use this information and may error:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 5 months