From 7a2e66f1a214a2a505259ff0b50ce65bb73dc60c Mon Sep 17 00:00:00 2001 From: brent s Date: Sat, 2 Sep 2017 23:01:39 -0400 Subject: [PATCH] manual update --- docs/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.adoc b/docs/README.adoc index ab206f1..a2e522a 100644 --- a/docs/README.adoc +++ b/docs/README.adoc @@ -152,7 +152,7 @@ The recommended option is to use https://bdisk.square-r00t.net/[BDisk^] (the aut . `echo "aif-git" > **/extra/pre-build.d/root/packages.both` . If you want automatic root login on TTY1 like the Arch install ISO (optional): .. `mkdir -p **/overlay/etc/systemd/system/getty\@tty1.service.d` -.. `printf '[Service]\nType=idle\nExecStart=\nExecStart=-/usr/bin/agetty --autologin root --noclear %%I 38400 linux\n' > **/overlay/etc/systemd/system/getty\@tty1.service.d` +.. `printf '[Service]\nType=idle\nExecStart=\nExecStart=-/usr/bin/agetty --autologin root --noclear %%I 38400 linux\n' > **/overlay/etc/systemd/system/getty\@tty1.service.d/autologin.conf` ... (NOTE: This is all one line.) Remember to also create a https://bdisk.square-r00t.net/#the_code_build_ini_code_file[build.ini file^]. You can find a compatible one https://git.square-r00t.net/AIF-NG/plain/extras/bdisk.build.ini[here^] (but remember to tailor it to your particular paths and needs first!).