start reHDD on tty1

This commit is contained in:
Hendrik Schutter 2022-05-11 22:31:08 +02:00
parent 033760c328
commit 161e7f049b
1 changed files with 5 additions and 3 deletions

View File

@ -11,7 +11,7 @@
## Debian Build Notes
* apt-get install ncurses-dev git make g++
* clone repo
* clone repo in /root/
* make release
## Create Standalone with Debian 11
@ -24,9 +24,10 @@ Instructions how to create a standalone machine that boots directly to reHDD. Th
### Start reHDD after boot without login (as a tty shell)
nano /lib/systemd/system/getty@.service
mkdir /lib/systemd/system/getty@tty1.service.d/
nano /lib/systemd/system/getty@tty1.service.d/override.conf
and replace the [Service] with this:
```
[Service]
WorkingDirectory=/root/reHDD
@ -76,3 +77,4 @@ Add your system drive in /root/reHDD/ignoreDrives.conf like:
Get the first 8 Bytes from your UUID via blkid /dev/sdX
systemctl enable reHDDSettings.service