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