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, 0 insertions, 9 deletions
diff --git a/core/scripts/mkparted.sh b/core/scripts/mkparted.sh
deleted file mode 100644
index b71d6b2..0000000
--- a/core/scripts/mkparted.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-DEVICE=/dev/sda
-
-
-#parted --script /sda \
-#    mklabel gpt \
-#    mkpart primary 1MiB 100MiB \
-#    mkpart primary 100MiB 200MiB \