summaryrefslogtreecommitdiff
path: root/distro/hyperbola/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'distro/hyperbola/install.sh')
-rw-r--r--distro/hyperbola/install.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/distro/hyperbola/install.sh b/distro/hyperbola/install.sh
new file mode 100644
index 0000000..06f9281
--- /dev/null
+++ b/distro/hyperbola/install.sh
@@ -0,0 +1,8 @@
+install_live() {
+ mount_iso
+ install -d "$DATADIR/hyperbola"
+ cp -r "$ISOMNT/hyperbola/"{aitab,i686,x86_64} "$DATADIR/hyperbola/"
+ install -d "$KERNELDIR/hyperbola"
+ cp -r "$ISOMNT/hyperbola/boot" "$KERNELDIR/hyperbola"
+ umount_iso
+}