add some info about porter chroots
authorMartin Zobel-Helas <zobel@debian.org>
Mon, 3 May 2010 21:03:58 +0000 (23:03 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Mon, 3 May 2010 21:03:58 +0000 (23:03 +0200)
input/index.mdwn
input/ports/porter-chroots-install.creole [new file with mode: 0644]

index e2aa26a..e47e07e 100644 (file)
@@ -39,10 +39,12 @@ VCS repositories for ud-ldap and all our other stuff can be found at
 * [[howto/swarm-kernel]]: How to build kernels for our swarm boxes
 * [[howto/drac-reset]]: How to beat the radacm rootk^Wbinary only software.
 * [[howto/dchroot]]: porter chroots setup
-* [upgrade guest-accounts](https://rt.debian.org//Ticket/Display.html?id=2054)
+* [upgrade guest-accounts](https://rt.debian.org//Ticket/Display.html?id=2054): How to promote a guest account to a real DD account
+
 ## ports
 
 * [[ports/kfreebsd]]: Open issues with the kFreeBSD ports
+* [[ports/porter-chroots-install]: some info how to install stuff in porter chroots
 
 ## misc
 
diff --git a/input/ports/porter-chroots-install.creole b/input/ports/porter-chroots-install.creole
new file mode 100644 (file)
index 0000000..e62f132
--- /dev/null
@@ -0,0 +1,16 @@
+= Small Howto for porter chroot maintainers =
+
+== upgrading chroots ==
+* sudo /usr/sbin/upgrade-porter-chroots
+  This "apt-get update"s and "apt-get dist-upgrade"s all porter chroots on the porter box.
+
+== installing packages in chroots == 
+* sudo /usr/bin/apt-in-chroot
+  This small script will let you run apt inside the chroot, to install
+  packages within the chroot. It has a limited command-set of allowed
+  apt-commands. Running it without any commands it will give you the
+  usage output. 
+
+== best practice ==
+If you handled install requests, please Cc the debian-admin@l.d.o list
+when you reply so we know which requests are still pending.