Re: /tmp as tmpfs?

Laurent CABANAS <[email protected]> Tue, 26 Sep 2017 15:22:58 +0200
Newsgroups gmane.linux.suse.autoinstall
Message-ID <[email protected]>
Hello

Here we succesfully use the following in our xml files :

>     <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>
>           <mount>/tmp</mount>
>         </partition>
>       </partitions>
>       <type config:type="symbol">CT_TMPFS</type>
>       <use>all</use>
>     </drive>

Hope it helps.

Regards



Le 26/09/2017 à 14:54, Daniel Spannbauer a écrit :
> Hello,
>
>
> I try to configure /tmp as tmpfs...is that possible via autoyast? Or do
> I have to call a script which adds the line into the fstab?
>
>
> Regards
>
>
> Daniel
>
>

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