#9 - Run user test with --skip-mkefiboot
Closed a year ago by bcl. Opened a year ago by bcl.
rpms/ bcl/lorax fix-user-test  into  rawhide

file modified
+4 -1
@@ -4,7 +4,7 @@ 

  

  Name:           lorax

  Version:        38.4

- Release:        1%{?dist}

+ Release:        2%{?dist}

  Summary:        Tool for creating the anaconda install images

  

  License:        GPLv2+
@@ -168,6 +168,9 @@ 

  %{_datadir}/lorax/templates.d/*

  

  %changelog

+ * Tue Dec 13 2022 Brian C. Lane <bcl@redhat.com> - 38.4-2

+ - Run user test with --skip-mkefiboot

+ 

  * Mon Dec 12 2022 Brian C. Lane <bcl@redhat.com> 38.4-1

  - runtime-cleanup: drop old versions of qed firmware (awilliam@redhat.com)

  - runtime-cleanup: drop Mediatek SoC firmwares (awilliam@redhat.com)

file modified
+3 -3
@@ -199,12 +199,12 @@ 

      umount_dirs

  }

  

- # All of the changes as a user (lorax-ted)

+ # All of the changes as a user (lorax-ted) with --skip-mkefiboot

  function run_as_user {

      running "Use all the options as a user"

  

      [ ! -e "/home/lorax-ted" ] && useradd -m lorax-ted

-     su - lorax-ted -c "mkksiso -a /etc/services -V "mkksiso-test" -c "console=ttyS0,115200n8" --rm "quiet" --ks $KS $BOOTISO $OUTISO" || exit 1

+     su - lorax-ted -c "mkksiso --skip-mkefiboot -a /etc/services -V "mkksiso-test" -c "console=ttyS0,115200n8" --rm "quiet" --ks $KS $BOOTISO $OUTISO" || exit 1

      mount $OUTISO $ISODIR || exit 1

  

      test_ks
@@ -213,7 +213,7 @@ 

      test_files

      test_quiet

  

-     status "Use all the options as a user"

+     status "Use all the options as a user with --skip-mkefiboot"

      umount_dirs

  }

  

no initial comment

Pull-Request has been closed by bcl

a year ago
Metadata