add gentoo to desktop1
This commit is contained in:
parent
0f6af3cf48
commit
7d294ac8b1
@ -58,6 +58,13 @@
|
|||||||
linux /boot/vmlinuz-linux root=UUID=f64bf53c-c989-4e38-9a97-aaadcb36d428
|
linux /boot/vmlinuz-linux root=UUID=f64bf53c-c989-4e38-9a97-aaadcb36d428
|
||||||
initrd /boot/initramfs-linux.img
|
initrd /boot/initramfs-linux.img
|
||||||
}
|
}
|
||||||
|
menuentry "Gentoo" {
|
||||||
|
insmod part_gpt
|
||||||
|
insmod ext2
|
||||||
|
search --no-floppy --fs-uuid --set=root ad8fa502-d3dc-4999-abce-17a09a9cb779
|
||||||
|
linux /boot/vmlinuz-6.12.47-gentoo-dist root=UUID=ad8fa502-d3dc-4999-abce-17a09a9cb779
|
||||||
|
initrd /boot/initramfs-6.12.47-gentoo-dist.img
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user