Module Name: src Committed By: christos Date: Thu Jun 27 03:03:16 UTC 2013
Modified Files: src/distrib/utils/embedded: mkimage Log Message: explain -m better To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/distrib/utils/embedded/mkimage Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/utils/embedded/mkimage diff -u src/distrib/utils/embedded/mkimage:1.41 src/distrib/utils/embedded/mkimage:1.42 --- src/distrib/utils/embedded/mkimage:1.41 Wed Jun 26 23:00:53 2013 +++ src/distrib/utils/embedded/mkimage Wed Jun 26 23:03:16 2013 @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: mkimage,v 1.41 2013/06/27 03:00:53 christos Exp $ +# $NetBSD: mkimage,v 1.42 2013/06/27 03:03:16 christos Exp $ # # Copyright (c) 2013 The NetBSD Foundation, Inc. # All rights reserved. @@ -73,7 +73,7 @@ Usage: $PROG -h <host-arch> [-bdmx] [-K -b Boot only, no sets loaded -d Add the debug sets --m Mimimize disk writes for sd cards +-m Optimize the OS installation to mimimize disk writes for SSD cards -x Load the x sets too, not just the base ones EOF exit 1