From 59f914cb33c153624c5265d5b9150f53ee921de6 Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 27 Jun 2013 14:51:30 +0000 Subject: [PATCH] SSD cards is stupid. --- distrib/utils/embedded/mkimage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/utils/embedded/mkimage b/distrib/utils/embedded/mkimage index 41ef5eb3c8f7..661f24694d77 100755 --- a/distrib/utils/embedded/mkimage +++ b/distrib/utils/embedded/mkimage @@ -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 [-bdmx] [-K ] [-S ] [-D -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