live-iso-kde/hooks/4-booster-setup.chroot
Ward from fusion-voyager-3 01e361948c
All checks were successful
Release Nest amd64-v3 ISO / build (push) Successful in 8m2s
Release Nest NVIDIA amd64-v3 ISO / build (push) Successful in 9m22s
Fix perms
2024-12-17 22:49:11 +03:00

15 lines
307 B
Bash
Executable File

#!/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