From 78d955ce77e8eb61bc5191daf184e0d6f1a7ea43 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Mon, 13 Mar 2017 15:19:19 +1100 Subject: [PATCH] refind config --- boot/refind.conf | 7 +++++++ boot/refind_linux.conf | 1 + 2 files changed, 8 insertions(+) create mode 100644 boot/refind.conf create mode 100644 boot/refind_linux.conf diff --git a/boot/refind.conf b/boot/refind.conf new file mode 100644 index 0000000..68f658c --- /dev/null +++ b/boot/refind.conf @@ -0,0 +1,7 @@ +timeout 5 +textonly true +textmode 1024 + +scanfor internal,external,optical,manual +fold_linux_kernels false +default_selection linux \ No newline at end of file diff --git a/boot/refind_linux.conf b/boot/refind_linux.conf new file mode 100644 index 0000000..f38745e --- /dev/null +++ b/boot/refind_linux.conf @@ -0,0 +1 @@ +"Boot" "rw root=/dev/mapper/somevg-somelv cryptdevice=UUID=some-uuid:crypt-somename resume=/dev/somevg/swap" -- 2.39.2