16
16
# You should have received a copy of the GNU General Public License
17
17
# along with this program. If not, see <http://www.gnu.org/licenses/>.
28
22
export PARTED_SECTOR_SIZE
33
25
# create a backing file large enough for a GPT partition table
34
26
dd if=/dev/null of=$dev seek=4001 2> /dev/null || framework_failure