diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2021-04-27 10:29:38 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2021-04-27 10:29:38 +0200 |
commit | a4d0ccb56bf9b426f69d70c185d680b08b9bd25c (patch) | |
tree | 83aa6c3479378d6fa3164edc68be2adfddf865dc /efiboot/loader/loader.conf |
start with baseline
Diffstat (limited to 'efiboot/loader/loader.conf')
-rw-r--r-- | efiboot/loader/loader.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/efiboot/loader/loader.conf b/efiboot/loader/loader.conf new file mode 100644 index 0000000..1ea5ce5 --- /dev/null +++ b/efiboot/loader/loader.conf @@ -0,0 +1,5 @@ +# +# SPDX-License-Identifier: GPL-3.0-or-later + +timeout 3 +default archiso-x86_64-linux.conf |