Use real KAMOS branding: red wallpaper, penguin logo + Plymouth boot watermark
Some checks failed
Build KAMOS images / Build kamos (push) Failing after 3m39s
Build KAMOS images / Build kamos-nvidia (push) Has been cancelled

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
kmk1971 2026-07-29 19:43:52 +04:00
parent 9fb709cdcd
commit a8756623db
5 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
output/ output/
*.iso *.iso
branding/

View file

@ -35,13 +35,24 @@ if [ -f "$WALL" ]; then
fi fi
### --------------------------------------------------------------- ### ---------------------------------------------------------------
### 4. First-boot Flatpak apps (list: /usr/share/kamos/flatpaks.list) ### 4. Boot splash: KAMOS penguin as Plymouth watermark
### ---------------------------------------------------------------
MARK=/usr/share/kamos/plymouth-watermark.png
if [ -f "$MARK" ]; then
for theme in spinner bgrt; do
tdir=/usr/share/plymouth/themes/$theme
[ -d "$tdir" ] && cp -f "$MARK" "$tdir/watermark.png"
done
fi
### ---------------------------------------------------------------
### 5. First-boot Flatpak apps (list: /usr/share/kamos/flatpaks.list)
### --------------------------------------------------------------- ### ---------------------------------------------------------------
chmod +x /usr/libexec/kamos-install-flatpaks chmod +x /usr/libexec/kamos-install-flatpaks
systemctl enable kamos-flatpaks.service systemctl enable kamos-flatpaks.service
### --------------------------------------------------------------- ### ---------------------------------------------------------------
### 5. System defaults ### 6. System defaults
### --------------------------------------------------------------- ### ---------------------------------------------------------------
# Enable weekly automatic OS updates (staged, applied on reboot) # Enable weekly automatic OS updates (staged, applied on reboot)
systemctl enable rpm-ostreed-automatic.timer || true systemctl enable rpm-ostreed-automatic.timer || true

Binary file not shown.

Before

Width:  |  Height:  |  Size: 311 KiB

After

Width:  |  Height:  |  Size: 978 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 710 KiB