Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Copy kernel to ESP on upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe committed Dec 4, 2023
1 parent 21c28d4 commit 9abc639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/features/ostreeRepo/exec.late
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ sudo ostree admin upgrade
sudo mkdir -p /var/ESPmnt
sudo mount /dev/vda1 /var/ESPmnt
sudo cp /boot/loader/entries/* /var/ESPmnt/loader/entries
sudo cp -r /boot/ostree /var/ESPmnt
sudo umount /dev/vda1
ostree admin status
Expand Down
1 change: 1 addition & 0 deletions gardenlinux/features/ostreeRepo/exec.late
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ sudo ostree admin upgrade
sudo mkdir -p /var/ESPmnt
sudo mount /dev/vda1 /var/ESPmnt
sudo cp /boot/loader/entries/* /var/ESPmnt/loader/entries
sudo cp -r /boot/ostree /var/ESPmnt
sudo umount /dev/vda1
ostree log gardenlinux/today/arm64
Expand Down

0 comments on commit 9abc639

Please sign in to comment.