Skip to content

Commit

Permalink
Merge pull request #1680 from gdha/master
Browse files Browse the repository at this point in the history
remove the FIXME line which was not commented from PR #1667
  • Loading branch information
gdha committed Jan 5, 2018
2 parents 7ecf945 + e5fff52 commit 1a2149c
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -247,7 +247,6 @@ Log "Saving disk partitions."
# format: disk <disk> <sectors> <partition label type>
for disk in /sys/block/* ; do
blockd=${disk#/sys/block/}
FIXME: include mmcblk* devices
if [[ $blockd = hd* || $blockd = sd* || $blockd = cciss* || $blockd = vd* || $blockd = xvd* || $blockd = dasd* || $blockd = nvme* ]] ; then

#FIXME: exclude *rpmb (Replay Protected Memory Block) for nvme*, mmcblk* and uas
Expand Down

0 comments on commit 1a2149c

Please sign in to comment.