Skip to content

Commit

Permalink
FreeBSD 12: add lua directory to BOOTFILES
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatuska committed Dec 14, 2018
1 parent a0baae8 commit c8d3c95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ BSDLABEL?= bsdlabel
DOFS?= ${TOOLSDIR}/doFS.sh
SCRIPTS?= mdinit mfsbsd interfaces packages
BOOTMODULES?= acpi ahci
BOOTFILES?= boot defaults device.hints loader loader.help *.rc *.4th
BOOTFILES?= boot defaults device.hints loader loader.help *.rc *.4th lua
MFSMODULES?= aesni crypto cryptodev ext2fs geom_eli geom_mirror geom_nop \
ipmi ntfs nullfs opensolaris smbus snp tmpfs zfs
# Sometimes the kernel is compiled with a different destination.
Expand Down
4 changes: 2 additions & 2 deletions mini/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ ${WRKDIR}/.boot_done:
${_v}${MKDIR} ${WRKDIR}/disk/boot && ${CHOWN} root:wheel ${WRKDIR}/disk
${_v}${RM} -f ${_BOOTDIR}/kernel/kernel.debug
${_v}${CP} -rp ${_BOOTDIR}/kernel ${WRKDIR}/disk/boot
.for FILE in boot defaults device.hints loader loader.help *.rc *.4th
${_v}${CP} -rp ${_ROOTDIR}/boot/${FILE} ${WRKDIR}/disk/boot
.for FILE in boot defaults device.hints loader loader.help *.rc *.4th lua
${_v}-${CP} -rp ${_ROOTDIR}/boot/${FILE} ${WRKDIR}/disk/boot
.endfor
${_v}${RM} -rf ${WRKDIR}/disk/boot/kernel/*.ko ${WRKDIR}/disk/boot/kernel/*.symbols
.if defined(DEBUG)
Expand Down

0 comments on commit c8d3c95

Please sign in to comment.