Setup a symlink to the distribution name in the root of the first CD image
so that it can be used as a anon-ftp area.
This commit is contained in:
parent
8e3722443a
commit
0bf2661961
@ -857,6 +857,7 @@ ftp.1:
|
||||
cdrom.1:
|
||||
@echo "Setting up CDROM distribution area"
|
||||
@mkdir -p ${CD_DISC1} ${CD_DISC2}
|
||||
-@ln -s . ${CD_DISC1}/${BUILDNAME}
|
||||
@cd ${RD} && find floppies -print | cpio -dumpl ${CD_DISC1}
|
||||
@cd ${RD}/dists && find . -print | cpio -dumpl ${CD_DISC1}
|
||||
@for i in ${DISTRIBUTIONS} ; \
|
||||
|
Loading…
Reference in New Issue
Block a user