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
@base
28
@base
29
@core
29
@core
Line 40... Line 40...
40
@network-file-system-client
40
@network-file-system-client
41
@print-client
41
@print-client
42
@x11
42
@x11
43
@internet-applications
43
@internet-applications
44
@office-suite
44
@office-suite
45
@remote-desktop-clients
-
 
46
@kde-apps
45
@kde-apps
47
@kde-media
46
@kde-media
48
 
47
 
-
 
48
# additional packages
-
 
49
@backup-client
-
 
50
@compat-libraries
-
 
51
@development
-
 
52
@emacs
-
 
53
@graphics
-
 
54
@legacy-x
-
 
55
@network-tools
-
 
56
@performance
-
 
57
@perl-runtime
-
 
58
@php
-
 
59
@technical-writing
-
 
60
 
-
 
61
# console-internet
-
 
62
lftp
-
 
63
mutt
-
 
64
whois
-
 
65
 
-
 
66
# legacy-unix
-
 
67
finger
-
 
68
ksh
-
 
69
telnet
-
 
70
 
-
 
71
# network-tools
-
 
72
nmap
-
 
73
wireshark
-
 
74
iptraf-ng
-
 
75
netsniff-ng
-
 
76
 
-
 
77
# scientific
-
 
78
atlas
-
 
79
fftw
-
 
80
gnuplot
-
 
81
lapack
-
 
82
numpy
-
 
83
scipy
-
 
84
units
-
 
85
 
-
 
86
# system-admin-tools
-
 
87
screen
-
 
88
system-storage-manager
-
 
89
tree
-
 
90
mc
49
 
91
 
-
 
92
# development
-
 
93
java-1.7.0-openjdk-devel
-
 
94
 
50
#Live install tools
95
# live install tools
51
anaconda
96
anaconda
52
system-config-keyboard
97
system-config-keyboard
53
firefox
98
firefox
54
 
99
 
55
# For UEFI/Secureboot support
100
# for UEFI/Secureboot support
56
grub2
101
grub2
57
grub2-efi
102
grub2-efi
58
efibootmgr
103
efibootmgr
59
shim
104
shim
60
 
105
 
Line 295... Line 340...
295
 
340
 
296
# work around for poor key import UI in PackageKit
341
# work around for poor key import UI in PackageKit
297
rm -f /var/lib/rpm/__db*
342
rm -f /var/lib/rpm/__db*
298
releasever=$(rpm -q --qf '%{version}\n' --whatprovides system-release)
343
releasever=$(rpm -q --qf '%{version}\n' --whatprovides system-release)
299
basearch=$(uname -i)
344
basearch=$(uname -i)
300
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
345
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-*
-
 
346
echo "Packages within this LiveCD (with version)"
-
 
347
rpm -qa | sort
301
echo "Packages within this LiveCD"
348
echo "Packages within this LiveCD"
302
rpm -qa
349
rpm -qa --qf "%{name}\n" | sort
303
# Note that running rpm recreates the rpm db files which aren't needed or wanted
350
# Note that running rpm recreates the rpm db files which aren't needed or wanted
304
rm -f /var/lib/rpm/__db*
351
rm -f /var/lib/rpm/__db*
305
 
352
 
306
# go ahead and pre-make the man -k cache (#455968)
353
# go ahead and pre-make the man -k cache (#455968)
307
/usr/bin/mandb
354
/usr/bin/mandb