commit 51508d6510c817e06ebeec949da33d15f0ce1d59
parent 6f10a2d008ad04281a6dd1781c4a77a1825790f1
Author: Matthew Carlson <matt@mcarlson.xyz>
Date: Fri, 3 Sep 2021 00:56:43 -0400
linux beacon seems more stable; disable beep on laptop
Diffstat:
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/boot/EFI/refind/refind.conf b/boot/EFI/refind/refind.conf
@@ -1,7 +1,7 @@
# general
banner icons/black.png
banner_scale fillscreen
-dont_scan_files vmlinuz-linux-beacon
+dont_scan_files vmlinuz-linux,vmlinuz-linux-beacon
hideui singleuser,hints,arrows,label,badges
icons_dir icons
selection_big icons/arrow.png
@@ -17,5 +17,5 @@ menuentry 'Linux Beacon' {
volume 'Linux Beacon'
loader /vmlinuz-linux-beacon
initrd /initramfs-linux-beacon.img
- options "cryptdevice=/dev/sdc2:crypt root=/dev/mapper/crypt rw quiet loglevel=3 vga=current vt.global_cursor_default=0"
+ options "cryptdevice=/dev/sda2:crypt root=/dev/mapper/crypt rw quiet loglevel=3 vga=current vt.global_cursor_default=0"
}
diff --git a/boot/refind_linux.conf b/boot/refind_linux.conf
@@ -1 +1 @@
-'Boot' 'cryptdevice=/dev/sdc2:crypt root=/dev/mapper/crypt rw'
+'Boot' 'cryptdevice=/dev/sda2:crypt root=/dev/mapper/crypt rw'
diff --git a/etc/modprobe.d/nobeep.conf b/etc/modprobe.d/nobeep.conf
@@ -0,0 +1 @@
+blacklist pcspkr