diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-23 10:33:32 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-23 10:33:32 -0400 |
commit | d863f20f81ce77f4b55d3024125d334a7ce8ef85 (patch) | |
tree | 9cfed884a01287d58ee6956f1bf1071cf63ca790 /config | |
parent | gdb - print assembly (diff) | |
download | comus-d863f20f81ce77f4b55d3024125d334a7ce8ef85.tar.gz comus-d863f20f81ce77f4b55d3024125d334a7ce8ef85.tar.bz2 comus-d863f20f81ce77f4b55d3024125d334a7ce8ef85.zip |
set grub timeout
Diffstat (limited to 'config')
-rw-r--r-- | config/grub.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/grub.cfg b/config/grub.cfg index d80fad6..76e28f3 100644 --- a/config/grub.cfg +++ b/config/grub.cfg @@ -1,3 +1,5 @@ +set timeout=1 +set default=0 insmod all_video menuentry "kern" { |