Skip to content

Commit f0fa44e

Browse files
authored
test: Drop graphical target change
1 parent adb807e commit f0fa44e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

system_files/desktop/shared/usr/libexec/bazzite-hardware-setup

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,6 @@ if (( $(hostname | wc -m) > 20 )); then
235235
hostnamectl set-hostname bazzite
236236
fi
237237

238-
# Set default target to graphical, fixes rebase from base image
239-
if grep -qv "graphical.target" <<< "$(systemctl get-default)"; then
240-
systemctl set-default graphical.target
241-
fi
242-
243238
# Fix missing hostname file breaking distrobox
244239
if [ ! -f /etc/hostname ]; then
245240
touch /etc/hostname

0 commit comments

Comments
 (0)