moo - simple extensible debootstrap wires
Needless to say: “yet another chroot bootstrapper”
moo is built to help you develop .deb based distributions, and deploy them i.e. via netboot to the target machine.
currently moo only consists of the moo script and /etc/moo.d/. The latter one holds configuration and available packages.
The script will bootstrap a development environment for you, as well as pull updates from the package repository on hakt0r.de.
Just grab moo and execute it like:
usage:
moo [options] verb arguments
examples:
moo init
moo init /home/anx/moo/
moo install /chroot /media/ubuntu-cd karmic
moo install /chroot http://blah/ubuntu jaunty #todo
moo mount /chroot
moo enter /chroot
verbs:
init [prefix=/]
install target source dist
remove target
mount target
unmount target
enter target [command=/bin/bash]
help
options:
-v - be verbose
credits:
anx, feuerziege, amm0n @hakt0r.de
