Skip to content

Commit 0ecfa87

Browse files
committed
Some more touches to make original solution working on the current agama
1 parent 164a420 commit 0ecfa87

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

live/root/etc/systemd/system/agama-cmdline-process.service

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ After=network-online.target
88
# before starting the Agama servers so they read configuration parsed
99
Before=agama-web-server.service
1010
Before=agama.service
11-
Before=x11-autologin.service
1211

1312
[Service]
1413
Type=oneshot

live/root/etc/systemd/system/agama-self-update.service

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ After=agama-cmdline-process.service
99
# before starting the Agama servers so they use the new packages
1010
Before=agama-web-server.service
1111
Before=agama.service
12-
Before=x11-autologin.service
1312
# before interactive password services
1413
Before=live-password-dialog.service
1514
Before=live-password-systemd.service

live/root/etc/systemd/system/checkmedia.service

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Description=Installation medium integrity check
33

44
# before X11 because it switches the terminal to VT7
5-
Before=x11-autologin.service
65
Before=agama.service
76

87
# copied from YaST2-Second-Stage.service

live/root/etc/systemd/system/live-password.service

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Description=Root password configuration
44
# before starting the SSH and Agama server so they use the new password
55
Before=sshd.service
66
Before=agama-web-server.service
7-
# before X11 because it switches the terminal to VT7
8-
Before=x11-autologin.service
97
After=checkmedia.service
108

119
# copied from YaST2-Second-Stage.service

live/src/config.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,6 @@ if [ -n "$python" ]; then
204204
fi
205205
fi
206206

207-
# remove OpenGL support
208-
rpm -qa | grep ^Mesa | xargs rpm -e --nodeps
209-
210207
# uninstall libyui-qt and libqt (pulled in by the YaST dependencies),
211208
# not present in SLES, do not fail if not installed
212209
if rpm -q --whatprovides libyui-qt libyui-qt-pkg > /dev/null; then
@@ -272,8 +269,6 @@ for s in purge-kernels; do
272269
systemctl -f disable $s || true
273270
done
274271

275-
# Only used for OpenCL and X11 acceleration on vmwgfx (?), saves ~50MiB
276-
rpm -e --nodeps Mesa-gallium || true
277272
# Too big and will have to be dropped anyway (unmaintained, known security issues)
278273
rm -rf /usr/lib*/libmfxhw*.so.* /usr/lib*/mfx/
279274

0 commit comments

Comments
 (0)