Subversion Repositories livecd

Rev

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

Rev 420 Rev 421
Line 1252... Line 1252...
1252
# save a little bit of space at least...
1252
# save a little bit of space at least...
1253
rm -f /boot/initramfs*
1253
rm -f /boot/initramfs*
1254
# make sure there aren't core files lying around
1254
# make sure there aren't core files lying around
1255
rm -f /core*
1255
rm -f /core*
1256
 
1256
 
-
 
1257
# remove langpacks of firefox - this will significantly save space
-
 
1258
rm -f /usr/lib64/firefox/langpacks/*
-
 
1259
 
1257
# convince readahead not to collect
1260
# convince readahead not to collect
1258
# FIXME: for systemd
1261
# FIXME: for systemd
1259
 
1262
 
1260
cat >> /etc/rc.d/init.d/livesys << EOF
1263
cat >> /etc/rc.d/init.d/livesys << EOF
1261
 
1264