mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
* Add print/teTeX to the list of important packages for disc #3. This
very large package is exactly the kind of thing that users buy the CDs for, so leaving it off of a 4 CD set is very bad. * Properly quote the last security/sudo entry. * Add a comment in the CDROM #2 section explaining that packages don't typically go on this disc.
This commit is contained in:
parent
8de00f4a87
commit
2b3b3d2cf1
1 changed files with 6 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ CDROM_SET_1="${CDROM_SET_1} print/ghostscript-gnu-nox11"
|
|||
CDROM_SET_1="${CDROM_SET_1} print/ghostview"
|
||||
CDROM_SET_1="${CDROM_SET_1} print/gv"
|
||||
CDROM_SET_1="${CDROM_SET_1} print/psutils-letter"
|
||||
CDROM_SET_1="${CDROM_SET_1} security/sudo
|
||||
CDROM_SET_1="${CDROM_SET_1} security/sudo"
|
||||
CDROM_SET_1="${CDROM_SET_1} shells/bash2"
|
||||
CDROM_SET_1="${CDROM_SET_1} shells/pdksh"
|
||||
CDROM_SET_1="${CDROM_SET_1} shells/zsh"
|
||||
|
|
@ -140,9 +140,14 @@ CDROM_SET_1="${CDROM_SET_1} misc/compat4x"
|
|||
## End of set for CDROM #1
|
||||
|
||||
## Start of set for CDROM #2
|
||||
## Live file system, CVS repositories, and commerical software demos
|
||||
## typically live on this disc. Users do not expect to find packages
|
||||
## here.
|
||||
## End of set for CDROM #2
|
||||
|
||||
## Start of set for CDROM #3
|
||||
CDROM_SET_3="${CDROM_SET_3} print/teTeX"
|
||||
|
||||
## End of set for CDROM #3
|
||||
|
||||
## Start of set for CDROM #4
|
||||
|
|
|
|||
Loading…
Reference in a new issue