summaryrefslogtreecommitdiff
path: root/distro/manjaro/install.sh
blob: 4e64fc7ddc383c5192311fa4fc5d65f28826929f (plain)
1
2
3
4
5
6
7
8
9
install_live() {
	install -d "$DATADIR/manjaro/" "$KERNELDIR/manjaro"
	mount_iso
	cp "$ISOMNT/boot/vmlinuz-$ARCH" "$ISOMNT/boot/initramfs-$ARCH.img" "$ISOMNT/boot/intel_ucode.img" \
	       	"$KERNELDIR/manjaro"
	umount_iso
        cp "$ISOPATH/$ISOFILE" "$DATADIR/manjaro/"
}