]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
apt-native: Use option --force-script-chrootless for rootfs
authorAndreas Oberritter <obi@opendreambox.org>
Thu, 28 Aug 2014 03:50:36 +0000 (05:50 +0200)
committerAndreas Oberritter <obi@opendreambox.org>
Mon, 7 May 2018 21:25:22 +0000 (23:25 +0200)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
meta/recipes-devtools/apt/files/apt.conf

index 03351356bc01361ad2bc6690ad435feff02e4897..9ad61cc943a8b7e3e6b8d1dc5f827bd1c2e32ca2 100644 (file)
@@ -39,4 +39,4 @@ APT
   };
 };
 
-DPkg::Options {"--root=#ROOTFS#";"--admindir=#ROOTFS#/var/lib/dpkg";"--force-all";"--no-debsig"};
+DPkg::Options {"--root=#ROOTFS#";"--admindir=#ROOTFS#/var/lib/dpkg";"--force-all";"--no-debsig";"--force-script-chrootless"};