summaryrefslogtreecommitdiff
path: root/distro/ubuntu/entry
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-10-22 23:23:24 +0800
committerIru Cai <mytbk920423@gmail.com>2018-10-22 23:47:04 +0800
commitbd1064a61103cb81faf1ea85387f438add67e6c1 (patch)
tree6b89d53d42722a60d0d047a21ba967b197e9b3ad /distro/ubuntu/entry
parentad74006fb22ddab8d9d8231ba54952543bd0f43e (diff)
downloadliveusb-builder-bd1064a61103cb81faf1ea85387f438add67e6c1.tar.xz
distro: add xubuntu
modify the ubuntu entry and install.sh to use DISTRONAME and KEYWORD so that these scripts can be reused.
Diffstat (limited to 'distro/ubuntu/entry')
-rw-r--r--distro/ubuntu/entry8
1 files changed, 4 insertions, 4 deletions
diff --git a/distro/ubuntu/entry b/distro/ubuntu/entry
index c9a4c7a..83888ca 100644
--- a/distro/ubuntu/entry
+++ b/distro/ubuntu/entry
@@ -1,5 +1,5 @@
-TITLE="Ubuntu ${_ver} x86_64 Desktop"
-KERNEL="/liveusb-kernel/ubuntu/${_ver}/64/${VMLINUZ}"
-INITRD="/liveusb-kernel/ubuntu/${_ver}/64/${INITRD}"
-OPTION="file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=/liveusb-data/ubuntu/$ISOFILE"
+TITLE="${DISTRONAME} ${_ver} x86_64 Desktop"
+KERNEL="/liveusb-kernel/${KEYWORD}/${_ver}/64/${VMLINUZ}"
+INITRD="/liveusb-kernel/${KEYWORD}/${_ver}/64/${INITRD}"
+OPTION="file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=/liveusb-data/${KEYWORD}/$ISOFILE"
X64=y