Disabled agetty prints on first boot
This commit is contained in:
parent
151acc6d00
commit
d266866ae9
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ mkdir -p ${ROOTFS_DIR}/etc/systemd/system/getty@tty1.service.d/
|
|||
cat > ${ROOTFS_DIR}/etc/systemd/system/getty@tty1.service.d/override.conf << 'EOF'
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=-/usr/sbin/agetty --autologin root --noclear %I $TERM
|
||||
ExecStart=-/usr/sbin/agetty --skip-login --nonewline --noissue --autologin root --noclear %I $TERM
|
||||
EOF
|
||||
|
||||
on_chroot << EOF
|
||||
|
|
Loading…
Reference in a new issue