~tom-gall/linaro/live-helper.config.natty.netbook-efl

« back to all changes in this revision

Viewing changes to conf_create.sh

  • Committer: Alexander Sack
  • Date: 2010-09-02 11:38:05 UTC
  • Revision ID: asac@linaro.org-20100902113805-mufm1tkxr46upd0r
conf_create.sh: add chroot to bootstrap stage to accelerate development of this seed; in turn use chroot-filesystem plain to fix issues with chroot stage caching

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        --mirror-binary-security "http://ports.ubuntu.com/" \
35
35
 \
36
36
        --cache $cache \
37
 
        --cache-stages "bootstrap" \
 
37
        --cache-stages "bootstrap chroot" \
38
38
        --initramfs "$initramfs" \
39
39
        --mode ubuntu \
40
40
 \
45
45
        --security true \
46
46
        --packages "$packages" \
47
47
        --packages-list "$packages_list" \
48
 
        --chroot-filesystem "none" \
 
48
        --chroot-filesystem "plain" \
49
49
 \
50
50
        --binary-images "tar" \
51
51
        --binary-filesystem ext3 \