create msdos table for partitionable raid

This commit is contained in:
Tobias Powalowski 2013-07-19 11:25:36 +02:00
parent 8ba7f82e5d
commit 717c87b3fe

View file

@ -1129,8 +1129,8 @@ _createraid()
set_guid set_guid
if [[ "${GUIDPARAMETER}" = "" ]]; then if [[ "${GUIDPARAMETER}" = "" ]]; then
DIALOG --msgbox "Now you'll be put into the parted program where you can partition your raiddevice to your needs." 18 70 DIALOG --msgbox "Now you'll be put into the parted program where you can partition your raiddevice to your needs." 18 70
clear
parted -a optimal -s ${RAIDDEVICE} mktable msdos parted -a optimal -s ${RAIDDEVICE} mktable msdos
clear
parted ${RAIDDEVICE} print parted ${RAIDDEVICE} print
parted ${RAIDDEVICE} parted ${RAIDDEVICE}
else else