From bf97f9bddf63ddfceb1bf8c8507ef09149eaf8d5 Mon Sep 17 00:00:00 2001 From: smayzy Date: Sat, 21 Mar 2026 08:20:17 +0100 Subject: [PATCH] remove lfs --- hosts/desktop1/configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/desktop1/configuration.nix b/hosts/desktop1/configuration.nix index 7bd5320..a1bccf1 100644 --- a/hosts/desktop1/configuration.nix +++ b/hosts/desktop1/configuration.nix @@ -105,12 +105,6 @@ linux /boot/vmlinuz-6.12.47-gentoo-dist root=UUID=ad8fa502-d3dc-4999-abce-17a09a9cb779 initrd /boot/initramfs-6.12.47-gentoo-dist.img } - menuentry "LFS" { - insmod part_gpt - insmod ext2 - search --no-floppy --fs-uuid --set=root 73925a5c-739f-4092-b3ca-c6be7d0971e5 - linux /boot/vmlinuz-6.16.1-lfs-12.4 root=/dev/sda1 - } ''; }