]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Make sure /etc/mtab exists in sandbox 2283/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 14 Jan 2024 17:02:39 +0000 (18:02 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 14 Jan 2024 18:53:18 +0000 (19:53 +0100)
commit9c6c27921d9669006eb82f0201e4b968d7083ec9
tree8537d2545fbbfcbea080773cdbeb10e90a6b1e7a
parent2fb338022e58e67aa6c57b0c72328812793c6239
Make sure /etc/mtab exists in sandbox

Required for pacman's CheckSpace option. To avoid messing with the
package manager tree /etc too much, we bind mount individual
subdirectories of it instead of the entire directory.
mkosi/context.py
mkosi/sandbox.py