mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Use rawboot for boot floppies.
This commit is contained in:
parent
a6e173ca49
commit
990926996c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18382
1 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.235 1996/09/07 01:05:16 pst Exp $
|
||||
# $Id: Makefile,v 1.236 1996/09/09 21:25:40 pst Exp $
|
||||
#
|
||||
# How to roll a release:
|
||||
#
|
||||
|
@ -572,8 +572,7 @@ doMFSKERN:
|
|||
mv ${RD}/boot.${FSIMAGE}/kernel.kz ${RD}/boot.${FSIMAGE}/kernel
|
||||
ls -l ${RD}/boot.${FSIMAGE}/kernel
|
||||
rm -f ${RD}/floppies/boot${FSIMAGE}.flp
|
||||
sh -e ${.CURDIR}/doFS.sh ${RD} ${MNT} ${FDSIZE} ${RD}/boot.${FSIMAGE} \
|
||||
100000 ${FDLABEL}
|
||||
mv fs-image ${RD}/floppies/boot${FSIMAGE}.flp
|
||||
cat /usr/mdec/rawboot ${RD}/boot${FSIMAGE}/kernel | \
|
||||
dd conv=sync of=${RD}/floppies/boot${FSIMAGE}.flp
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in a new issue