intermediatech

fedora-livecd-desktop.ks file contents

Aug 12th, 2011
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. # Desktop with customizationst to fit in a CD sized image (package removals, etc.)
  2. # Maintained by the Fedora Desktop SIG:
  3. # http://fedoraproject.org/wiki/SIGs/Desktop
  4. # mailto:desktop@lists.fedoraproject.org
  5.  
  6. %include fedora-live-desktop.ks
  7. %include fedora-live-minimization.ks
  8.  
  9. %packages
  10. # First, no office
  11. -libreoffice-*
  12. -planner
  13.  
  14. # Temporary list of things removed from comps but not synced yet
  15. -specspo
  16.  
  17. # Drop the Java plugin
  18. -icedtea-web
  19. -java-1.6.0-openjdk
  20.  
  21. # Drop things that pull in perl
  22. -linux-atm
  23. -perf
  24.  
  25. # No printing
  26. -foomatic-db-ppds
  27. -foomatic
  28.  
  29. # Dictionaries are big
  30. -aspell-*
  31. -hunspell-*
  32. -man-pages*
  33. -words
  34.  
  35. # Help and art can be big, too
  36. -gnome-user-docs
  37. -evolution-help
  38. -gnome-games-help
  39. -desktop-backgrounds-basic
  40. -*backgrounds-extras
  41.  
  42. # Legacy cmdline things we don't want
  43. -nss_db
  44. -krb5-auth-dialog
  45. -krb5-workstation
  46. -pam_krb5
  47. -quota
  48. -nano
  49. -minicom
  50. -dos2unix
  51. -finger
  52. -ftp
  53. -jwhois
  54. -mtr
  55. -pinfo
  56. -rsh
  57. -telnet
  58. -nfs-utils
  59. -ypbind
  60. -yp-tools
  61. -rpcbind
  62. -acpid
  63. -ntsysv
  64.  
  65. # Drop some system-config things
  66. -system-config-boot
  67. -system-config-language
  68. -system-config-network
  69. -system-config-rootpassword
  70. -system-config-services
  71. -policycoreutils-gui
  72.  
  73. %end
  74.  
  75. %post
  76. %end
Add Comment
Please, Sign In to add comment