From 43f34c708ed562664ccf42fa0b70348561d2b902 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 29 Oct 2021 10:04:23 -0700 Subject: [PATCH] livemedia.ks: Drop unneeded commands firstboot and gfs2-utils are no longer installed, remove the firstboot systemctl commands and the reference to gfs2-utils removal in the package section. Related: rhbz#2017993 --- docs/livemedia.ks | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/livemedia.ks b/docs/livemedia.ks index 940fce92..e8f6002e 100644 --- a/docs/livemedia.ks +++ b/docs/livemedia.ks @@ -151,12 +151,6 @@ usermod -aG wheel liveuser > /dev/null # Remove root password lock passwd -d root > /dev/null -# turn off firstboot for livecd boots -systemctl --no-reload disable firstboot-text.service 2> /dev/null || : -systemctl --no-reload disable firstboot-graphical.service 2> /dev/null || : -systemctl stop firstboot-text.service 2> /dev/null || : -systemctl stop firstboot-graphical.service 2> /dev/null || : - # don't use prelink on a running live image sed -i 's/PRELINKING=yes/PRELINKING=no/' /etc/sysconfig/prelink &>/dev/null || : @@ -382,7 +376,6 @@ syslinux -@dial-up -@input-methods -@standard --gfs2-utils # This package is needed to boot the iso on UEFI shim