I am trying to modify a PC-BSD script that I can use to install a vanilla version of FreeBSD. At the moment I have:
My plan was to remove games, however I find it a bit odd that games.txz is part of the FreeBSD base system. So, I was wondering whether games.txz does more then just provides entertainment to system administrators. Is it safe to remove it and why is it part of the base system?
Thanks
Code:
distFiles=base doc games kernel lib32
My plan was to remove games, however I find it a bit odd that games.txz is part of the FreeBSD base system. So, I was wondering whether games.txz does more then just provides entertainment to system administrators. Is it safe to remove it and why is it part of the base system?
Thanks