about summary refs log tree commit diff stats
path: root/core/scripts/mkparted.sh
diff options
context:
space:
mode:
Diffstat (limited to 'core/scripts/mkparted.sh')
-rw-r--r--core/scripts/mkparted.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/scripts/mkparted.sh b/core/scripts/mkparted.sh
new file mode 100644
index 0000000..b71d6b2
--- /dev/null
+++ b/core/scripts/mkparted.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+DEVICE=/dev/sda
+
+
+#parted --script /sda \
+#    mklabel gpt \
+#    mkpart primary 1MiB 100MiB \
+#    mkpart primary 100MiB 200MiB \