Don't bother specifying the boot programs, disklabel will find them. It was
wrong anyway since 3.X moved /usr/mdec to /boot.
This commit is contained in:
parent
f81e290e56
commit
7acee8827e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4947
3 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.6 1999-03-08 22:04:36 nik Exp $
|
||||
$Id: chapter.sgml,v 1.7 1999-05-25 18:43:24 dwhite Exp $
|
||||
-->
|
||||
|
||||
<chapter id="backups">
|
||||
|
@ -420,7 +420,7 @@ fi
|
|||
|
||||
# place boot blocks on the floppy
|
||||
#
|
||||
disklabel -w -B -b /usr/mdec/fdboot -s /usr/mdec/bootfd /dev/rfd0c fd1440
|
||||
disklabel -w -B /dev/rfd0c fd1440
|
||||
|
||||
#
|
||||
# newfs the one and only partition
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.6 1999-03-08 22:04:36 nik Exp $
|
||||
$Id: chapter.sgml,v 1.7 1999-05-25 18:43:24 dwhite Exp $
|
||||
-->
|
||||
|
||||
<chapter id="backups">
|
||||
|
@ -420,7 +420,7 @@ fi
|
|||
|
||||
# place boot blocks on the floppy
|
||||
#
|
||||
disklabel -w -B -b /usr/mdec/fdboot -s /usr/mdec/bootfd /dev/rfd0c fd1440
|
||||
disklabel -w -B /dev/rfd0c fd1440
|
||||
|
||||
#
|
||||
# newfs the one and only partition
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.6 1999-03-08 22:04:36 nik Exp $
|
||||
$Id: chapter.sgml,v 1.7 1999-05-25 18:43:24 dwhite Exp $
|
||||
-->
|
||||
|
||||
<chapter id="backups">
|
||||
|
@ -420,7 +420,7 @@ fi
|
|||
|
||||
# place boot blocks on the floppy
|
||||
#
|
||||
disklabel -w -B -b /usr/mdec/fdboot -s /usr/mdec/bootfd /dev/rfd0c fd1440
|
||||
disklabel -w -B /dev/rfd0c fd1440
|
||||
|
||||
#
|
||||
# newfs the one and only partition
|
||||
|
|
Loading…
Reference in a new issue