diff options
| author | Andrzej Bialecki <abial@FreeBSD.org> | 1999-03-09 21:15:08 +0000 |
|---|---|---|
| committer | Andrzej Bialecki <abial@FreeBSD.org> | 1999-03-09 21:15:08 +0000 |
| commit | 9509885927907513f318e901b2de5245a29d2101 (patch) | |
| tree | 661d40c3abe16bb7b8e5d4e22d26369b123e966a | |
| parent | 1322e9adf8cdd85c069ace44cefd5451964f14f2 (diff) | |
Notes
| -rwxr-xr-x | release/picobsd/build/stage1 | 4 | ||||
| -rwxr-xr-x | release/picobsd/build/stage3 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/release/picobsd/build/stage1 b/release/picobsd/build/stage1 index c4159eb0dfea..c440b7e018a3 100755 --- a/release/picobsd/build/stage1 +++ b/release/picobsd/build/stage1 @@ -1,7 +1,7 @@ #! /bin/sh - # -# $Id: stage1,v 1.6 1999/01/14 23:14:46 abial Exp $ +# $Id: stage1,v 1.7 1999/01/19 23:02:05 abial Exp $ # set -e @@ -42,7 +42,7 @@ then exit 10 fi -dd if=/usr/mdec/boot1 of=fs.PICOBSD conv=notrunc 2> /dev/null +dd if=/boot/boot1 of=fs.PICOBSD conv=notrunc 2> /dev/null # This command does weird things on 2.2.x systems. In such case use normal # disktype here instead diff --git a/release/picobsd/build/stage3 b/release/picobsd/build/stage3 index 34b729dc95fd..95c54950046f 100755 --- a/release/picobsd/build/stage3 +++ b/release/picobsd/build/stage3 @@ -1,7 +1,7 @@ #! /bin/sh - # -# $Id: stage3,v 1.3 1998/09/26 17:27:18 abial Exp $ +# $Id: stage3,v 1.4 1999/01/14 23:14:46 abial Exp $ # set -e @@ -31,9 +31,9 @@ then exit 10 fi -dd if=/usr/mdec/boot1 of=picobsd.bin conv=notrunc 2> /dev/null +dd if=/boot/boot1 of=picobsd.bin conv=notrunc 2> /dev/null -disklabel -Brw -b /usr/mdec/fdboot -s /usr/mdec/bootfd /dev/rvn0 fd1440 2>&1 >/dev/null +disklabel -Brw -b /boot/boot1 -s /boot/boot2 /dev/rvn0 fd1440 2>&1 >/dev/null if [ "X$?" != "X0" ] then echo "-> ERROR while labeling picobsd.bin on /dev/rvn0..." |
