summaryrefslogtreecommitdiff
path: root/distro/centos/install.sh
blob: fd42abf5f18772cd186e40beec914041ef4a8c0e (plain)
1
2
3
4
5
6
7
8
install_live() {
	mount_iso
	install -d "$DATADIR/centos/" "$KERNELDIR/centos/$version"
	cp "${ISO_FILEPATH}" "$DATADIR/centos/"
	cp "$ISOMNT/images/pxeboot/vmlinuz" "$ISOMNT/images/pxeboot/initrd.img" "$KERNELDIR/centos/$version"
	umount_iso
}