~ubuntu-branches/ubuntu/oneiric/debootstrap/oneiric

« back to all changes in this revision

Viewing changes to scripts/dapper

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson, Robert Millan
  • Date: 2011-08-10 13:04:41 UTC
  • mfrom: (15.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110810130441-nrz86csbg8n2d9sr
Tags: 1.0.35
[ Robert Millan ]
* Don't build devices.tar.gz if building on GNU/kFreeBSD (closes:
  #637297).
* Don't use --arch when we specifically care about the host architecture
  (closes: #637298).

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        chown 0:0 "$TARGET/etc/fstab"; chmod 644 "$TARGET/etc/fstab"
52
52
    fi
53
53
 
54
 
    setup_devices
55
 
 
56
54
    x_feign_install () {
57
55
        local pkg="$1"
58
56
        local deb="$(debfor $pkg)"
80
78
        baseprog="$(($baseprog + ${1:-1}))"
81
79
    }
82
80
 
 
81
    setup_devices
83
82
    setup_proc
84
83
    in_target /sbin/ldconfig
85
84