Skip to content

Commit

Permalink
reduces errors when crouton starts up
Browse files Browse the repository at this point in the history
What change was done:

dpkg --get-selections > installed-packages.crouton

Why was this change made:

noticed a few errors in crouton shell when chroot sid started up, so
I added a bare minimum packages to remove those errors. I suggest
disabling audio in chroot via xfce4-settings rather than installing
a ton of audio-based libraries just to remove that startup error.

Also ensure /tmp/.ICE-unix and /tmp/.X11-unix are owned by root

Outstanding issues:

/etc/pam.d/su-l is broken, which I hacked by commenting out the
line mentioned in dnschneid/crouton#3860
to enable writing to ~/Downloads
  • Loading branch information
0xMF committed Aug 25, 2018
1 parent fa07654 commit 96a021b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions misc/debian/installed_packages.crouton
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ eject install
elfutils install
emacsen-common install
enchant install
ethtool install
exfat-fuse install
exfat-utils install
exim4-base install
Expand Down Expand Up @@ -183,6 +184,7 @@ gvfs-daemons install
gvfs-libs:amd64 install
gyp install
gzip install
hdparm install
hicolor-icon-theme install
hoichess install
hostname install
Expand Down Expand Up @@ -618,6 +620,7 @@ libpaper-utils install
libpaper1:amd64 install
libparted-fs-resize0:amd64 install
libparted2:amd64 install
libpci3:amd64 install
libpciaccess0:amd64 install
libpcre16-3:amd64 install
libpcre2-8-0:amd64 install
Expand Down Expand Up @@ -801,6 +804,7 @@ libx32itm1 install
libx32quadmath0 install
libx32stdc++6 install
libx32ubsan1 install
libx86-1:amd64 install
libxau-dev:amd64 install
libxau6:amd64 install
libxaw7:amd64 install
Expand Down Expand Up @@ -1148,15 +1152,18 @@ perl-modules-5.26 install
perl-openssl-defaults:amd64 install
pinentry-curses install
pkg-config install
pm-utils install
po-debconf install
policykit-1 install
policykit-1-gnome install
poppler-data install
popularity-contest install
postgresql install
postgresql-10 install
postgresql-client-10 install
postgresql-client-common install
postgresql-common install
powermgmt-base install
preview-latex-style install
procps install
pry install
Expand Down Expand Up @@ -1266,6 +1273,7 @@ upower install
usbmuxd install
util-linux install
uuid-dev:amd64 install
vbetool install
vim-addon-manager install
vim-asciidoc install
vim-common install
Expand Down Expand Up @@ -1306,6 +1314,9 @@ xdg-user-dirs install
xdg-utils install
xfce4-notifyd install
xfce4-panel install
xfce4-power-manager install
xfce4-power-manager-data install
xfce4-power-manager-plugins install
xfce4-session install
xfce4-settings install
xfce4-terminal install
Expand Down

0 comments on commit 96a021b

Please sign in to comment.