2018-04-30 03:26:35 +02:00
|
|
|
diff -u -r ../debootstrap-1.0.97/functions ./functions
|
|
|
|
--- ../debootstrap-1.0.97/functions 2018-04-17 04:06:32.000000000 +0200
|
|
|
|
+++ ./functions 2018-04-30 03:18:01.010494588 +0200
|
|
|
|
@@ -906,7 +906,7 @@
|
2017-06-06 10:20:41 +02:00
|
|
|
extract_dpkg_deb_data () {
|
|
|
|
local pkg="$1"
|
2017-08-09 23:18:25 +02:00
|
|
|
|
2017-06-06 10:20:41 +02:00
|
|
|
- dpkg-deb --fsys-tarfile "$pkg" | tar $EXTRACT_DEB_TAR_OPTIONS -xf -
|
|
|
|
+ dpkg-deb --fsys-tarfile "$pkg" | proot --link2symlink tar $EXTRACT_DEB_TAR_OPTIONS -xf -
|
|
|
|
}
|
2017-08-09 23:18:25 +02:00
|
|
|
|
2017-06-06 10:20:41 +02:00
|
|
|
# Raw .deb extractors
|
2018-04-30 03:26:35 +02:00
|
|
|
@@ -946,7 +946,7 @@
|
|
|
|
esac
|
2017-08-09 23:18:25 +02:00
|
|
|
|
2018-04-30 03:26:35 +02:00
|
|
|
if in_path "$cat_cmd"; then
|
|
|
|
- ar -p "$pkg" "$tarball" | "$cat_cmd" | tar $EXTRACT_DEB_TAR_OPTIONS -xf -
|
|
|
|
+ ar -p "$pkg" "$tarball" | "$cat_cmd" | proot --link2symlink tar $EXTRACT_DEB_TAR_OPTIONS -xf -
|
2017-06-06 10:20:41 +02:00
|
|
|
else
|
|
|
|
error 1 UNPACKCMDUNVL "Extracting %s requires the %s command, which is not available" "$pkg" "$cat_cmd"
|
|
|
|
fi
|
2018-04-30 03:26:35 +02:00
|
|
|
@@ -1171,7 +1171,6 @@
|
2017-06-06 10:20:41 +02:00
|
|
|
hurd*)
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
- setup_devices_simple
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
}
|