Skip to content

Commit

Permalink
Update base OS to ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienPatte committed May 24, 2024
1 parent 2caa687 commit a7b4a2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ umount:
@sudo rmdir /media/${USER}/system-boot /media/${USER}/writable

flash:
@sudo dd if=bootstrap/ubuntu-22.04.2-preinstalled-server-arm64+raspi.img of=/dev/sdc bs=4M conv=fsync status=progress
@sudo dd if=bootstrap/ubuntu-24.04-preinstalled-server-arm64+raspi.img of=/dev/sdc bs=4M conv=fsync status=progress
@notify-send "Flash complete"

configure: mount
sudo cp bootstrap/user-data.yaml /media/${USER}/system-boot/user-data
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Download [ubuntu image](https://ubuntu.com/download/raspberry-pi) and extract it in [bootstrap](./bootstrap):

```
xz -d bootstrap/ubuntu-22.04.2-preinstalled-server-arm64+raspi.img.xz
xz -d bootstrap/ubuntu-24.04-preinstalled-server-arm64+raspi.img.xz
```

# Hardware setup
Expand Down
1 change: 0 additions & 1 deletion bootstrap/user-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ssh_pwauth: false

users:
- name: hadrien
uid: 568
lock_passwd: true
ssh_import_id: gh:HadrienPatte
shell: /bin/bash
Expand Down

0 comments on commit a7b4a2e

Please sign in to comment.