about summary refs log tree commit diff stats
path: root/core/scripts/mkparted.sh
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2016-10-08 18:56:18 +0100
committerSilvino Silva <silvino@bk.ru>2016-10-08 18:56:18 +0100
commit371d163d903373eea57cd6761223a579c18ed536 (patch)
tree2a5ea60a7629987202fe67fb2b82340c9fe9b382 /core/scripts/mkparted.sh
parentc30b14dbcfb60418a0d7fd050a096c9bc20a380b (diff)
parent5d60e76fafc0fa76c8e9019459ecaeaf25d5b764 (diff)
downloaddoc-371d163d903373eea57cd6761223a579c18ed536.tar.gz
release 0.2.4
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 \