Date: Thu, 21 Sep 2017 09:22:41 +0000 (UTC) From: Nick Hibma <n_hibma@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r323848 - head/tools/tools/nanobsd/embedded Message-ID: <201709210922.v8L9MgER051740@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: n_hibma Date: Thu Sep 21 09:22:41 2017 New Revision: 323848 URL: https://svnweb.freebsd.org/changeset/base/323848 Log: Speling mistakes. Modified: head/tools/tools/nanobsd/embedded/common Modified: head/tools/tools/nanobsd/embedded/common ============================================================================== --- head/tools/tools/nanobsd/embedded/common Thu Sep 21 09:18:05 2017 (r323847) +++ head/tools/tools/nanobsd/embedded/common Thu Sep 21 09:22:41 2017 (r323848) @@ -66,7 +66,7 @@ # o common tooling for creating images for odd-ball platforms # o support for boot loaders other than uboot in the image # or via special instructions -# o No pony support. Sadly, you cannot have a pony. +# o no pony support; sadly, you cannot have a pony # if [ -z $NANO_NAME ]; then @@ -281,7 +281,7 @@ create_diskimage_mbr ( ) ( out=${NANO_DISKIMGDIR}/_.disk.image.${NANO_NAME}${fmt} # below depends on https://reviews.freebsd.org/D4403 not yet in the tree # but there's problems: it marks all partitions as active, so you have to - # boot off parittion 3 or 2 by hand if you're playing around with this WIP + # boot off partition 3 or 2 by hand if you're playing around with this WIP case ${NANO_LAYOUT} in std-embedded) mkimg -a 3 ${skiparg} ${fmtarg} ${bootmbr} -s mbr -p ${s1}:=${NANO_LOG}/_.s1 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709210922.v8L9MgER051740>