live-iso-hyprland/hooks/4-booster-setup.chroot
Ward from fusion-voyager-3 d06f8002ae apply
2024-12-17 21:24:16 +03:00

15 lines
307 B
Bash

#!/bin/sh
touch /etc/booster.yaml
tee /etc/booster.yaml <<'EOF'
vconsole: true
extra_files: busybox
enable_lvm: true
modules_force_load: usbhid,hid_generic,loop,usb_storage
universal: true
modules: usbhid,hid_generic,loop,usb_storage
enable_hooks: true
enable_plymouth: true
EOF
update-initramfs -c -k all