diff --git a/docs/void-desktop-setup/installation/installation-with-lvm.md b/docs/void-desktop-setup/installation/installation-with-lvm.md index 2a0f636..0ed2b27 100644 --- a/docs/void-desktop-setup/installation/installation-with-lvm.md +++ b/docs/void-desktop-setup/installation/installation-with-lvm.md @@ -113,7 +113,7 @@ The `uuid` is needed again and can be obtained by: Now edit `/boot/loader/void-options.conf` and insert: ``` -rw rd.luks.name==root root=/dev/disk/by-label/root quiet splash apparmor=1 security=apparmor loglevel=1 rd.lvm.vg=lv0 +rw rd.luks.name==root root=/dev/disk/by-label/root quiet splash apparmor=1 security=apparmor loglevel=1 rd.shell=0 d.emergency=reboot rd.lvm.vg=lv0 ``` To obtain a boot menu. A timeout may be added to `/boot/loader/loader.conf`. diff --git a/docs/void-desktop-setup/installation/installation.md b/docs/void-desktop-setup/installation/installation.md index 299da5f..66bfe60 100644 --- a/docs/void-desktop-setup/installation/installation.md +++ b/docs/void-desktop-setup/installation/installation.md @@ -111,7 +111,7 @@ The `uuid` is needed again and can be obtained by: Now edit `/boot/loader/void-options.conf` and insert: ``` -rw rd.luks.name==root root=/dev/mapper/root quiet splash apparmor=1 security=apparmor loglevel=1 +rw rd.luks.name==root root=/dev/mapper/root quiet splash apparmor=1 security=apparmor loglevel=1 rd.shell=0 d.emergency=reboot ``` To obtain a boot menu. A timeout may be added to `/boot/loader/loader.conf`.