summaryrefslogtreecommitdiff
path: root/distro/debian/64/install.sh
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2016-09-14 07:50:50 +0800
committerIru Cai <mytbk920423@gmail.com>2016-09-14 08:41:36 +0800
commit33e03ad19f8a1eb7c9c06612fc66dc2c5f11520a (patch)
treec2366f956a79f6c6da5f84da8de9728a90f8edfc /distro/debian/64/install.sh
parent505b5566930cd679242bf888590ec0bda2fb326d (diff)
downloadliveusb-builder-33e03ad19f8a1eb7c9c06612fc66dc2c5f11520a.tar.xz
distro: add support for Debian
based on Kali (and works)
Diffstat (limited to 'distro/debian/64/install.sh')
-rw-r--r--distro/debian/64/install.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/distro/debian/64/install.sh b/distro/debian/64/install.sh
new file mode 100644
index 0000000..651da26
--- /dev/null
+++ b/distro/debian/64/install.sh
@@ -0,0 +1,8 @@
+install_live() {
+ install -d "$KERNELDIR/debian/64" "$DATADIR/debian"
+ cp "isofiles/$ISOFILE" "$DATADIR/debian/"
+ mount_iso
+ cp "$ISOMNT/live/vmlinuz" "$ISOMNT/live/initrd.img" "$KERNELDIR/debian/64/"
+ umount_iso
+}
+