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
@gnome-apps
45
@gnome-apps
47
 
46
 
-
 
47
# additional packages
-
 
48
@backup-client
-
 
49
@compat-libraries
-
 
50
@development
-
 
51
@emacs
-
 
52
@graphics
-
 
53
@legacy-x
-
 
54
@network-tools
-
 
55
@performance
-
 
56
@perl-runtime
-
 
57
@php
-
 
58
@technical-writing
-
 
59
 
-
 
60
# console-internet
-
 
61
lftp
-
 
62
mutt
-
 
63
whois
-
 
64
 
-
 
65
# legacy-unix
-
 
66
finger
-
 
67
ksh
-
 
68
telnet
-
 
69
 
-
 
70
# network-tools
-
 
71
nmap
-
 
72
wireshark
-
 
73
wireshark-gnome
-
 
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
48
 
91
 
-
 
92
# development
-
 
93
java-1.7.0-openjdk-devel
-
 
94
 
49
#Live install tools
95
# live install tools
50
anaconda
96
anaconda
51
system-config-keyboard
97
system-config-keyboard
52
firefox
98
firefox
53
 
99
 
54
# For UEFI/Secureboot support
100
# for UEFI/Secureboot support
55
grub2
101
grub2
56
grub2-efi
102
grub2-efi
57
efibootmgr
103
efibootmgr
58
shim
104
shim
59
 
105
 
Line 294... Line 340...
294
 
340
 
295
# work around for poor key import UI in PackageKit
341
# work around for poor key import UI in PackageKit
296
rm -f /var/lib/rpm/__db*
342
rm -f /var/lib/rpm/__db*
297
releasever=$(rpm -q --qf '%{version}\n' --whatprovides system-release)
343
releasever=$(rpm -q --qf '%{version}\n' --whatprovides system-release)
298
basearch=$(uname -i)
344
basearch=$(uname -i)
299
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
300
echo "Packages within this LiveCD"
348
echo "Packages within this LiveCD"
301
rpm -qa
349
rpm -qa --qf "%{name}\n" | sort
302
# 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
303
rm -f /var/lib/rpm/__db*
351
rm -f /var/lib/rpm/__db*
304
 
352
 
305
# go ahead and pre-make the man -k cache (#455968)
353
# go ahead and pre-make the man -k cache (#455968)
306
/usr/bin/mandb
354
/usr/bin/mandb