mark a few things as obsolete
authorPeter Palfrader <peter@palfrader.org>
Sat, 4 Feb 2012 13:12:15 +0000 (14:12 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sat, 4 Feb 2012 13:12:15 +0000 (14:12 +0100)
input/howto/dchroot.creole

index 044888c..2f6c783 100644 (file)
@@ -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
 }}}