Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
9457e65391 | ||
|
2ef7a175c0 |
2
Makefile
2
Makefile
@@ -1,4 +1,4 @@
|
|||||||
VERSION = 0.9.6
|
VERSION = 0.9.7
|
||||||
SBINDIR ?= /usr/sbin
|
SBINDIR ?= /usr/sbin
|
||||||
DRACUTMODDIR ?= /usr/lib/dracut/modules.d/01vmklive
|
DRACUTMODDIR ?= /usr/lib/dracut/modules.d/01vmklive
|
||||||
|
|
||||||
|
@@ -21,7 +21,7 @@ fi
|
|||||||
# Enable autologin for getty(1).
|
# Enable autologin for getty(1).
|
||||||
if [ -f ${NEWROOT}/lib/systemd/system/getty@.service ]; then
|
if [ -f ${NEWROOT}/lib/systemd/system/getty@.service ]; then
|
||||||
rm -f "${NEWROOT}/etc/systemd/system/getty.target.wants/getty@tty1.service"
|
rm -f "${NEWROOT}/etc/systemd/system/getty.target.wants/getty@tty1.service"
|
||||||
sed -e "s|/sbin/agetty|/sbin/live-getty|g" \
|
sed -e "s|/sbin/agetty --noclear|/sbin/live-getty|g" \
|
||||||
"${NEWROOT}/lib/systemd/system/getty@.service" > \
|
"${NEWROOT}/lib/systemd/system/getty@.service" > \
|
||||||
"${NEWROOT}/etc/systemd/system/getty.target.wants/getty@tty1.service"
|
"${NEWROOT}/etc/systemd/system/getty.target.wants/getty@tty1.service"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user