mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
mkosi: Update to latest
This commit is contained in:
2
.github/workflows/mkosi.yml
vendored
2
.github/workflows/mkosi.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
|
||||
- uses: systemd/mkosi@268a9374d5a93a4021db6521a39db2c2ed9fd755
|
||||
- uses: systemd/mkosi@ebc8b63f3be58243c7ff4273517fa4d2858c7e30
|
||||
|
||||
- name: Configure
|
||||
run: |
|
||||
|
||||
@@ -8,6 +8,7 @@ Release=testing
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
?priority(required)
|
||||
btrfs-progs
|
||||
cryptsetup-bin
|
||||
dbus-broker
|
||||
|
||||
@@ -62,3 +62,8 @@ if [ -n "$IMAGE_VERSION" ] ; then
|
||||
-e "\$aIMAGE_VERSION=$IMAGE_VERSION" \
|
||||
/usr/lib/os-release
|
||||
fi
|
||||
|
||||
# Install a default ignore preset on Debian until it is shipped by Debian itself.
|
||||
if grep -q -e "ID=debian" -e "ID_LIKE=debian" /etc/os-release; then
|
||||
echo "ignore *" >/usr/lib/systemd/system-preset/99-ignore.preset
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user