Reduce block size in dd command to 4K; this should make the blocking factor
ok when reading from a pipe.
This commit is contained in:
parent
94efbddebd
commit
2b83e06e71
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: install,v 1.20 1999/06/27 11:24:35 mrg Exp $
|
||||
.\" $NetBSD: install,v 1.21 1999/11/03 12:03:32 pk Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -57,7 +57,7 @@ available during the installation process.
|
||||
.Pp
|
||||
Loading the miniroot onto your raw partition is simple. On NetBSD as well
|
||||
as SunOS you use a command like:
|
||||
.Dl # Ic dd if=miniroot-\*V.fs of=/dev/rsd0b bs=20b conv=sync
|
||||
.Dl # Ic dd if=miniroot-\*V.fs of=/dev/rsd0b bs=4k conv=sync
|
||||
(Here, `/dev/rsd0b' is assumed to be your swap partition.) There's a
|
||||
potential problem here if /dev/rsd0b is actually in use as a swap
|
||||
partition by your currently running system. If you don't have another
|
||||
|
Loading…
Reference in New Issue
Block a user