diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2009-06-16 12:33:38 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2009-06-16 12:33:38 +0000 |
| commit | dd7e4d21cc74e5b3af872674db65a1dc21a2c3e2 (patch) | |
| tree | 0904eea002393ca2f3e1c30c5fa421e9f622b572 /tools | |
| parent | 4ab04995707692363cb3a729509c734458ca59e3 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/nanobsd/nanobsd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/nanobsd/nanobsd.sh b/tools/tools/nanobsd/nanobsd.sh index 70c0c5833c48..cd6aa62aef9a 100644 --- a/tools/tools/nanobsd/nanobsd.sh +++ b/tools/tools/nanobsd/nanobsd.sh @@ -474,7 +474,7 @@ create_i386_diskimage ( ) ( # XXX: fill from where ? # Create Data slice, if any. - if [ $NANO_DATASIZE -gt 0 ] ; then + if [ $NANO_DATASIZE -ne 0 ] ; then newfs ${NANO_NEWFS} /dev/${MD}s4 # XXX: fill from where ? fi |
