aboutsummaryrefslogtreecommitdiffstats
path: root/coin/pre-provisioning/qtci-linux-SLES-15_SP5-x86_64/README_MANUAL_INSTALLATIONS
blob: 3f25ec4ae9d730cc637f1ab53be79d9781230ef7 (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
63
64
65
66
67
68
69
70
71
72
73
74
75
### SUSE Linux Enterprise Server 15 SP5 ###

# Register product #
Register product at the beginning or later during the
installation process. Full version allows registering later.

# Installation #
Language: English (US)
Keyboard Layout: English (US)

Available Extensions and Modules:
   Basesystem Module
   Desktop Applications Module
   Python 3 Module
   Server Applications Module

SLES with GNOME

Region: Etc
Time Zone: UTC

Create user with automatic login

disable firewall

Displays: Resolution 1280x800
Power: Screen Blank: Never
Privacy: Screen lock: Automatic screen lock: disable
Privacy: Screen lock: Show notifications on lock screen: disable

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

sudo su -
echo 'add_drivers+=" virtio-blk "' >/etc/dracut.conf.d/virtio.conf
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

# Run this command for changes to take effect
sudo bash /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
systemctl restart wicked

# Create /etc/sysconfig/network/ifcfg-eth1 with values:
* BOOTPROTO='dhcp'
* STARTMODE='auto'
sudo ifup eth1

# If not yet registered - Register product
# Add 'Available Extensions and Modules'
* Basesystem Module 15 SP5 x86_64
* Server Applications Module 15 SP5 x86_64
* Python 3 Module 15 SP5 x86_64
* Desktop Applications Module 15 SP5 x86_64

zypper update

* Download and run coin-setup

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

sudo reboot now