summaryrefslogtreecommitdiff
path: root/distro/hyperbola/install.sh
blob: 06f928116ffc22e19a1b74d963d6bc0e7d017580 (plain)
1
2
3
4
5
6
7
8
install_live() {
	mount_iso
	install -d "$DATADIR/hyperbola"
	cp -r "$ISOMNT/hyperbola/"{aitab,i686,x86_64} "$DATADIR/hyperbola/"
	install -d "$KERNELDIR/hyperbola"
	cp -r "$ISOMNT/hyperbola/boot" "$KERNELDIR/hyperbola"
	umount_iso
}