summaryrefslogtreecommitdiff
path: root/tests/t0290-gpt-name.sh
Commit message (Collapse)AuthorAgeFilesLines
* parted: Allow empty string for partition nameArvin Schnell2021-08-251-0/+41
This makes it possible to pass an empty string in script mode e.g. to set no partition name (on GPT): parted -s ./disk.img mklabel gpt mkpart '""' ext2 1 100M Includes a new test for this feature. Signed-off-by: Brian C. Lane <bcl@redhat.com>