~dexter/schroot-pkg/raring

« back to all changes in this revision

Viewing changes to etc/setup.d/15binfmt

  • Committer: Package Import Robot
  • Author(s): Roger Leigh
  • Date: 2012-07-18 20:04:41 UTC
  • mfrom: (38.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120718200441-q7jfoto24orn0v5z
Tags: 1.6.1-1
* New upstream stable release.
* schroot:
  - Remove invalid and obsolete symlinks which were being created
    on install and upgrade, and no longer create them
    (Closes: #681931).
  - Fix 15binfmt setup script to bind mount binfmt binary correctly
    (Closes: #677811).  Thanks to Vagrant Cascadian and Julian Andres
    Klode.
  - Building from git has been documented, as has the upstream
    release process (Closes: #680882).
* dchroot:
  - Migrate dchroot.conf to schroot.conf format on upgrade
    (Closes: #681876).  Also documented caveats in NEWS.Debian.
* dchroot-dsa:
  - Migrate dchroot.conf to schroot.conf format on upgrade.
    Also documented caveats in NEWS.Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    else
43
43
        [ -e "$dst" ] || touch "$dst"
44
44
        mount --bind "$emulator" "$dst"
45
 
        mount -o remount,ro "$dst"
 
45
        mount -o remount,ro,bind "$dst"
46
46
    fi
47
47
done