Skip to content

Commit

Permalink
Add mkfs.vfat for u-boot gadgets
Browse files Browse the repository at this point in the history
U-boot needs to save `boot.sel` back to the boot partition. Because
ext4 is not safe to write on some U-Boot builds due to journal
corruption, we need to allow the gadget to create the boot partition
as a vfat. Which means `mkfs.vfat` is required during installation.
  • Loading branch information
valentindavid authored and alfonsosanchezbeato committed Sep 28, 2023
1 parent 0ea5a83 commit b3aad96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ INSTALL_FILES_FROM_HOST= \
/sbin/fsck.vfat \
/sbin/fsck.vfat \
/sbin/mkfs.ext4 \
/sbin/mkfs.vfat \
/sbin/sfdisk \
/usr/bin/dbus-daemon \
/usr/bin/mountpoint \
Expand Down

0 comments on commit b3aad96

Please sign in to comment.