File tree Expand file tree Collapse file tree 5 files changed +0
-10
lines changed
Expand file tree Collapse file tree 5 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ After=network-online.target
88# before starting the Agama servers so they read configuration parsed
99Before =agama-web-server.service
1010Before =agama.service
11- Before =x11-autologin.service
1211
1312[Service]
1413Type =oneshot
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ After=agama-cmdline-process.service
99# before starting the Agama servers so they use the new packages
1010Before =agama-web-server.service
1111Before =agama.service
12- Before =x11-autologin.service
1312# before interactive password services
1413Before =live-password-dialog.service
1514Before =live-password-systemd.service
Original file line number Diff line number Diff line change 22Description =Installation medium integrity check
33
44# before X11 because it switches the terminal to VT7
5- Before =x11-autologin.service
65Before =agama.service
76
87# copied from YaST2-Second-Stage.service
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ Description=Root password configuration
44# before starting the SSH and Agama server so they use the new password
55Before =sshd.service
66Before =agama-web-server.service
7- # before X11 because it switches the terminal to VT7
8- Before =x11-autologin.service
97After =checkmedia.service
108
119# copied from YaST2-Second-Stage.service
Original file line number Diff line number Diff line change @@ -204,9 +204,6 @@ if [ -n "$python" ]; then
204204 fi
205205fi
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
212209if 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
273270done
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)
278273rm -rf /usr/lib* /libmfxhw* .so.* /usr/lib* /mfx/
279274
You can’t perform that action at this time.
0 commit comments