diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-04-18 18:49:24 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-04-18 18:49:24 -0400 |
commit | f703c14e9a505cd13065931e4dec5c90b3a06115 (patch) | |
tree | e307571acf1cc6d7d54f82320ff705dd62bf42d0 /src/etc/default | |
parent | 89438a0e6ae93e08e235f6349c990e912d561dcb (diff) |
shortened grub boot time
Diffstat (limited to 'src/etc/default')
-rw-r--r-- | src/etc/default/grub.orig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/default/grub.orig b/src/etc/default/grub.orig index 83e4a5c..bc56099 100644 --- a/src/etc/default/grub.orig +++ b/src/etc/default/grub.orig @@ -1,7 +1,7 @@ # GRUB boot loader configuration GRUB_DEFAULT=0 -GRUB_TIMEOUT=5 +GRUB_TIMEOUT=1 GRUB_DISTRIBUTOR="Arch" GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet" GRUB_CMDLINE_LINUX="cryptdevice=UUID=%%UUID%%:cryptlvm root=/dev/Crypt/root" |