From 544da1ba50d9cbf51a18ca0abf1db66b3baa7460 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Fri, 17 Oct 2025 12:22:00 -0400 Subject: Gentoo desktop --- scripts/gentoo/check-orphans | 2 ++ scripts/gentoo/do-grub-install | 2 ++ scripts/gentoo/gen-dracut | 2 ++ scripts/gentoo/use-flags | 2 ++ 4 files changed, 8 insertions(+) create mode 100755 scripts/gentoo/check-orphans create mode 100755 scripts/gentoo/do-grub-install create mode 100755 scripts/gentoo/gen-dracut create mode 100755 scripts/gentoo/use-flags (limited to 'scripts/gentoo') diff --git a/scripts/gentoo/check-orphans b/scripts/gentoo/check-orphans new file mode 100755 index 0000000..b253282 --- /dev/null +++ b/scripts/gentoo/check-orphans @@ -0,0 +1,2 @@ +#! /usr/bin/env sh +find $1 -type f | xargs -I{} qfile -o {} diff --git a/scripts/gentoo/do-grub-install b/scripts/gentoo/do-grub-install new file mode 100755 index 0000000..eb5d04e --- /dev/null +++ b/scripts/gentoo/do-grub-install @@ -0,0 +1,2 @@ +#! /usr/bin/env sh +doas grub-install --target=x86_64-efi --efi-directory=/efi diff --git a/scripts/gentoo/gen-dracut b/scripts/gentoo/gen-dracut new file mode 100755 index 0000000..a8d692f --- /dev/null +++ b/scripts/gentoo/gen-dracut @@ -0,0 +1,2 @@ +#! /usr/bin/env sh +dracut -a lvm --kver=6.15.6-gentoo --force diff --git a/scripts/gentoo/use-flags b/scripts/gentoo/use-flags new file mode 100755 index 0000000..ea691bb --- /dev/null +++ b/scripts/gentoo/use-flags @@ -0,0 +1,2 @@ +#! /usr/bin/env sh +less /var/db/repos/gentoo/profiles/use.desc -- cgit v1.2.3-101-g0448