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