On Tue, Apr 26, 2016 at 2:56 PM, Max Linke <[log in to unmask]> wrote:
>
> I'm looking into creating a vagrant-test image of SL7 so that I can try out
> code on my development laptop (the laptop runs fedora).
>
> Does a minimal vagrant box of SL7 exists or does anyone have a kickstart
> file that installs a minimal version of SL7 without X or any Desktop
> Environments?

%packages --nobase --excludedocs
@Core --nodefaults
%end

will give you the smallest, that I know of, without adding
"-<package>" to the list of packages.

If you don't install @Base, you won't have, from memory, bind-utils,
file, lsof, net-tools, among others (man-pages? Or is that excluded by
"--nodefaults"?) so you might want to try an empty "%packages":

%packages
%end