summaryrefslogtreecommitdiff
path: root/distro/ubuntu
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2016-08-21 21:26:53 +0800
committerIru Cai <mytbk920423@gmail.com>2016-08-21 21:27:39 +0800
commit8fe8ba8a3df05275f8a3827486ea0b0b8081d41f (patch)
tree6822b1139fd6e37aabe921802bc02ba970a34815 /distro/ubuntu
parent275b9e40cb33bf543bda1644ced74bf5b775a1a0 (diff)
downloadliveusb-builder-8fe8ba8a3df05275f8a3827486ea0b0b8081d41f.tar.xz
Partially revert de9aae7 "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 a79e897..51ae17e 100644
--- a/distro/ubuntu/install.sh
+++ b/distro/ubuntu/install.sh
@@ -1,5 +1,5 @@
install_live() {
- install -d "$KERNELDIR/ubuntu/64"
+ install -d "$KERNELDIR/ubuntu/64" "$DATADIR/ubuntu"
cp "isofiles/$ISOFILE" "$DATADIR/ubuntu/"
mount_iso
cp "$ISOMNT/casper/vmlinuz.efi" "$ISOMNT/casper/initrd.lz" "$KERNELDIR/ubuntu/64/"