summaryrefslogtreecommitdiff
path: root/distro/manjaro/install.sh
diff options
context:
space:
mode:
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/"
+}
+