Hello,
we use autoyast for a long time now. We always configured /tmp as a tmpfs.
For that, we add
<drive> <device>/dev/tmpfs</device> <initialize config:type="boolean">true</initialize> <partitions config:type="list"> <partition> <create config:type="boolean">true</create> <filesystem config:type="symbol">tmpfs</filesystem> <format config:type="boolean">true</format> <fstopt>size=512m,nodev,mode=1777</fstopt> <mount>/tmp</mount> </partition> </partitions> <type config:type="symbol">CT_TMPFS</type> <use>all</use> </drive>
But with Leap 15.2 , there is no entry for that in /Etc/fstab anymore.
Has something changed here?
Regards
Daniel