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