diff --git a/README.md b/README.md index ab18a43..e8a3839 100644 --- a/README.md +++ b/README.md @@ -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 +