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