Skip to content

Commit

Permalink
feat: WSL
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Oct 4, 2024
1 parent 7583e32 commit 8ab3339
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions katsu/modules/wsl/wsl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
builder: dnf

scripts:
post:
- id: cleanup
name: Clean up system
file: cleanup.sh
- id: selinux-setup
name: Set up SELinux
file: selinux.sh
- id: buildstamp
name: Generate buildstamp
file: buildstamp.sh

dnf:
repodir: ../base/repodir/
releasever: 41
exec: dnf4
options:
- --setopt=cachedir=/var/cache/dnf
- --setopt=keepcache=True
- --setopt=tsflags=
- --setopt=max_parallel_downloads=20
exclude:
- fedora-release*
- generic-release*
- kernel*
- linux-firmware
packages:
- "@core"
- "@ultramarine-product-common"
- filesystem
- setup
- glibc
- glibc-common
- dnf
- git
- rpm
- libgomp
- ultramarine-release-identity-basic
- fedora-repos

0 comments on commit 8ab3339

Please sign in to comment.