Create a symbolic link in the ftp directory, so that the user can
enter the URL directly to the FTP directory without worrying about the BUILD_NAME. Remove some extra quoting in a kernel config file.
This commit is contained in:
parent
8a9d4d98b1
commit
f7c8e61db6
@ -546,6 +546,7 @@ release.9:
|
||||
ftp.1:
|
||||
@echo "Setting up FTP distribution area"
|
||||
@mkdir -p ${FD}
|
||||
@ln -s . ${FD}/${BUILDNAME}
|
||||
@cd ${RD} && find floppies -print | cpio -dumpl ${FD}
|
||||
@cd ${RD}/dists && find . -print | cpio -dumpl ${FD}
|
||||
@for i in ${DIST_DOCS}; do \
|
||||
@ -718,7 +719,7 @@ doMFSKERN:
|
||||
@echo "options INTRO_USERCONFIG" >> ${.CURDIR}/../sys/i386/conf/BOOTMFS
|
||||
.endif
|
||||
.if defined(BIGBOOT)
|
||||
@echo "options \"MFS_ROOT_SIZE=`cat mfsroot.size`\"" >> \
|
||||
@echo "options \"MD_ROOT_SIZE=`cat mfsroot.size`\"" >> \
|
||||
${.CURDIR}/../sys/${MACHINE_ARCH}/conf/BOOTMFS
|
||||
.endif
|
||||
@cd ${.CURDIR} && ${MAKE} doKERNEL KERNEL=BOOTMFS
|
||||
|
Loading…
Reference in New Issue
Block a user