summaryrefslogtreecommitdiff
path: root/distro/ubuntu
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2016-08-10 17:38:28 +0800
committerIru Cai <mytbk920423@gmail.com>2016-08-10 17:38:28 +0800
commitde9aae7a73d83d6854548e5a147f929daf6f1633 (patch)
treefc602d6078b2d090f8ecd6542624db23312288ef /distro/ubuntu
parent634ae0c4b0d165609296b5e81d56d4f186480ff9 (diff)
downloadliveusb-builder-de9aae7a73d83d6854548e5a147f929daf6f1633.tar.xz
remove $DATADIR/$distro/64
Diffstat (limited to 'distro/ubuntu')
-rw-r--r--distro/ubuntu/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/distro/ubuntu/install.sh b/distro/ubuntu/install.sh
index 66966c2..a79e897 100644
--- a/distro/ubuntu/install.sh
+++ b/distro/ubuntu/install.sh
@@ -1,5 +1,5 @@
install_live() {
- install -d "$KERNELDIR/ubuntu/64" "$DATADIR/ubuntu/64"
+ install -d "$KERNELDIR/ubuntu/64"
cp "isofiles/$ISOFILE" "$DATADIR/ubuntu/"
mount_iso
cp "$ISOMNT/casper/vmlinuz.efi" "$ISOMNT/casper/initrd.lz" "$KERNELDIR/ubuntu/64/"