Compare commits
2 Commits
renovate/d
...
v0.0.3
Author | SHA1 | Date | |
---|---|---|---|
|
f8a2119018 | ||
|
e195fa0d62 |
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -78,7 +78,7 @@ jobs:
|
|||||||
password: ${{ secrets.QUAY_PASSWORD }}
|
password: ${{ secrets.QUAY_PASSWORD }}
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
context: .
|
context: .
|
||||||
|
@@ -56,7 +56,7 @@ const (
|
|||||||
fi
|
fi
|
||||||
menuentry "%s" --class os --unrestricted {
|
menuentry "%s" --class os --unrestricted {
|
||||||
echo Loading kernel...
|
echo Loading kernel...
|
||||||
$linux ($root)/boot/kernel cdroot root=live:CDLABEL=%s rd.live.dir=/ rd.live.squashimg=rootfs.squashfs rd.live.overlay.overlayfs console=tty1 console=ttyS0 rd.cos.disable
|
$linux ($root)/boot/kernel cdroot root=live:CDLABEL=%s rd.live.dir=/ rd.live.squashimg=rootfs.squashfs rd.live.overlay.overlayfs console=ttyS0 console=tty1 rd.cos.disable
|
||||||
echo Loading initrd...
|
echo Loading initrd...
|
||||||
$initrd ($root)/boot/initrd
|
$initrd ($root)/boot/initrd
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user