diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/alpha/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/alpha/Makefile b/target/alpha/Makefile index 5ce6bbea2..37d28d733 100644 --- a/target/alpha/Makefile +++ b/target/alpha/Makefile @@ -56,6 +56,7 @@ targethelp: @echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}' @echo 'The nfs root tarball is: ${FW_DIR}/${ROOTFSUSERTARBALL}' ifeq ($(ADK_TARGET_SYSTEM_DEC_MULTIA),y) + @echo 'The SRM console uses 56700 baud' @echo 'To netboot the Dec multia type following in SRM console:' @echo '>>>boot ewa0 -protocols bootp -fl "root=/dev/nfs ip=dhcp"' endif |