aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2004-01-29 15:14:59 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2004-01-29 15:14:59 +0000
commit6ab88893be366f65eadff4dd3ba17ae9fd159627 (patch)
tree963b0d99ddbf7407bc1c9ba619b7ebc02672a1d4 /release
parentc14d21f6cf21c2cb6969081ada02235efc7373ca (diff)
downloadsrc-6ab88893be366f65eadff4dd3ba17ae9fd159627.tar.gz
src-6ab88893be366f65eadff4dd3ba17ae9fd159627.zip
The name of small boot floppy should be boot-small.flp to avoid conflicting
normal size floppy. Reviewed by: jhb
Notes
Notes: svn path=/head/; revision=125201
Diffstat (limited to 'release')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index c9e7e13db1a0..21e217c6d1e7 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -758,7 +758,7 @@ floppies.1:
KERNFILE="${KERNFLOPPYSET}.split ${KERNFLOPPYSET}.boot" \
MFSROOTFILE="${MFSROOTFLOPPYSET}.split ${MFSROOTFLOPPYSET}.boot"
.if defined(SMALLFLOPPYSIZE)
- @cd ${.CURDIR} && ${MAKE} buildBootFloppy FSIMAGE="boot" \
+ @cd ${.CURDIR} && ${MAKE} buildBootFloppy FSIMAGE="boot-small" \
KERNFILE="${SMALLKERNFLOPPYSET}.split ${SMALLKERNFLOPPYSET}.boot" \
MFSROOTFILE="${SMALLMFSROOTFLOPPYSET}.split ${SMALLMFSROOTFLOPPYSET}.boot" \
FDSIZE="SMALL"
@@ -768,7 +768,7 @@ floppies.1:
KERNFILE="${KERNFLOPPYSET}.split ${KERNFLOPPYSET}.boot" \
MFSROOTFILE=${RD}/mfsroot/mfsroot.gz
.if defined(SMALLFLOPPYSIZE)
- @cd ${.CURDIR} && ${MAKE} buildBootFloppy FSIMAGE="boot" \
+ @cd ${.CURDIR} && ${MAKE} buildBootFloppy FSIMAGE="boot-small" \
KERNFILE="${SMALLKERNFLOPPYSET}.split ${SMALLKERNFLOPPYSET}.boot" \
MFSROOTFILE=${RD}/mfsroot/mfsroot.gz \
FDSIZE="SMALL"