mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-08 07:56:54 +08:00
Task-number: QTQAINFRA-3964 Change-Id: I368e59867e8061ed25d4d3f10de7e995e56bd676 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
51 lines
1.1 KiB
Plaintext
51 lines
1.1 KiB
Plaintext
### CENTOS 8.3 ###
|
|
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
|
|
Network & Host..: Connect
|
|
|
|
Language: English (US)
|
|
Typing:English (US)
|
|
Privacy: Location Services: OFF
|
|
Connect Your Online Accounts: Skip
|
|
|
|
|
|
# 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 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
|
|
|
|
# Fetch and run coin-setup
|
|
Download http://coin/coin/binary/linux_amd64/coin-setup
|
|
run './coin-setup'
|
|
|
|
Reboot
|
|
|