Add Kali Linux image support (#9)

* Add Kali Linux image support

* Remove forced 1080p from Kali cmdline
This commit is contained in:
Bug Bounty Zip
2026-05-25 22:16:56 +03:00
committed by GitHub
parent 1ea662d598
commit 8160bc649b
12 changed files with 504 additions and 22 deletions

View File

@@ -8,7 +8,7 @@ on:
description: 'Distribution'
default: 'ubuntu2604'
type: choice
options: [all, ubuntu2604, arch, cachyos]
options: [all, ubuntu2604, arch, cachyos, kali]
workflow_call:
inputs:
distro:
@@ -176,6 +176,9 @@ jobs:
echo "| Ubuntu 26.04 | [\`ps5-ubuntu2604.img.xz\`](https://pub-561df4012f1a46fbbdf618d5cc5941f6.r2.dev/ps5-ubuntu2604.img.xz) |"
echo "| Arch | [\`ps5-arch.img.xz\`](https://pub-561df4012f1a46fbbdf618d5cc5941f6.r2.dev/ps5-arch.img.xz) |"
echo "| CachyOS | [\`ps5-cachyos.img.xz\`](https://pub-561df4012f1a46fbbdf618d5cc5941f6.r2.dev/ps5-cachyos.img.xz) |"
if [ -f meta/kali.sha256 ]; then
echo "| Kali | [\`ps5-kali.img.xz\`](https://pub-561df4012f1a46fbbdf618d5cc5941f6.r2.dev/ps5-kali.img.xz) |"
fi
echo ""
echo "**SHA256 checksums:**"
echo "\`\`\`"