Scriptmakechroot

Differences between revisions 1 and 2
Revision 1 as of 2010-07-07 14:39:29
Size: 763
Editor: cpe-70-114-236-114
Comment:
Revision 2 as of 2012-05-23 15:11:04
Size: 823
Editor: c-24-147-74-79
Comment: fixup kteam chroot deployment doc
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was copied from Kernel/Action/Scriptbuildmkschroot

Usage of Script build-mkschroot

To automatically create the chroot environment use:

chroot-setup/build-mkschroot [--arch=<arch>] <suite> <target-dir> [<mirror>]

For example:

sudo chroot-setup/build-mkschroot --arch=i386 hardy hardy-i386 http://archive.ubuntu.com/ubuntu

Where:

  • arch stands for different arch supported by the CPU, for example i386 on AMD64 or LPIA on i386 etc.
  • suite stands for release name such as hardy, gutsy, intrepid etc.
  • target-dir stands for the directory where the chroot environment will be installed.
  • mirror stands for the http location to download environment from, http://host[:port]/dir/

Note: You don't need to specify a mirror when using the LPIA arch

Kernel/Action/Scriptmakechroot (last edited 2012-05-23 15:19:01 by c-24-147-74-79)