mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-06 08:18:15 +08:00
Documentation targets moved to nightly - QTBUG-125212 [CI Platforms] Ubuntu 24.04 has gcc 13.2.0 . Task-number: QTQAINFRA-6112 Task-number: QTQAINFRA-6098 Task-number: QTQAINFRA-6203 Change-Id: I2f7d24ed13f6a318d738e9cd2f607e928c6bb8a2 Reviewed-by: Liang Qi <liang.qi@qt.io>
61 lines
1.4 KiB
Plaintext
61 lines
1.4 KiB
Plaintext
### Ubuntu 24.04 ###
|
|
Hard Disk: 1TB
|
|
|
|
Language: English (United States)
|
|
Time & Date: Etc/Coordinated Universal Time
|
|
Software Selection: Desktop image, minimal install
|
|
|
|
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
|
|
* File History & Rubbish Bin:
|
|
* File History: Off
|
|
* Diagnostics:
|
|
* Send error reports to Canonical: Never
|
|
Power:
|
|
* Blank screen: Never
|
|
* Automatic suspend: Off
|
|
Appearance:
|
|
* Auto-hide the dock: Off
|
|
Devices:
|
|
* Displays: Resolution 1280 x 800 (found 1280 x 768)
|
|
Details:
|
|
* Time Zone: UTC
|
|
* run "sudo timedatectl set-timezone UTC"
|
|
* Users: Automatic login on
|
|
|
|
Software & Updates:
|
|
* Updates:
|
|
* Subscribed to: Security updates only
|
|
* Automatically check for updates: Never
|
|
* Notify me of a new Ubuntu version: Never
|
|
|
|
# Add user to sudoers
|
|
Add 'qt ALL=NOPASSWD: ALL' to /etc/sudoers.d/qt
|
|
|
|
Add 'GRUB_GFXMODE=1280x800' to /etc/default/grub (Now it's 1280x768 - is that OK?)
|
|
run 'sudo grub-mkconfig'
|
|
|
|
# Install ssh server
|
|
run 'sudo apt install openssh-server'
|
|
|
|
# Disable firewall
|
|
run 'sudo ufw disable'
|
|
|
|
# Fetch and run coin-setup (in Opennebula)
|
|
Download http://coin/coin/binary/linux_arm64/coin-setup
|
|
run 'chmod +x ./coin-setup' to make it executable
|
|
run './coin-setup'
|
|
|
|
Reboot
|
|
|