remove BOOT_PART= setting from autoprepare

This commit is contained in:
Tobias Powalowski 2018-06-25 12:20:37 +02:00
parent d3e28bf8ee
commit 718e39eb5c

View file

@ -1592,8 +1592,6 @@ autoprepare() {
# disable swap and all mounted partitions, umount / last! # disable swap and all mounted partitions, umount / last!
_umountall _umountall
PART_ROOT="${DEVICE}${_ROOT_PART_NUM}"
# we assume a /dev/sdX format # we assume a /dev/sdX format
if [[ "${GUIDPARAMETER}" == "yes" ]]; then if [[ "${GUIDPARAMETER}" == "yes" ]]; then
# GPT (GUID) is supported only by 'parted' or 'sgdisk' # GPT (GUID) is supported only by 'parted' or 'sgdisk'