Andrew Geissler | c723b72 | 2021-01-08 16:14:09 -0600 | [diff] [blame] | 1 | # short-description: image for checking empty partition creation |
2 | |||||
3 | part / --source rootfs --fstype=ext4 --align 1024 --use-uuid | ||||
4 | part empty --source empty --ondisk sda --size 1024 --align 1024 |