Skip to content

Commit

Permalink
feat : remove disable first boot rename and rename things and mdp
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneSchmitz committed Jan 30, 2024
1 parent 0276079 commit 66a6615
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ jobs:
- uses: usimd/pi-gen-action@v1
id: build
with:
compression: zip
disable-first-boot-user-rename: 0
compression: none
disable-first-boot-user-rename: 1
enable-ssh: 1
hostname: ucia
image-name: ucia
image-name: 'ucia'
keyboard-layout : "French - French (AZERTY)"
password: 'rosa'
release: bookworm
timezone: Europe/Paris
username: pi
verbose-output: true
wpa-essid: 'ucia'
wpa-password : 'uciarosa'
wpa-password : 'rosaucia'
- uses: actions/upload-artifact@v4
with:
name: ucia
path: ${{ steps.build.outputs.image-path }}
name: 'ucia'
path: ${{ steps.build.outputs.image-path }}<

0 comments on commit 66a6615

Please sign in to comment.