AOSC-Dev / ciel-rs

A tool for controlling AOSC OS packaging environments using multi-layer filesystems and containers (version 3)
MIT License
8 stars 5 forks source link

Add configuration for not mounting /tmp #4

Closed KexyBiscuit closed 2 years ago

KexyBiscuit commented 2 years ago

Rationale

When there's not plenty of RAM, which is common scenario, ciel build will fail due to no space left on device (/tmp). It would be great if there's a configuration for disabling the mount.

liushuyu commented 2 years ago

Should have been fixed in https://github.com/AOSC-Dev/ciel-rs/commit/9beafabd35e6fc2ca8a809b6efcfabd1203470aa.

Now systemd-nspawn should not mount /tmp as a tmpfs mount-point. (Requires a somewhat recent systemd to work).