summaryrefslogtreecommitdiff
path: root/target/ppc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-06-09 12:25:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2018-06-10 07:18:36 +0200
commit4268d0812d7c3287d39bea1e588ee5d9c45e8972 (patch)
treeaa053667a1db01295eaead91055fa8eb12ec59d0 /target/ppc/Makefile
parent8ae0ee8bec214f0c5b5922000ebc07588067588b (diff)
allow apple mac mini to netboot
Diffstat (limited to 'target/ppc/Makefile')
-rw-r--r--target/ppc/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/ppc/Makefile b/target/ppc/Makefile
index 2eec72d23..f62b31110 100644
--- a/target/ppc/Makefile
+++ b/target/ppc/Makefile
@@ -63,6 +63,12 @@ ifeq ($(ADK_TARGET_FS),nfsroot)
targethelp:
@echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}'
@echo "The RootFS tarball is: $(FW_DIR)/$(ROOTFSUSERTARBALL)"
+ifeq ($(ADK_TARGET_SYSTEM_APPLE_MACMINI),y)
+ @echo 'Use <alt-gr>-<win>-o-f to get into OpenFirmware on bootup, then type:'
+ @echo ' 0 > boot enet:10.0.0.1,yaboot'
+ @echo 'In yaboot type:'
+ @echo ' boot: enet:'
+endif
endif
# image creation and kernel install