[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Wheezy/Maintenance" by WolfgangSchweer

Debian Wiki debian-www at lists.debian.org
Fri May 9 08:37:44 UTC 2014


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "DebianEdu/Documentation/Wheezy/Maintenance" page has been changed by WolfgangSchweer:
https://wiki.debian.org/DebianEdu/Documentation/Wheezy/Maintenance?action=diff&rev1=12&rev2=13

Comment:
dpkg will fail to configure some packages if /proc isn't mounted; so add -p to ltsp-chroot.

  {{{
  LC_ALL=C apt-get update ; LC_ALL=C TMP= TMPDIR= ltsp-chroot apt-get update
  LC_ALL=C apt-get upgrade -y
- LC_ALL=C TMP= TMPDIR= ltsp-chroot apt-get upgrade -y
+ LC_ALL=C TMP= TMPDIR= ltsp-chroot -p apt-get upgrade -y
  ltsp-update-kernels # If a new kernel was installed
  }}}
  



More information about the debian-edu-commits mailing list