mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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
e4b13179f6
commit
f54846c3ec
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue