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