Update Makefile

This commit is contained in:
thamugadi 2021-06-30 18:26:08 +01:00 committed by GitHub
parent f12b3d6615
commit ce8640f5f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ APMdisk: kernel.elf bootinfo.txt kpartx.sh
dd bs=8M count=2 if=/dev/zero of=APMdisk
parted APMdisk --script mklabel mac mkpart primary hfs+ 32.8KB 100%
sudo chmod +x kpartx.sh
sudo ./kpartx.bash
sudo ./kpartx.sh
sudo mkdir /mnt/ppc
sudo mkdir /mnt/boot
sudo cp bootinfo.txt /mnt/ppc