summaryrefslogtreecommitdiffstats
path: root/release/picobsd
diff options
context:
space:
mode:
authorabial <abial@FreeBSD.org>1999-03-09 21:15:08 +0000
committerabial <abial@FreeBSD.org>1999-03-09 21:15:08 +0000
commit52c6e124b0c681782fc723ef5d34ca87d08256bc (patch)
tree5e55f4fad3d9c6c3cae47a4ad0023271d313a2df /release/picobsd
parentb63a2823ef8c8e0bbe364748b1bf8c1f1e4a5cfa (diff)
downloadFreeBSD-src-52c6e124b0c681782fc723ef5d34ca87d08256bc.zip
FreeBSD-src-52c6e124b0c681782fc723ef5d34ca87d08256bc.tar.gz
Take boot1/boot2 from their new place, i.e. /boot/, not from
(currently nonexistent) /usr/mdec/. Submitted by: luigi
Diffstat (limited to 'release/picobsd')
-rwxr-xr-xrelease/picobsd/build/stage14
-rwxr-xr-xrelease/picobsd/build/stage36
2 files changed, 5 insertions, 5 deletions
diff --git a/release/picobsd/build/stage1 b/release/picobsd/build/stage1
index c4159eb..c440b7e 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 34b729d..95c5495 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..."
OpenPOWER on IntegriCloud