~elementary-os/elementaryos/platform.artful

« back to all changes in this revision

Viewing changes to standard

  • Committer: Cody Garver
  • Date: 2017-07-23 05:55:49 UTC
  • Revision ID: cody@elementary.io-20170723055549-hrb5l2q9qq0wq4d9
WIP: start determining changes since xenial

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
 
71
71
 * (friendly-recovery)    # give a nice menu in recovery mode
72
72
 * (command-not-found)
73
 
 * (update-manager-core)  # needed for server based release upgrades
74
73
 * (apparmor) # load AppArmor policies
75
74
 * (plymouth) # splash screen, and boot-time questions
76
 
 * (plymouth-theme-ubuntu-text)
77
75
 * (ureadahead)           # get things into cache as quickly as possible during boot
78
76
 
79
77
== Network ==
85
83
 
86
84
= Other =
87
85
 
88
 
 * popularity-contest
89
 
 * ubuntu-standard # metapackage for everything here
 
86
 * elementary-standard # metapackage for everything here
90
87
 * (apt-transport-https) # James Westby, enables access to private PPAs among other things
91
88
 * language-selector-common # helps installer to work out which language-support packages to install
 
89
 * (elementary-os-overlay) # provides apt pinning
 
90
 * (cryptsetup) # was getting autoremoved after install possibly causing broken system
 
91
 * (lvm2) # was getting autoremoved after install causing broken system
 
92
 * (btrfs-tools)
 
93
 * (jfsutils)