5 lines
138 B
Bash
Executable File
5 lines
138 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
ln -sf /etc/systemd/system/autologin@.service \
|
|
"${ROOTFS_DIR}/etc/systemd/system/getty.target.wants/getty@tty1.service"
|