From 4ca01ca6682b5523d8220283d96745ccb30f31ca Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 27 Nov 1999 14:32:27 +0000 Subject: 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. --- release/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'release/Makefile') diff --git a/release/Makefile b/release/Makefile index 57cda64..95a78d7 100644 --- a/release/Makefile +++ b/release/Makefile @@ -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 -- cgit v1.1