dracut/vmklive-adduser.sh: fixed two typos.
This commit is contained in:
parent
5f3833b18f
commit
6564ab4e5b
@ -27,11 +27,11 @@ if [ -f ${NEWROOT}/usr/lib/systemd/system/getty@.service ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Create /usr/sbin/live-getty.
|
# Create /usr/sbin/live-getty.
|
||||||
cat > ${NEWROOT}/usr&sbin/live-getty <<_EOF
|
cat > ${NEWROOT}/usr/sbin/live-getty <<_EOF
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if [ -x /usr/sbin/agetty ]; then
|
if [ -x /usr/sbin/agetty ]; then
|
||||||
_getty=/usr&sbin/agetty
|
_getty=/usr/sbin/agetty
|
||||||
elif [ -x /usr/sbin/getty ]; then
|
elif [ -x /usr/sbin/getty ]; then
|
||||||
_getty=/usr/sbin/getty
|
_getty=/usr/sbin/getty
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user