summaryrefslogtreecommitdiff
path: root/distro/manjaro/install.sh
blob: a9de58b8759cad5b9297d210e533e51ec7f2f84d (plain)
1
2
3
4
5
6
7
8
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 "$ISOPATH/$ISOFILE" "$DATADIR/manjaro/"
}