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

« back to all changes in this revision

Viewing changes to scripts/sid

  • 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:
47
47
                chown 0:0 "$TARGET/etc/fstab"; chmod 644 "$TARGET/etc/fstab"
48
48
        fi
49
49
 
50
 
        if doing_variant fakechroot; then
51
 
                setup_devices_fakechroot
52
 
        else
53
 
                setup_devices
54
 
        fi
55
 
 
56
50
        x_feign_install () {
57
51
                local pkg="$1"
58
52
                local deb="$(debfor $pkg)"
73
67
}
74
68
 
75
69
second_stage_install () {
 
70
        setup_devices
 
71
 
76
72
        x_core_install () {
77
73
                smallyes '' | in_target dpkg --force-depends --install $(debfor "$@")
78
74
        }