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

« back to all changes in this revision

Viewing changes to scripts/potato

  • 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:
39
39
    echo '# UNCONFIGURED FSTAB FOR BASE SYSTEM' > "$TARGET/etc/fstab"
40
40
    chown 0:0 "$TARGET/etc/fstab"; chmod 644 "$TARGET/etc/fstab"
41
41
 
42
 
    setup_devices
43
 
 
44
42
    x_feign_install () {
45
43
        local pkg=$1
46
44
        local deb="$(debfor $pkg)"
73
71
 
74
72
    export DEBIAN_FRONTEND=Noninteractive
75
73
 
 
74
    setup_devices
76
75
    setup_proc
77
76
    ln "$TARGET/sbin/ldconfig.new" "$TARGET/sbin/ldconfig"
78
77
    in_target /sbin/ldconfig