Remove rc.local

raspberrypi-sys-mods adds /etc/issue.d/IP.issue instead
This commit is contained in:
Serge Schneider
2024-11-11 13:21:13 +00:00
parent 449d43e182
commit c8d0e0b0bb
4 changed files with 0 additions and 26 deletions

View File

@@ -1,7 +1,5 @@
#!/bin/bash -e
install -d "${ROOTFS_DIR}/etc/systemd/system/getty@tty1.service.d"
install -m 644 files/noclear.conf "${ROOTFS_DIR}/etc/systemd/system/getty@tty1.service.d/noclear.conf"
install -v -m 644 files/fstab "${ROOTFS_DIR}/etc/fstab"
on_chroot << EOF

View File

@@ -1,2 +0,0 @@
[Service]
TTYVTDisallocate=no