Line 13... |
Line 13... |
13 |
# Root password
|
13 |
# Root password
|
14 |
rootpw --iscrypted $6$K2nKf02kVKG68960$OywvoaViphSITuro/liKvCj7Pm/CH/xqzz/lsoXyaKSR1lYf0vHAqSUc483a9MCCBkIwfr/hNMfqwxqVO0OEg1
|
14 |
rootpw --iscrypted $6$K2nKf02kVKG68960$OywvoaViphSITuro/liKvCj7Pm/CH/xqzz/lsoXyaKSR1lYf0vHAqSUc483a9MCCBkIwfr/hNMfqwxqVO0OEg1
|
15 |
|
15 |
|
16 |
# Workaround for the grubby issue on live media (see https://bugzilla.redhat.com/show_bug.cgi?id=1153410)
|
16 |
# Workaround for the grubby issue on live media (see https://bugzilla.redhat.com/show_bug.cgi?id=1153410)
|
17 |
# SL repositories (fastbugs enabled per default)
|
17 |
# SL repositories (fastbugs enabled per default)
|
18 |
repo --name=base --baseurl=http://ftp.scientificlinux.org/linux/scientific/7rolling/$basearch/os/ --excludepkgs=grubby
|
18 |
repo --name=base --baseurl=http://ftp.scientificlinux.org/linux/scientific/7.2/$basearch/os/ --excludepkgs=grubby
|
19 |
repo --name=security --baseurl=http://ftp.scientificlinux.org/linux/scientific/7rolling/$basearch/updates/security/ --excludepkgs=grubby
|
19 |
repo --name=security --baseurl=http://ftp.scientificlinux.org/linux/scientific/7.2/$basearch/updates/security/ --excludepkgs=grubby
|
20 |
repo --name=fastbugs --baseurl=http://ftp.scientificlinux.org/linux/scientific/7rolling/$basearch/updates/fastbugs/ --excludepkgs=grubby
|
20 |
repo --name=fastbugs --baseurl=http://ftp.scientificlinux.org/linux/scientific/7.2/$basearch/updates/fastbugs/ --excludepkgs=grubby
|
21 |
repo --name=grubby --baseurl=http://ftp.scientificlinux.org/linux/scientific/7.0/$basearch/os/ --includepkgs=grubby
|
21 |
repo --name=grubby --baseurl=http://ftp.scientificlinux.org/linux/scientific/7.0/$basearch/os/ --includepkgs=grubby
|
22 |
|
22 |
|
23 |
# or use a mirror close to you
|
23 |
# or use a mirror close to you
|
24 |
#repo --name=base --baseurl=http://mirror.switch.ch/ftp/mirror/scientificlinux/7rolling/$basearch/os/ --excludepkgs=grubby
|
24 |
#repo --name=base --baseurl=http://mirror.switch.ch/ftp/mirror/scientificlinux/7.2/$basearch/os/ --excludepkgs=grubby
|
25 |
#repo --name=security --baseurl=http://mirror.switch.ch/ftp/mirror/scientificlinux/7rolling/$basearch/updates/security/ --excludepkgs=grubby
|
25 |
#repo --name=security --baseurl=http://mirror.switch.ch/ftp/mirror/scientificlinux/7.2/$basearch/updates/security/ --excludepkgs=grubby
|
26 |
#repo --name=fastbugs --baseurl=http://mirror.switch.ch/ftp/mirror/scientificlinux/7rolling/$basearch/updates/fastbugs/ --excludepkgs=grubby
|
26 |
#repo --name=fastbugs --baseurl=http://mirror.switch.ch/ftp/mirror/scientificlinux/7.2/$basearch/updates/fastbugs/ --excludepkgs=grubby
|
27 |
#repo --name=grubby --baseurl=http://ftp.scientificlinux.org/linux/scientific/7.0/$basearch/os/ --includepkgs=grubby
|
27 |
#repo --name=grubby --baseurl=http://ftp.scientificlinux.org/linux/scientific/7.0/$basearch/os/ --includepkgs=grubby
|
28 |
|
28 |
|
29 |
# for yum-conf-epel
|
29 |
# for yum-conf-epel
|
30 |
repo --name=repos --baseurl=http://ftp.scientificlinux.org/linux/scientific/7x/repos/$basearch
|
30 |
repo --name=repos --baseurl=http://ftp.scientificlinux.org/linux/scientific/7x/repos/$basearch
|
31 |
|
31 |
|