Skip to content

Commit

Permalink
rename efi label to frzr_efi
Browse files Browse the repository at this point in the history
  • Loading branch information
Alesh Slovak committed Sep 9, 2019
1 parent e97d591 commit 3a5e880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frzr-bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ mkdir -p ${MOUNT_PATH}/.etc
if [ $UEFI ]; then
# setup boot partition
mkfs.vfat ${PART1}
dosfslabel ${PART1} efi
dosfslabel ${PART1} frzr_efi
mount -t vfat ${PART1} ${MOUNT_PATH}/boot/

# setup basic syslinux configuration
Expand Down
2 changes: 1 addition & 1 deletion frzr-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi

if [ $UEFI ] && ! mountpoint -q ${MOUNT_PATH}/boot; then
mkdir -p ${MOUNT_PATH}/boot
mount -L efi ${MOUNT_PATH}/boot
mount -L frzr_efi ${MOUNT_PATH}/boot
sleep 5
fi

Expand Down

0 comments on commit 3a5e880

Please sign in to comment.