diff options
| author | Miguel <m.i@gmx.at> | 2018-10-17 22:52:28 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-17 22:52:28 +0200 |
| commit | 4d1a149531bc5d672cdf4a5a3e010662f9611d61 (patch) | |
| tree | a9bac45399bc2b09d927914c4bd34ff1338ea3b1 /grubiso | |
| parent | 474c803c32fe055b4f09cb779f22b70d7eba8325 (diff) | |
starting rewriting scheduling ...v0.2
Diffstat (limited to 'grubiso')
| -rw-r--r-- | grubiso/boot/grub/grub.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grubiso/boot/grub/grub.cfg b/grubiso/boot/grub/grub.cfg index 5c27c9e..86a5f1d 100644 --- a/grubiso/boot/grub/grub.cfg +++ b/grubiso/boot/grub/grub.cfg @@ -1,4 +1,4 @@ -set timeout=1 //seconds +set timeout=0 //seconds set default=4 if loadfont ${prefix}/fonts/unicode.pf2 |
