aboutsummaryrefslogtreecommitdiffstats
path: root/coin/pre-provisioning/qtci-linux-RHEL-8.8-x86_64/README_MANUAL_INSTALLATIONS
blob: a2ed87e0f9961fdb30631ea3e83b94706b93695d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
### RED HAT ENTERPRISE LINUX 8.8 ###

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
User Creation
Beging Installation

Reboot

Licensing: Accept
Finish Configuration

gnome-initial-setup:
Language: English (US)
Typing:English (US)
Privacy: Location Services: OFF
Connect Your Online Accounts: Skip
Start Using Red Hat Enterprise Linux

# Add user to sudoers
Add 'qt ALL=NOPASSWD: ALL' to /etc/sudoers.d/qt

# Configure Settings
 Notifications:
    * Notification Popups: OFF
    * Lock Screen Notifications: OFF
 Privacy:
    * Screen Lock: OFF
 Power:
    * Blank screen: Never
 Details:
    * Time & Date: Time Zone: UTC
       * run "sudo timedatectl set-timezone Etc/UTC"
    * Users: Automatic login on

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

# Do these from Opennebula UI!

# Enable network connection from right upper corner

 Devices:
    * Displays: Resolution 1280 x 800

# Fetch and run coin-setup
Download http://coin/coin/binary/linux_amd64/coin-setup
# run as qt user
chmod 755 coin-setup
run './coin-setup'

Reboot