mirror of
https://github.com/karl0ss/AnotterKiosk.git
synced 2025-04-28 10:33:41 +01:00
add more debug info
This commit is contained in:
parent
1e9f817131
commit
24d3e14bce
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -5,6 +5,9 @@ on:
|
||||
push: { }
|
||||
pull_request: { }
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: [self-hosted, hetzner-cax21]
|
||||
@ -29,6 +32,10 @@ jobs:
|
||||
run: |
|
||||
pigz -9 raspikiosk.img
|
||||
|
||||
- name: Debug info
|
||||
run: |
|
||||
ls -lAh .
|
||||
|
||||
- name: Release build artifacts
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
@ -32,6 +32,7 @@ echo "tmpfs /tmp tmpfs mode=1777 0 0" >> /etc/fstab
|
||||
echo "tmpfs /run tmpfs mode=0755,nosuid,nodev 0 0" >> /etc/fstab
|
||||
echo "tmpfs /var/log tmpfs defaults,noatime,nosuid,mode=0755,size=100m 0 0" >> /etc/fstab
|
||||
echo "tmpfs /var/lib/lightdm tmpfs defaults,noatime,nosuid,size=30m 0 0" >> /etc/fstab
|
||||
echo "tmpfs /var/lib/dhcpcd tmpfs defaults,noatime,nosuid,size=30m 0 0" >> /etc/fstab
|
||||
echo "tmpfs /home/pi/.cache tmpfs mode=0755,nosuid,nodev,uid=1000,gid=1000 0 0" >> /etc/fstab
|
||||
echo "tmpfs /home/pi/.config/chromium/ tmpfs mode=0755,nosuid,nodev,uid=1000,gid=1000 0 0" >> /etc/fstab
|
||||
echo "tmpfs /home/pi/.pki/ tmpfs mode=0755,nosuid,nodev,uid=1000,gid=1000 0 0" >> /etc/fstab
|
||||
|
Loading…
x
Reference in New Issue
Block a user