summaryrefslogtreecommitdiff
path: root/distro/manjaro/install.sh
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2016-10-16 23:59:49 +0800
committerIru Cai <mytbk920423@gmail.com>2016-10-17 21:47:20 +0800
commit5f0bdbbd0215906a30c811f82959f7e517335d20 (patch)
tree11027546eef31c4b6dd3fcdc748a74aa79c494fa /distro/manjaro/install.sh
parent80210c3f303cb2f9523f49dcf370f7de76c3cbfb (diff)
downloadliveusb-builder-5f0bdbbd0215906a30c811f82959f7e517335d20.tar.xz
distro: add Manjaro
Diffstat (limited to 'distro/manjaro/install.sh')
-rw-r--r--distro/manjaro/install.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/distro/manjaro/install.sh b/distro/manjaro/install.sh
new file mode 100644
index 0000000..4641f4c
--- /dev/null
+++ b/distro/manjaro/install.sh
@@ -0,0 +1,9 @@
+install_live() {
+ install -d "$DATADIR/manjaro/" "$KERNELDIR/manjaro"
+ mount_iso
+ cp -r "$ISOMNT/manjaro/boot/$ARCH" "$ISOMNT/manjaro/boot/intel_ucode.img" \
+ "$KERNELDIR/manjaro"
+ umount_iso
+ cp "isofiles/$ISOFILE" "$DATADIR/manjaro/"
+}
+