#!/bin/bash DEVICE=/dev/sda #parted --script /sda \ # mklabel gpt \ # mkpart primary 1MiB 100MiB \ # mkpart primary 100MiB 200MiB \