summaryrefslogtreecommitdiff
path: root/distro/trisquel/8.0/64/mini/install.sh
blob: 7a87dc1551bafd53daac52ea63f43e3f92bfdec4 (plain)
1
2
3
4
5
6
7
8
install_live() {
	install -d "$KERNELDIR/trisquel/64" "$DATADIR/trisquel"
	cp "${ISO_FILEPATH}" "$DATADIR/trisquel/"
	mount_iso
	cp "$ISOMNT/casper/vmlinuz" "$ISOMNT/casper/initrd" "$KERNELDIR/trisquel/64/"
	umount_iso
}