/tmp as tmpfs: no entry in fstab

Daniel Spannbauer <[email protected]> Thu, 30 Jul 2020 10:22:44 +0200
Newsgroups gmane.linux.suse.autoinstall
Message-ID <[email protected]>
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

-- 
Daniel Spannbauer                         Systemadministration
marco Systemanalyse und Entwicklung GmbH  Tel   +49 8333 9233-27 Fax -11
Rechbergstr. 4-6, D 87727 Babenhausen     Mobil +49 171 4033220
http://www.marco.de/                      Email [email protected]
Geschäftsführer Martin Reuter             HRB 171775 Amtsgericht München

-- 
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]