summaryrefslogtreecommitdiff
path: root/distro/manjaro/install.sh
blob: 4641f4ca6e09acc70605e9258419323b143050fc (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 "isofiles/$ISOFILE" "$DATADIR/manjaro/"
}