Skip to content

Commit babd266

Browse files
committed
gentoo-config-luks2-grub-systemd: Update dracut command
The `--verbose` option added to the dracut command makes its output resemble dracut output during a Gentoo distribution kernel configuration.
1 parent 32c1ef5 commit babd266

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/en/collections/gentoo-config-luks2-grub-systemd/setup-process/configure-gentoo

content/en/collections/gentoo-config-luks2-grub-systemd/setup-process/configure-gentoo/kernel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ ready, make a new initramfs with the `cryptsetup` program and the key file for
7474
automatic unlock from systemd:
7575

7676
```console
77-
# dracut --force "" "$(cat /usr/src/linux/include/config/kernel.release)"
77+
# dracut --force --verbose "" "$(cat /usr/src/linux/include/config/kernel.release)"
7878
```

0 commit comments

Comments
 (0)