summaryrefslogtreecommitdiff
path: root/distro/grml/64/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'distro/grml/64/install.sh')
-rw-r--r--distro/grml/64/install.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/distro/grml/64/install.sh b/distro/grml/64/install.sh
new file mode 100644
index 0000000..feb6ad2
--- /dev/null
+++ b/distro/grml/64/install.sh
@@ -0,0 +1,7 @@
+install_live() {
+ install -d "$KERNELDIR/grml/64" "$DATADIR/grml"
+ cp "$ISOPATH/$ISOFILE" "$DATADIR/grml/"
+ mount_iso
+ cp "$ISOMNT/boot/grml64full/vmlinuz" "$ISOMNT/boot/grml64full/initrd.img" "$KERNELDIR/grml/64/"
+ umount_iso
+}