summaryrefslogtreecommitdiff
path: root/distro/grml/64/install.sh
blob: 08a4853e57912e4cdb08e26aa95eb64256f527e5 (plain)
1
2
3
4
5
6
7
install_live() {
	install -d "$KERNELDIR/grml/64" "$DATADIR/grml"
	cp "${ISO_FILEPATH}" "$DATADIR/grml/"
	mount_iso
	cp "$ISOMNT/boot/grml64full/vmlinuz" "$ISOMNT/boot/grml64full/initrd.img" "$KERNELDIR/grml/64/"
	umount_iso
}