From 16cf5fc5b554ac474987e004bcbf28a856633420 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Dec 04 2019 09:59:18 +0000 Subject: 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 --- 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: