Differences between revisions 3 and 4
Revision 3 as of 2008-06-18 02:07:18
Size: 1120
Editor: ?smarenka
Comment:
Revision 4 as of 2008-06-18 02:08:08
Size: 1129
Editor: ?smarenka
Comment:
Deletions are marked like this. Additions are marked like this.
Line 28: Line 28:
  * /etc/fstab   * [#fstab /etc/fstab]

I will be describing how I setup and maintain some of the various ["M68k"] buildds I'm responsible for. I plan to document both the way I do it now and the way I plan to do it. For now, an outline.

  • other resources
    • sources for package status
  • setup email
    • uucp over ssh notes
  • extra packages: buildd, sbuild, sudo, debootstrap
  • buildd user setup (sudo access, directory)
  • [#chroot chroot setup]
  • wanna-build access, incoming, security
  • using wanna-build directly
  • maintaining the chroot: debfoster, ref-unstable
  • speedups
    • local mirror
    • approx
    • distcc, crosscc
    • ccache
  • other special distros: etch-m68k, experimental
  • Maintainer scripts

?Anchor(chroot)

chroot setup

  • debootstrap
  • [#fstab /etc/fstab]
  • scripts
  • sources.list options (security, incoming, ...)
  • dsa packages and patches
  • m68k sid locales

?Anchor(fstab)

/etc/fstab

An entry in /etc/fstab needs to be added for each chroot.

proc   $chrootpath/proc    proc    defaults        0 0
devpts $chrootpath         devpts  gid=5,mode=620  0 0