Difference between revisions of "User:Andy/Xen/debootstrap"

From Strugglers
< User:Andy‎ | Xen
Jump to: navigation, search
(missing deps, no backslashes within single quotes)
(more deps)
Line 6: Line 6:
 
             iproute,libncursesw5,screen,less,perl-base,
 
             iproute,libncursesw5,screen,less,perl-base,
 
             perl-modules,perl,libapt-pkg-perl,
 
             perl-modules,perl,libapt-pkg-perl,
             libconfigfile-perl,apt-file' \
+
             libconfigfile-perl,apt-file,libgpmg1,
 +
            vim-common,vim,libcurses-perl,
 +
            libterm-readkey-perl,libcurses-ui-perl,
 +
            sysv-rc-conf,rsync' \
 
  --verbose \
 
  --verbose \
 
  --arch i386 sarge /mnt/xen http://the.earth.li/debian
 
  --arch i386 sarge /mnt/xen http://the.earth.li/debian
 
</pre>
 
</pre>

Revision as of 21:45, 5 February 2006

So I don't forget, typical debootstrap command line for building a Debian sarge domain:

sudo debootstrap \
 --include='sudo,libssl0.9.7,libwrap0,zlib1g,ssh,libatm1,
            iproute,libncursesw5,screen,less,perl-base,
            perl-modules,perl,libapt-pkg-perl,
            libconfigfile-perl,apt-file,libgpmg1,
            vim-common,vim,libcurses-perl,
            libterm-readkey-perl,libcurses-ui-perl,
            sysv-rc-conf,rsync' \
 --verbose \
 --arch i386 sarge /mnt/xen http://the.earth.li/debian