summaryrefslogtreecommitdiffstats
path: root/src/lib/distro-info/scilin-5.5/settings.default
blob: 29996f637478e9c2069f7f2557fed12646546efd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
bootstrap-packages = <<END
    to-be-filled-in (List of base RPMs)
END
<metapackager yum>
    packages = <<END
        to-be-filled-in (List of RPMs for the YUM packager)
    END
</metapackager>
package-subdir = ???
prereq-packages = <<END
    to-be-filled-in (List of needed RPMs)
END
<repository base>
    name = Scientific Linux 5.5
    repo-subdir = ?
    file-for-speedtest = ?
</repository>
<selection minimal>
    packages = <<END
        glibc-locale
    END
</selection>
<selection kde>
    base = minimal
    packages = <<END
    END
</selection>
<selection default>
    base = minimal
</selection>