From 426bab28a81a17dd5feb70e9558f6edba610d17c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tony=20Saraj=C3=A4rvi?= Date: Wed, 23 Jun 2021 12:27:57 +0300 Subject: Replace SLES 15 SP2 with SP3 Task-number: QTQAINFRA-4498 Change-Id: I248a0ea19a7e2af59350ba66b55983c20927fff3 Reviewed-by: Qt CI Bot Reviewed-by: Heikki Halmet --- .../README_MANUAL_INSTALLATIONS | 47 ------------------ .../README_MANUAL_INSTALLATIONS | 56 ++++++++++++++++++++++ 2 files changed, 56 insertions(+), 47 deletions(-) delete mode 100644 coin/pre-provisioning/qtci-linux-SLES-15_SP2-x86_64/README_MANUAL_INSTALLATIONS create mode 100644 coin/pre-provisioning/qtci-linux-SLES-15_SP3-x86_64/README_MANUAL_INSTALLATIONS (limited to 'coin/pre-provisioning') diff --git a/coin/pre-provisioning/qtci-linux-SLES-15_SP2-x86_64/README_MANUAL_INSTALLATIONS b/coin/pre-provisioning/qtci-linux-SLES-15_SP2-x86_64/README_MANUAL_INSTALLATIONS deleted file mode 100644 index 849b2333..00000000 --- a/coin/pre-provisioning/qtci-linux-SLES-15_SP2-x86_64/README_MANUAL_INSTALLATIONS +++ /dev/null @@ -1,47 +0,0 @@ -### SUSE Linux Enterprise Desktop 15 SP2 ### - -Language: English (US) -Keyboard Layout: English (US) - -Available Extensions and Modules: - Basesystem Module - Desktop Applications Module - Python 2 Module - -Gnome Desktop (X11) - -Resolution 1280x800 - -# Settings -Notification Popups - disabled -LockScreen Notifications - disabled - -# Privacy -Screen Lock - Off - -# Power -Power Saving - Blank Screen - never - -# Add user to sudoers -Add 'qt ALL=NOPASSWD: ALL' to /etc/sudoers.d/qt - -# Fetch and run coin-setup -Download http://coin/coin/binary/linux_386/coin-setup -sudo ./coin-setup - -# Add support for virtio driver -sudo echo "add_drivers+=\"virtio-blk\"" >> /etc/dracut.conf.d/virtio.conf -sudo dracut -f - -# Add these to '/etc/polkit-default-privs.local' -org.freedesktop.udisks2.filesystem-mount yes -org.freedesktop.udisks2.filesystem-mount-other-seat yes -org.freedesktop.udisks2.filesystem-mount-system yes -org.freedesktop.login1.power-off yes -org.freedesktop.login1.power-off-ignore-inhibit yes -org.freedesktop.login1.power-off-multiple-sessions yes - -# Register product -# Add 'Available Extensions and Modules' -* Basesystem Module 15 SP2 x86_64 -* Server Applications Module 15 SP2 x86_64 diff --git a/coin/pre-provisioning/qtci-linux-SLES-15_SP3-x86_64/README_MANUAL_INSTALLATIONS b/coin/pre-provisioning/qtci-linux-SLES-15_SP3-x86_64/README_MANUAL_INSTALLATIONS new file mode 100644 index 00000000..6fe4943b --- /dev/null +++ b/coin/pre-provisioning/qtci-linux-SLES-15_SP3-x86_64/README_MANUAL_INSTALLATIONS @@ -0,0 +1,56 @@ +### SUSE Linux Enterprise Desktop 15 SP3 ### + +Language: English (US) +Keyboard Layout: English (US) + +Available Extensions and Modules: + Basesystem Module + Desktop Applications Module + Python 2 Module + Server Applications Module + +Gnome Desktop (X11) + +Enable SSH service +Disable Firewall + +Resolution 1280x800 + +# Settings +Notification Popups - disabled +LockScreen Notifications - disabled + +# Privacy +Screen Lock - Off + +# Power +Power Saving - Blank Screen - never + +# Add user to sudoers +Add 'qt ALL=NOPASSWD: ALL' to /etc/sudoers.d/qt + +# Fetch and run coin-setup +Download http://coin/coin/binary/linux_386/coin-setup +sudo ./coin-setup + +# Add support for virtio driver +sudo echo "add_drivers+=\"virtio-blk\"" >> /etc/dracut.conf.d/virtio.conf +sudo dracut -f + +# Add these to '/etc/polkit-default-privs.local' +org.freedesktop.udisks2.filesystem-mount yes +org.freedesktop.udisks2.filesystem-mount-other-seat yes +org.freedesktop.udisks2.filesystem-mount-system yes +org.freedesktop.login1.power-off yes +org.freedesktop.login1.power-off-ignore-inhibit yes +org.freedesktop.login1.power-off-multiple-sessions yes + +sudo /sbin/set_polkit_default_privs + +# Set how DHClient creates CID for compatibility with older DHCP servers +sudo sed -i 's/DHCLIENT_CREATE_CID=""/DHCLIENT_CREATE_CID="rfc2132"/' /etc/sysconfig/network/dhcp + +# Register product +# Add 'Available Extensions and Modules' +* Basesystem Module 15 SP3 x86_64 +* Server Applications Module 15 SP3 x86_64 -- cgit v1.2.3