Skip to content

Commit

Permalink
Don't fail if boot doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
ClashTheBunny committed Apr 20, 2024
1 parent a179b02 commit 400b144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function base_bootstrap() {
BOOTUUID=/dev/mmcblk0p1
fi
echo "proc /proc proc defaults 0 0
$BOOTUUID /boot vfat defaults 0 2
$BOOTUUID /boot vfat defaults,nofail 0 2
$ROOTUUID / ext4 defaults,noatime 0 1" | $SUDO tee -a "${MOUNTPOINT}/etc/fstab"

echo "debian-rpi64" | $SUDO tee "${MOUNTPOINT}/etc/hostname"
Expand Down

0 comments on commit 400b144

Please sign in to comment.