SCIENTIFIC-LINUX-USERS Archives

April 2016

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Reply To:
Date:
Wed, 27 Apr 2016 12:41:57 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (23 lines)
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

ATOM RSS1 RSS2