[1/3] Revert "expand-on-first-boot: Ensure that /tmp is writable"

Message ID 20240816144333.27467-2-ubely@ilbers.de
State Accepted, archived
Headers show
Series [1/3] Revert "expand-on-first-boot: Ensure that /tmp is writable" | expand

Commit Message

Uladzimir Bely Aug. 16, 2024, 2:38 p.m. UTC
This reverts commit 49073b9e716b2fb3203d26d9bd46b3bbd60e6016.
---
 .../expand-on-first-boot/files/expand-on-first-boot.service      | 1 -
 1 file changed, 1 deletion(-)

Patch

diff --git a/meta/recipes-support/expand-on-first-boot/files/expand-on-first-boot.service b/meta/recipes-support/expand-on-first-boot/files/expand-on-first-boot.service
index 8e76998b..90c92a39 100644
--- a/meta/recipes-support/expand-on-first-boot/files/expand-on-first-boot.service
+++ b/meta/recipes-support/expand-on-first-boot/files/expand-on-first-boot.service
@@ -16,7 +16,6 @@  Type=oneshot
 ExecStart=/usr/share/expand-on-first-boot/expand-last-partition.sh
 ExecStartPost=-/bin/systemctl disable expand-on-first-boot.service
 ExecStopPost=-/bin/systemctl disable expand-on-first-boot.service
-PrivateTmp=true
 
 [Install]
 WantedBy=sysinit.target