diff options
author | Tom Gundersen <teg@jklm.no> | 2011-12-20 19:58:27 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-12-20 23:05:44 +0100 |
commit | 130227546a92f94d43ae5959e0a15e5fe5aec87d (patch) | |
tree | 27b1117f43ad5298d8d80a33a687c9c979c394e8 | |
parent | 594f972666b4823b00041e2888faae30e9aea7a2 (diff) | |
download | devtools32-130227546a92f94d43ae5959e0a15e5fe5aec87d.tar.xz |
mkarchroot: do not create /etc/mtab
As of filesystem-2011.12 this is not needed anylonger, and indeed blocks the
chroot from being upgraded. As a workaround, recreating the chroot fixes the
problem.
Fixes FS#27640.
Reported-by: Andrea Scarpino <andrea@archlinux.org>
Signed-off-by: Tom Gundersen <teg@jklm.no>
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
-rw-r--r-- | mkarchroot.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mkarchroot.in b/mkarchroot.in index 86631a1..cda761c 100644 --- a/mkarchroot.in +++ b/mkarchroot.in @@ -126,7 +126,6 @@ chroot_mount() { } copy_hostconf () { - chroot "${working_dir}" /bin/findmnt -rnu -o SOURCE,TARGET,FSTYPE,OPTIONS > "${working_dir}/etc/mtab" cp /etc/resolv.conf "${working_dir}/etc/resolv.conf" echo "Server = ${host_mirror}" > ${working_dir}/etc/pacman.d/mirrorlist |