prevent system-debug@tty1 from running

This commit is contained in:
Michael Hudson-Doyle 2017-01-25 14:19:58 +13:00
parent f9e1062c19
commit 1706fd886d
1 changed files with 1 additions and 0 deletions

1
debian/rules vendored
View File

@ -36,6 +36,7 @@ override_dh_installinit:
install -m 0644 $(CURDIR)/debian/subiquity-tty1.conf $(CURDIR)/debian/subiquity/lib/systemd/system/getty@tty1.service.d/
mkdir $(CURDIR)/debian/subiquity/lib/systemd/system/getty@.service.d/
install -m 0644 $(CURDIR)/debian/subiquity-ttyN.conf $(CURDIR)/debian/subiquity/lib/systemd/system/getty@.service.d/
ln -s /dev/null $(CURDIR)/debian/subiquity/lib/systemd/system/systemd-debug@tty1.service
override_dh_auto_test:
@echo "No tests."