On Thu, Sep 03, 2009 at 09:50:11AM +0200, Hugo Cornejo wrote: > Hi all, > > Exists any formal documentation about the debootstrap scripting creation? > > I'm looking for a way to create my own scripts (like > "/usr/share/debootstrap/scripts/jaunty" (in Ubuntu)) but I can't find > any comment about.
Source code and common sense? > Any help? As I see /usr/share/debootstrap/scripts/, all recent ones are common. Why not create symlink pointing to "gutsy". $ cd /usr/share/debootstrap/scripts/ ; sudo ln -s gutsy jaunty -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

