more comments

This commit is contained in:
Tobias Powalowski 2010-07-02 07:30:29 +02:00
parent ee84457377
commit ed76f8e901

View file

@ -1968,6 +1968,8 @@ select_btrfs_raid_devices () {
# show all devices with sizes
# DIALOG --msgbox "DISKS:\n$(_getavaildisks)\n\nPARTITIONS:\n$(_getavailpartitions)" 0 0
# select the second device to use, no missing option available!
### TODO: device listing is not correct on abort and redo selection!
: >/tmp/.btrfs-devices
BTRFS_PART="$BTRFS_DEVICE"
BTRFS_PARTS="$PARTS"
echo "$BTRFS_PART" >>/tmp/.btrfs-devices