From e755d407c47fe0bc8c118e7d12e2e502e8b4d5a6 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Mon, 3 May 2010 23:03:58 +0200 Subject: [PATCH] add some info about porter chroots --- input/index.mdwn | 4 +++- input/ports/porter-chroots-install.creole | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 input/ports/porter-chroots-install.creole diff --git a/input/index.mdwn b/input/index.mdwn index e2aa26a..e47e07e 100644 --- a/input/index.mdwn +++ b/input/index.mdwn @@ -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 index 0000000..e62f132 --- /dev/null +++ b/input/ports/porter-chroots-install.creole @@ -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. -- 2.20.1