~ubuntu-branches/ubuntu/intrepid/debootstrap/intrepid

« back to all changes in this revision

Viewing changes to scripts/ubuntu/hoary.buildd

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson, Frans Pop, Colin Watson
  • Date: 2008-04-29 19:36:19 UTC
  • Revision ID: james.westby@ubuntu.com-20080429193619-1025n778zn21ltih
Tags: 1.0.9
[ Frans Pop ]
* Error out on unrecognized options to avoid invalid options to be
  recognized as arguments.

[ Colin Watson ]
* Use 'chown 0:0' in all scripts rather than deprecated 'chown 0.0'
  (thanks, Evan Klitzke).
* Add (Ubuntu) intrepid as a symlink to gutsy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
    setup_etc
58
58
    if [ ! -e "$TARGET/etc/fstab" ]; then
59
59
        echo '# UNCONFIGURED FSTAB FOR BASE SYSTEM' > "$TARGET/etc/fstab"
60
 
        chown 0.0 "$TARGET/etc/fstab"; chmod 644 "$TARGET/etc/fstab"
 
60
        chown 0:0 "$TARGET/etc/fstab"; chmod 644 "$TARGET/etc/fstab"
61
61
    fi
62
62
 
63
63
    setup_devices