]> code.delx.au - monosys/commitdiff
refind config
authorJames Bunton <jamesbunton@delx.net.au>
Mon, 13 Mar 2017 04:19:19 +0000 (15:19 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Mon, 13 Mar 2017 04:19:19 +0000 (15:19 +1100)
boot/refind.conf [new file with mode: 0644]
boot/refind_linux.conf [new file with mode: 0644]

diff --git a/boot/refind.conf b/boot/refind.conf
new file mode 100644 (file)
index 0000000..68f658c
--- /dev/null
@@ -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 (file)
index 0000000..f38745e
--- /dev/null
@@ -0,0 +1 @@
+"Boot" "rw root=/dev/mapper/somevg-somelv cryptdevice=UUID=some-uuid:crypt-somename resume=/dev/somevg/swap"