From d4c818b818bac8960c7622af00be2500adb3a613 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Mon, 5 Dec 2016 14:03:00 +0800 Subject: distro/fedora: Add Fedora 25, and fix the GRUB entry --- distro/fedora/entry.common | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 distro/fedora/entry.common (limited to 'distro/fedora/entry.common') diff --git a/distro/fedora/entry.common b/distro/fedora/entry.common new file mode 100644 index 0000000..0e4d45e --- /dev/null +++ b/distro/fedora/entry.common @@ -0,0 +1,5 @@ +TITLE="Fedora $version x86_64" +KERNEL=/liveusb-kernel/fedora/$version/vmlinuz +INITRD=/liveusb-kernel/fedora/$version/initrd.img +OPTION="root=live:UUID=$UUID ro rd.live.dir=liveusb-data/fedora/$version rd.live.image quiet" +X64=y -- cgit v1.2.3