From: Peter Palfrader Date: Sat, 4 Feb 2012 13:12:15 +0000 (+0100) Subject: mark a few things as obsolete X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=26e760ca2241117ced4686af13ac03381963979d mark a few things as obsolete --- diff --git a/input/howto/dchroot.creole b/input/howto/dchroot.creole index 044888c..2f6c783 100644 --- a/input/howto/dchroot.creole +++ b/input/howto/dchroot.creole @@ -72,11 +72,11 @@ EOF # least "en_US.UTF-8 UTF-8" and "en_US ISO-8859-1".) # #*) setup nsswitch.conf to properly use the ldap stuff - apt-get install libnss-db && - sed -i -e 's/^passwd:\[[:space:]]\+compat$/passwd: compat db/; - s/^group:\[[:space:]]\+compat$/group: db compat/; - s/^shadow:\[[:space:]]\+compat$/shadow: compat db/' \ - /etc/nsswitch.conf + # OBSOLETE: apt-get install libnss-db && + # sed -i -e 's/^passwd:\[[:space:]]\+compat$/passwd: compat db/; + # s/^group:\[[:space:]]\+compat$/group: db compat/; + # s/^shadow:\[[:space:]]\+compat$/shadow: compat db/' \ + # /etc/nsswitch.conf # # # *) @@ -102,7 +102,7 @@ EOF exit }}} -* edit /etc/fstab on the system root and add entries to mount /proc and /home +* OBSOLETE: edit /etc/fstab on the system root and add entries to mount /proc and /home in the chroot, there will be existing ones for the other chroots, just copy and adjust. Then mount them (from the system root). {{{ @@ -128,10 +128,10 @@ adjust. Then mount them (from the system root). : tmp /srv/albeniz.debian.org/chroot/sid/tmp none bind,defaults }}} -* edit /etc/dchroot.conf in the system root, add an entry for $DIST, and +* set up /etc/schroot/chroot.d/ correctly. OBSOLETE: edit /etc/dchroot.conf in the system root, add an entry for $DIST, and update the stable and testing pointers -* run ud-replicate so the new chroot is setup (this would happen via cron eventually, this is just to speed things up) +* OBSOLETE: run ud-replicate so the new chroot is setup (this would happen via cron eventually, this is just to speed things up) {{{ ud-replicate }}}