add some info about porter chroots
[mirror/dsa-wiki.git] / input / ports / porter-chroots-install.creole
1 = Small Howto for porter chroot maintainers =
2
3 == upgrading chroots ==
4 * sudo /usr/sbin/upgrade-porter-chroots
5   This "apt-get update"s and "apt-get dist-upgrade"s all porter chroots on the porter box.
6
7 == installing packages in chroots == 
8 * sudo /usr/bin/apt-in-chroot
9   This small script will let you run apt inside the chroot, to install
10   packages within the chroot. It has a limited command-set of allowed
11   apt-commands. Running it without any commands it will give you the
12   usage output. 
13
14 == best practice ==
15 If you handled install requests, please Cc the debian-admin@l.d.o list
16 when you reply so we know which requests are still pending.