Module Name:    src
Committed By:   christos
Date:           Thu Jun 27 14:51:30 UTC 2013

Modified Files:
        src/distrib/utils/embedded: mkimage

Log Message:
SSD cards is stupid.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 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.42 src/distrib/utils/embedded/mkimage:1.43
--- src/distrib/utils/embedded/mkimage:1.42	Wed Jun 26 23:03:16 2013
+++ src/distrib/utils/embedded/mkimage	Thu Jun 27 10:51:30 2013
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: mkimage,v 1.42 2013/06/27 03:03:16 christos Exp $
+# $NetBSD: mkimage,v 1.43 2013/06/27 14:51:30 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	Optimize the OS installation to mimimize disk writes for SSD cards
+-m	Optimize the OS installation to mimimize disk writes for SSDs
 -x	Load the x sets too, not just the base ones
 EOF
 	exit 1

Reply via email to