mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Move an echo that accidentally got put under the .if defined(MAKE_DVD).
Pointy hat: kensmith
This commit is contained in:
parent
0cd91f065a
commit
5fc898dffe
1 changed files with 1 additions and 1 deletions
|
|
@ -957,13 +957,13 @@ cdrom.1:
|
|||
@rm -f ${CD_LIVEFS}/boot/device.hints
|
||||
@cp ${RD}/trees/base/boot/device.hints ${CD_LIVEFS}/boot/device.hints
|
||||
.endif
|
||||
@echo "CD_VERSION = ${BUILDNAME}" > ${CD_LIVEFS}/cdrom.inf
|
||||
.if defined(MAKE_DVD)
|
||||
@cp -Rp ${RD}/kernels/GENERIC/ ${CD_DVD1}/boot/kernel
|
||||
@rm -f ${CD_DVD1}/boot/kernel/*.symbols
|
||||
@rm -f ${CD_DVD1}/.profile
|
||||
@cp ${.CURDIR}/fixit.profile ${CD_DVD1}/.profile
|
||||
@ln -sf /rescue ${CD_DVD1}/stand
|
||||
@echo "CD_VERSION = ${BUILDNAME}" > ${CD_LIVEFS}/cdrom.inf
|
||||
@echo "CD_VERSION = ${BUILDNAME}" > ${CD_DVD1}/cdrom.inf
|
||||
@rm -f ${CD_DVD1}/boot/loader.conf
|
||||
@cp ${RD}/mfsroot/mfsroot.gz ${CD_DVD1}/boot/mfsroot.gz
|
||||
|
|
|
|||
Loading…
Reference in a new issue