aboutsummaryrefslogtreecommitdiffstats
path: root/coin/pre-provisioning
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@qt.io>2021-08-11 12:54:21 +0300
committerHeikki Halmet <heikki.halmet@qt.io>2021-08-13 09:03:39 +0300
commit9ff48e55854678f34722787f02c23a1a1cda8c65 (patch)
tree615c1bf5520f583f8ab0101eb23a5568e4fb1c11 /coin/pre-provisioning
parent887c3681977fa4749ab9cf8d8168070c0d097b59 (diff)
Add Red Hat 8.4 to CI
Red Hat 8.4 will be added as parallel with Red Hat 8.3 until packaging site gives green light to remove the older Red Hat version. Also targets which are not tested during Qt5 integration will be set as Insignificant until proven to work Task-number: QTQAINFRA-4516 Change-Id: I3d9543da315b3d93ee8d9e37389acaf7212b00f7 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
Diffstat (limited to 'coin/pre-provisioning')
-rw-r--r--coin/pre-provisioning/qtci-linux-RHEL-8.4-x86_64/README_MANUAL_INSTALLATIONS62
1 files changed, 62 insertions, 0 deletions
diff --git a/coin/pre-provisioning/qtci-linux-RHEL-8.4-x86_64/README_MANUAL_INSTALLATIONS b/coin/pre-provisioning/qtci-linux-RHEL-8.4-x86_64/README_MANUAL_INSTALLATIONS
new file mode 100644
index 00000000..9786940d
--- /dev/null
+++ b/coin/pre-provisioning/qtci-linux-RHEL-8.4-x86_64/README_MANUAL_INSTALLATIONS
@@ -0,0 +1,62 @@
+### RHEL 8.2 ###
+Hard Disk: 500G
+Network: CI
+Video Card: Total Video Memory: 64MB
+Boot options/Firmware: BIOS
+
+Language: English (United States)
+Time & Date: Etc/Coordinated Universal Time
+Software Selection: Server with GUI
+Installation Destination: Automatic partitioning selected
+Root Passowrd: Set
+Network & Host..: Connect
+Beging Installation
+
+Reboot
+
+Licensing: Accept
+User Settings: give username & password. Select 'Make this user administrator'
+Finish Configuration
+
+Welcome!
+Language: English (US)
+Typing:English (US)
+Privacy: Location Services: OFF
+Connect Your Online Accounts: Skip
+Start Using Red Hat Enterprise Linux
+
+# Configure Settings
+ Notifications:
+ * Notification Popups: OFF
+ * Lock Screen Notifications: OFF
+ Privacy:
+ * Screen Lock: OFF
+ Power:
+ * Blank screen: Never
+ Devices:
+ * Displays: Resolution 1280 x 800
+ Details:
+ * Time & Date: Time Zone: UTC
+ * run "sudo timedatectl set-timezone Etc/UTC"
+ * Users: Automatic login on
+
+# Add user to sudoers
+Add 'qt ALL=NOPASSWD: ALL' to /etc/sudoers.d/qt
+
+Add 'GRUB_GFXMODE=1280x800' to /etc/default/grub
+sudo grub2-mkconfig -o /etc/grub2.cfg
+sudo grub2-mkconfig -o /boot/grub2/grub.cfg
+
+# Add support for virtio driver
+su
+echo "add_drivers+=\"virtio-blk\"" >> /etc/dracut.conf.d/virtio.conf
+dracut -f
+
+# Enable network connection from right upper corner
+
+# Fetch and run coin-setup
+Download http://coin/coin/binary/linux_amd64/coin-setup
+# run as qt user
+run './coin-setup'
+
+Reboot