SCIENTIFIC-LINUX-USERS Archives

April 2016

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

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

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

Print Reply
Sender:
Mailing list for Scientific Linux users worldwide <[log in to unmask]>
Date:
Wed, 27 Apr 2016 12:41:57 +0200
Reply-To:
Message-ID:
Subject:
From:
Content-Type:
text/plain; charset="UTF-8"
In-Reply-To:
MIME-Version:
1.0
Comments:
To: SL Users <[log in to unmask]>
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