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