From: Michael Prokop Date: Fri, 21 Oct 2016 11:53:51 +0000 (+0200) Subject: Drop deprecated GRMLBASE/48-tmpfs file, use default /tmp handling X-Git-Tag: v0.28.0~14 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=58742ddcb55768e21dadec102231c97cf7a380c1;hp=58742ddcb55768e21dadec102231c97cf7a380c1 Drop deprecated GRMLBASE/48-tmpfs file, use default /tmp handling The configuration needs to take place in /etc/default/tmpfs anyway (not /etc/default/rcS) and defaulted to "no". systemd has a separate tmp.mount unit and quoting systemd changelog: | systemd (220-6) unstable; urgency=medium | | * Stop installing tmp.mount by default; there are still situations where it | becomes active through dependencies from other units, which is surprising, | hides existing data in /tmp during runtime, and it isn't safe to have a | tmpfs /tmp on every install scenario. (Closes: #783509) | - d/rules: Ship tmp.mount in /usr/share/systemd/ instead of | /lib/systemd/systemd. | - systemd.postinst: When tmp.mount already was enabled, install tmp.mount | into /etc and keep it enabled. | - systemd.postinst: When enabling tmp.mount because of RAMTMP=yes, copy it | from /usr/share. | - Drop Don-t-mount-tmp-as-tmpfs-by-default.patch and | PrivateTmp-shouldn-t-require-tmpfs.patch, not necessary any more. ---