example.env (816B)
- # ~/.config/grub-nomagic/env
- # Copyright ⓒ 2024 Haelwenn (lanodan) Monnier <contact+grub-nomagic-scripts@hacktivis.me>
- # SPDX-License-Identifier: MIT
- # On gentoo this is provided by sys-kernel/linux-firmware[initramfs]
- MICROCODE="amd-uc.img"
- # boottime grub root relative to the boot disk
- #GRUB_ROOT="/ROOT/gentoo/@/boot"
- # grub modules required to decrypt /boot
- #GRUB_CORE_MODULES="zfs cryptodisk luks luks2 gcry_rijndael gcry_sha512 part_msdos part_gpt biosdisk"
- # Kernel command line
- #CMDLINE="iommu=soft amdgpu.gpu_recovery=1 nopti root=NightmareMoon/ROOT/gentoo rd.luks.uuid=a11ed797-cb45-496e-967d-a625b28740b6 crypt_root=UUID=a11ed797-cb45-496e-967d-a625b28740b6 rootfstype=zfs dozfs=cache apparmor=1"
- # Kernel initramfs, ONLY if you have an universal/multi-version one
- #INITRD="initramfs-all.cpio.xz"