]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: drop Debian /tmp hack
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 3 Jun 2024 09:49:34 +0000 (11:49 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 3 Jun 2024 10:43:20 +0000 (12:43 +0200)
/tmp is now a tmpfs in debian testing so let's drop our workaround.

mkosi.images/system/mkosi.conf.d/10-debian-ubuntu/mkosi.build.chroot

index 2015a4b46c1173b9dcd07e688e8fc11468a9d414..8819b46eaf1a13ca5b6d92cc8808b0ae105534dc 100755 (executable)
@@ -44,10 +44,6 @@ EOF
 cat debian/changelog >>debian/changelog.new
 mv debian/changelog.new debian/changelog
 
-# FIXME: Remove after tmp.mount is kept intact in the debian packaging for UPSTREAM=1 builds.
-sed --in-place '/tmp.mount/d' debian/rules
-sed --in-place '/tmp.mount/d' debian/not-installed
-
 build() {
     DEB_BUILD_OPTIONS=$(awk '$1=$1' <<<"\
         $( ((WITH_TESTS)) || echo nocheck) \