Subversion Repositories livecd

Rev

Rev 299 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 299 Rev 300
Line 66... Line 66...
66
mailx
66
mailx
67
memtest86+
67
memtest86+
68
livecd-tools
68
livecd-tools
69
fuse
69
fuse
70
wpa_supplicant
70
wpa_supplicant
-
 
71
libid3tag
71
 
72
 
72
# livecd bits to set up the livecd and be able to install
73
# livecd bits to set up the livecd and be able to install
73
anaconda
74
anaconda
74
device-mapper-multipath
75
device-mapper-multipath
75
isomd5sum
76
isomd5sum
76
 
77
 
77
# install extra software from rpmforge
-
 
78
fuse-ntfs-3g
-
 
79
fuse-sshfs
-
 
80
ntfsprogs
-
 
81
dd_rescue
-
 
82
ddrescue
-
 
83
iperf
-
 
84
flash-plugin
-
 
85
#testdisk      # 3 MB
-
 
86
 
-
 
87
# install extra software from epel
-
 
88
gparted
-
 
89
NetworkManager-openvpn
-
 
90
NetworkManager-vpnc
-
 
91
vpnc-consoleuser
-
 
92
 
-
 
93
# install extra software from elrepo
-
 
94
kmod-reiserfs
-
 
95
kmod-ndiswrapper
-
 
96
reiserfs-utils
-
 
97
 
-
 
98
%end
78
%end
99
 
79
 
100
 
80
 
101
########################################################################
81
########################################################################
102
#
82
#
Line 619... Line 599...
619
# Everything configured here will survive LiveCD install to harddisk !
599
# Everything configured here will survive LiveCD install to harddisk !
620
#***********************************************************************
600
#***********************************************************************
621
 
601
 
622
echo "Configure the LiveCD"
602
echo "Configure the LiveCD"
623
 
603
 
624
 
-
 
625
chmod 755 /etc/rc.d/init.d/livesys
604
chmod 755 /etc/rc.d/init.d/livesys
626
/sbin/restorecon /etc/rc.d/init.d/livesys
605
/sbin/restorecon /etc/rc.d/init.d/livesys
627
/sbin/chkconfig --add livesys
606
/sbin/chkconfig --add livesys
628
 
607
 
629
chmod 755 /etc/rc.d/init.d/livesys-late
608
chmod 755 /etc/rc.d/init.d/livesys-late