Skip to content

Commit

Permalink
Merge pull request systemd#2956 from DaanDeMeyer/var
Browse files Browse the repository at this point in the history
Introduce mkosi-sandbox and stop using subuids for image builds
  • Loading branch information
DaanDeMeyer authored Aug 22, 2024
2 parents ad01fee + b3a3e7e commit 2d338ab
Show file tree
Hide file tree
Showing 37 changed files with 2,005 additions and 1,467 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.cache
.mkosi.1
.mkosi-initrd.1
.mkosi-sandbox.1
.mypy_cache/
.project
.pydevproject
Expand Down
1 change: 0 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ runs:
sudo apt-get update
sudo apt-get install --assume-yes --no-install-recommends \
archlinux-keyring \
bubblewrap \
debian-archive-keyring \
dnf \
makepkg \
Expand Down
4 changes: 2 additions & 2 deletions kernel-install/50-mkosi.install
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ from typing import Optional

from mkosi import identify_cpu
from mkosi.archive import make_cpio
from mkosi.config import OutputFormat, __version__
from mkosi.config import OutputFormat
from mkosi.log import die, log_setup
from mkosi.run import run, uncaught_exception_handler
from mkosi.sandbox import __version__, umask
from mkosi.types import PathString
from mkosi.util import umask


@dataclasses.dataclass(frozen=True)
Expand Down
Loading

0 comments on commit 2d338ab

Please sign in to comment.