Skip to content

Commit

Permalink
fix(build): fix location of boot partition (#289)
Browse files Browse the repository at this point in the history
* fix(build): fix location of boot partition

Signed-off-by: Stephan Wendel <[email protected]>

* chore: move BASE_BOOT_MOUNT_PATH to default config

Signed-off-by: Stephan Wendel <[email protected]>

---------

Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan authored Mar 22, 2024
1 parent 47096a7 commit 3d328f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/default
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ DIST_VERSION="$(get_version)"
BASE_ZIP_IMG="$(get_img_name)"
DIST_NAME="MainsailOS"

BASE_BOOT_MOUNT_PATH=boot

# export Variables
export BASE_BOOT_MOUNT_PATH
export DIST_NAME
export DIST_VERSION
export BASE_ZIP_IMG
Expand Down

0 comments on commit 3d328f7

Please sign in to comment.