mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Bring back 'NO_FLOPPIES', but as a user external knob.
The internal logic knob remains MAKE_FLOPPIES. Suggested by: ru
This commit is contained in:
parent
da126abaf1
commit
f04142310d
2 changed files with 7 additions and 3 deletions
|
|
@ -211,6 +211,9 @@ MFSSIZE= 4096
|
|||
MFSINODE= 8192
|
||||
MFSLABEL= auto
|
||||
.endif
|
||||
.if defined(NO_FLOPPIES)
|
||||
.undef MAKE_FLOPPIES
|
||||
.endif
|
||||
|
||||
.if exists(/sbin/bsdlabel)
|
||||
DISKLABEL?= bsdlabel
|
||||
|
|
@ -448,6 +451,7 @@ release rerelease:
|
|||
NOSRC \
|
||||
NO_CPU_CFLAGS \
|
||||
NO_CPU_COPTFLAGS \
|
||||
NO_FLOPPIES \
|
||||
NO_SENDMAIL \
|
||||
RELEASETAG \
|
||||
RELNOTES_LANG \
|
||||
|
|
|
|||
|
|
@ -284,9 +284,6 @@ patch file.
|
|||
A script that will be run in the
|
||||
.Xr chroot 8
|
||||
environment immediately after any local patches are applied.
|
||||
.It Va MAKE_FLOPPIES
|
||||
If defined, boot and fixit floppy disk images will be created (for those
|
||||
platforms supporting them).
|
||||
.It Va MAKE_ISOS
|
||||
If defined, bootable ISO CD-ROM images will be created from the
|
||||
contents of the CD-ROM stage directory.
|
||||
|
|
@ -317,6 +314,9 @@ However, the
|
|||
distribution will still be created with the minimal documentation set
|
||||
provided in
|
||||
.Pa src/share/doc .
|
||||
.It Va NO_FLOPPIES
|
||||
If defined, no boot and fixit floppy disk images will be created (for those
|
||||
platforms supporting them).
|
||||
.It Va NOPORTS
|
||||
If defined, the Ports Collection will be omitted from the release.
|
||||
.It Va NOPORTREADMES
|
||||
|
|
|
|||
Loading…
Reference in a new issue