summaryrefslogtreecommitdiff
path: root/distro
diff options
context:
space:
mode:
Diffstat (limited to 'distro')
-rw-r--r--distro/trisquel/64/mini/install.sh2
-rw-r--r--distro/ubuntu/install.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/distro/trisquel/64/mini/install.sh b/distro/trisquel/64/mini/install.sh
index e315228..9afa5e0 100644
--- a/distro/trisquel/64/mini/install.sh
+++ b/distro/trisquel/64/mini/install.sh
@@ -1,5 +1,5 @@
install_live() {
- install -d "$KERNELDIR/trisquel/64" "$DATADIR/trisquel/64"
+ install -d "$KERNELDIR/trisquel/64"
cp "isofiles/$ISOFILE" "$DATADIR/trisquel/"
mount_iso
cp "$ISOMNT/casper/vmlinuz" "$ISOMNT/casper/initrd" "$KERNELDIR/trisquel/64/"
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/"