Skip to content

Commit

Permalink
Corrected the systemd files.
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalier38 committed Oct 6, 2013
1 parent 4b64bd6 commit 9e0dd70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion livecd/template/etc/systemd/system/installer@.service
Expand Up @@ -17,7 +17,7 @@ ConditionPathExists=/dev/tty0

[Service]
# the VT is cleared by TTYVTDisallocate
ExecStart=-/sbin/agetty --noclear %I -n -l su -o "-l -c /sbin/lunar-install"
ExecStart=-/sbin/agetty --noclear %I -n -l /bin/su -o "-l -c /sbin/lunar-install"
Type=idle
Restart=always
RestartSec=0
Expand Down
4 changes: 2 additions & 2 deletions mkfiles/iso.mk
Expand Up @@ -40,10 +40,10 @@ $(ISO_TARGET)/.iso-files: iso-target
@echo iso-files
@rm -f $(ISO_TARGET)/etc/systemd/system/getty.target.wants/getty\@tty1.service $(ISO_TARGET)/etc/dracut.conf.d/02-lunar-live.conf $(ISO_TARGET)/etc/ssh/ssh_host_*
@[ ! -d $(ISO_TARGET)/etc/dracut.conf.d ] || rmdir --ignore-fail-on-non-empty $(ISO_TARGET)/etc/dracut.conf.d
@cp -r $(ISO_SOURCE)/livecd/template/etc/systemd $(ISO_TARGET)/etc/systemd
@cp -r $(ISO_SOURCE)/livecd/template/etc/systemd $(ISO_TARGET)/etc
@> $(ISO_TARGET)/etc/machine-id
@ln -sf ../../tmp/random-seed $(ISO_TARGET)/var/lib/random-seed
@mkdir $(ISO_TARGET)/var/cache/man
@mkdir -p $(ISO_TARGET)/var/cache/man
@touch $@

iso-files: $(ISO_TARGET)/.iso-files $(addprefix $(ISO_TARGET)/etc/, $(ISO_ETC_FILES))
Expand Down

0 comments on commit 9e0dd70

Please sign in to comment.