mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
Use the right dd conversion options for whacking on the sysinstall commands.
This commit is contained in:
parent
650deed426
commit
d98b19d1e3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21192
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.269 1996/12/30 05:35:33 jkh Exp $
|
||||
# $Id: Makefile,v 1.270 1997/01/01 03:16:34 jkh Exp $
|
||||
#
|
||||
# How to roll a release:
|
||||
#
|
||||
@ -618,7 +618,7 @@ doMFSKERN:
|
||||
@echo 'USERCONFIG' > startup_foo
|
||||
@echo 'intro' >> startup_foo
|
||||
dd if=startup_foo of=${RD}/floppies/boot${FSIMAGE}.flp \
|
||||
seek=1 bs=512 count=1 conv=sync
|
||||
seek=1 bs=512 count=1 conv=notrunc
|
||||
@rm -f startup_foo
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user