diff options
author | Iru Cai <mytbk920423@gmail.com> | 2016-08-08 22:22:46 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2016-08-08 22:22:46 +0800 |
commit | d001d3ba8beb95e547f3960caacb363f1a99f827 (patch) | |
tree | c18ca26c2a29badef108f81d7c6f0fc689dd5add /distro/arch/entry1 | |
parent | 78b1d0d7b85b02b2ba7fe72227f6d62208b23086 (diff) | |
download | liveusb-builder-d001d3ba8beb95e547f3960caacb363f1a99f827.tar.xz |
add entry file and remove grub.cfg
Diffstat (limited to 'distro/arch/entry1')
-rw-r--r-- | distro/arch/entry1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/distro/arch/entry1 b/distro/arch/entry1 new file mode 100644 index 0000000..ec1c626 --- /dev/null +++ b/distro/arch/entry1 @@ -0,0 +1,6 @@ +TITLE='Arch Linux x86_64' +KERNEL=/liveusb-kernel/arch/x86_64/vmlinuz +INITRD=(/liveusb-kernel/arch/intel_ucode.img + /liveusb-kernel/arch/x86_64/archiso.img) +OPTION="archisodevice=/dev/disk/by-uuid/$UUID archisobasedir=liveusb-data/arch" +X64=y |