marcan changed the topic of #asahi-alt to: Asahi Linux: porting Linux to Apple Silicon macs | User-contributed/unofficial distribution ports | Logs: https://alx.sh/l/asahi-alt
Catyre_ has joined #asahi-alt
Catyre__ has joined #asahi-alt
Catyre has quit [Ping timeout: 480 seconds]
Catyre_ has quit [Ping timeout: 480 seconds]
<m1n1m4[m]>
mps: GREAT!!!
<m1n1m4[m]>
i've been trying to mount /tmp on ram while having the USB mounted as RO. Do not know if it is possible? Found a service called mount-ro and set it up to sysinit which effectively mounts the USB as ro. Is it possible now to setup the temp dirs to ram while preserving the mount-ro service ? Thank you
<m1n1m4[m]>
i tried exactly that but then sda2 was not readonly anymore ( as before with rc-update mount-ro sysinit ), it was remounted as RW. So i made another partition sda3 to try and separate things and put /tmp out of sda2 ( root partition ). Still not working, do not know why.
<m1n1m4[m]>
used cfdisk to create the sda3 partition as temp partition, but i am not sure i formatted it correctly, it is using ext4
<m1n1m4[m]>
thanks
<mps>
I didn't used RO rootFS for long so not sure at current state and how to do that what you are trying
<m1n1m4[m]>
OK thanks
<m1n1m4[m]>
mps: DONE!
<m1n1m4[m]>
did as you said, and after i mapped the folders and files needed change there
<m1n1m4[m]>
ex /var/tmp -> /temp
<m1n1m4[m]>
ex2 /var/log ->/tmp
<m1n1m4[m]>
etc
<m1n1m4[m]>
with symlinks
<m1n1m4[m]>
Xorg needs to write the log
<m1n1m4[m]>
the only thing is fstab mountins have to be called
<m1n1m4[m]>
after boot
<mps>
m1n1m4[m]: ah, I didn't understood that you want to use xorg and other things which needs to write to rootFS
<mps>
then yes, you have all files/dirs in some RW places
<m1n1m4[m]>
yap
<m1n1m4[m]>
BTW i found this great article about it