sys

git clone git://mattcarlson.org/repos/sys.git
Log | Files | Refs

commit d092508691fefd00d1e7e45b52ffd82603c3d6b3
parent 6e01b2b52a8b99497e85c6342222f44bd4e406c0
Author: Matthew Carlson <matt@mcarlson.xyz>
Date:   Mon,  9 Aug 2021 20:28:03 -0400

linux beacon for iwlwifi fix; fstab; refind unknown icon

Diffstat:
Aboot/EFI/refind/icons/os_unknown.png | 0
Mboot/EFI/refind/refind.conf | 17+++++++++--------
Aetc/fstab | 8++++++++
Aetc/modprobe.d/linux-beacon.conf | 1+
4 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/boot/EFI/refind/icons/os_unknown.png b/boot/EFI/refind/icons/os_unknown.png Binary files differ. diff --git a/boot/EFI/refind/refind.conf b/boot/EFI/refind/refind.conf @@ -1,20 +1,21 @@ # general banner icons/black.png banner_scale fillscreen -icons_dir icons +dont_scan_files vmlinuz-linux-beacon hideui singleuser,hints,arrows,label,badges +icons_dir icons selection_big icons/arrow.png selection_small icons/arrow.png showtools shutdown timeout 0 -use_nvram false use_graphics_for linux +use_nvram false -# linux -menuentry 'Linux' { - icon /EFI/refind/icons/linux.png - volume 'Linux' - loader /vmlinuz-linux - initrd /initramfs-linux.img +# linux beacon +menuentry 'Linux Beacon' { + icon /EFI/refind/icons/os_arch.png + 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" } diff --git a/etc/fstab b/etc/fstab @@ -0,0 +1,8 @@ +# luks root +UUID=7e7b6cc4-40d8-4368-9f8e-52ffa06920aa / ext4 rw,relatime 0 1 + +# boot +UUID=B97B-4CFC /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2 + +# hdd +UUID=7f1b314b-36f8-4af9-bfd9-318e7147f5c9 /mnt/hdd ext4 rw,relatime,nofail 0 2 diff --git a/etc/modprobe.d/linux-beacon.conf b/etc/modprobe.d/linux-beacon.conf @@ -0,0 +1 @@ +options iwlwifi beacon_timeout=256