Subversion Repositories livecd

Rev

Rev 383 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 383 Rev 392
Line 12... Line 12...
12
 
12
 
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
# SL repositories (fastbugs enabled per default) 
16
# SL repositories (fastbugs enabled per default) 
17
repo --name=base      --baseurl=http://ftp.scientificlinux.org/linux/scientific/7.0/$basearch/os/
17
#repo --name=base      --baseurl=http://ftp.scientificlinux.org/linux/scientific/7.0/$basearch/os/
18
repo --name=security  --baseurl=http://ftp.scientificlinux.org/linux/scientific/7.0/$basearch/updates/security/
18
#repo --name=security  --baseurl=http://ftp.scientificlinux.org/linux/scientific/7.0/$basearch/updates/security/
19
repo --name=fastbugs  --baseurl=http://ftp.scientificlinux.org/linux/scientific/7.0/$basearch/updates/fastbugs/
19
#repo --name=fastbugs  --baseurl=http://ftp.scientificlinux.org/linux/scientific/7.0/$basearch/updates/fastbugs/
20
 
20
 
21
# or use a mirror close to you
21
# or use a mirror close to you
22
#repo --name=base      --baseurl=http://mirror.switch.ch/ftp/mirror/scientificlinux/7.0/$basearch/os/
22
repo --name=base      --baseurl=http://mirror.switch.ch/ftp/mirror/scientificlinux/7.0/$basearch/os/
23
#repo --name=security  --baseurl=http://mirror.switch.ch/ftp/mirror/scientificlinux/7.0/$basearch/updates/security/
23
repo --name=security  --baseurl=http://mirror.switch.ch/ftp/mirror/scientificlinux/7.0/$basearch/updates/security/
24
#repo --name=fastbugs  --baseurl=http://mirror.switch.ch/ftp/mirror/scientificlinux/7.0/$basearch/updates/fastbugs/
24
repo --name=fastbugs  --baseurl=http://mirror.switch.ch/ftp/mirror/scientificlinux/7.0/$basearch/updates/fastbugs/
25
 
25
 
26
 
26
 
27
%packages
27
%packages
28
abattis-cantarell-fonts
28
abattis-cantarell-fonts
29
accountsservice
29
accountsservice
Line 1016... Line 1016...
1016
yum-utils
1016
yum-utils
1017
zenity
1017
zenity
1018
zip
1018
zip
1019
zlib
1019
zlib
1020
 
1020
 
1021
# For UEFI/Secureboot support
1021
# for UEFI/Secureboot support
1022
grub2
1022
grub2
1023
grub2-efi
1023
grub2-efi
1024
efibootmgr
1024
efibootmgr
1025
shim
1025
shim
1026
 
1026
 
Line 1263... Line 1263...
1263
 
1263
 
1264
# work around for poor key import UI in PackageKit
1264
# work around for poor key import UI in PackageKit
1265
rm -f /var/lib/rpm/__db*
1265
rm -f /var/lib/rpm/__db*
1266
releasever=$(rpm -q --qf '%{version}\n' --whatprovides system-release)
1266
releasever=$(rpm -q --qf '%{version}\n' --whatprovides system-release)
1267
basearch=$(uname -i)
1267
basearch=$(uname -i)
1268
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
1268
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-*
-
 
1269
echo "Packages within this LiveCD (with version)"
-
 
1270
rpm -qa | sort
1269
echo "Packages within this LiveCD"
1271
echo "Packages within this LiveCD"
1270
rpm -qa
1272
rpm -qa --qf "%{name}\n" | sort
1271
# Note that running rpm recreates the rpm db files which aren't needed or wanted
1273
# Note that running rpm recreates the rpm db files which aren't needed or wanted
1272
rm -f /var/lib/rpm/__db*
1274
rm -f /var/lib/rpm/__db*
1273
 
1275
 
1274
# go ahead and pre-make the man -k cache (#455968)
1276
# go ahead and pre-make the man -k cache (#455968)
1275
/usr/bin/mandb
1277
/usr/bin/mandb