Skip to content

Commit

Permalink
Merge pull request #97 from tsirakisn/fix-upgrade-stable-8
Browse files Browse the repository at this point in the history
STABLE-8: OXT-1376: installer: Don't create new boot entries on upgrade
  • Loading branch information
eric-ch authored Jul 26, 2018
2 parents 27d8ecc + 0cf98b4 commit a374da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion part2/stages/Functions/install-main
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ copy_to_esp()

do_cmd umount ${ESP_MOUNT} >&2

if [ -d /sys/firmware/efi/efivars ]; then
if [ "${INSTALL_MODE}" = "fresh" ] && [ -d /sys/firmware/efi/efivars ]; then
create_efi_boot_entries ${ESP}
return $?
fi
Expand Down

0 comments on commit a374da9

Please sign in to comment.