mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Postfix, pcre, and Exim should be on the first CD in order for the recent
sysinstall(8) commit to function properly. Discussed with: bmah (while the sysinstall(8) patch was sent to re).
This commit is contained in:
parent
b9c3c3fc77
commit
81ada60e7e
1 changed files with 3 additions and 0 deletions
|
|
@ -72,9 +72,12 @@ CDROM_SET_1="${CDROM_SET_1} emulators/osf1_base"
|
|||
elif [ "X${PKG_ARCH}" = "Xi386" ]; then
|
||||
CDROM_SET_1="${CDROM_SET_1} emulators/linux_base"
|
||||
fi
|
||||
CDROM_SET_1="${CDROM_SET_1} devel/pcre"
|
||||
CDROM_SET_1="${CDROM_SET_1} lang/perl5"
|
||||
CDROM_SET_1="${CDROM_SET_1} net/pcnfsd"
|
||||
CDROM_SET_1="${CDROM_SET_1} net/rsync"
|
||||
CDROM_SET_1="${CDROM_SET_1} mail/exim"
|
||||
CDROM_SET_1="${CDROM_SET_1} mail/postfix"
|
||||
CDROM_SET_1="${CDROM_SET_1} x11-fonts/XFree86-4-font100dpi"
|
||||
CDROM_SET_1="${CDROM_SET_1} x11-fonts/XFree86-4-font75dpi"
|
||||
CDROM_SET_1="${CDROM_SET_1} x11-fonts/XFree86-4-fontCyrillic"
|
||||
|
|
|
|||
Loading…
Reference in a new issue