summaryrefslogtreecommitdiffstats
path: root/dev_tools
diff options
context:
space:
mode:
authortorben2015-11-05 15:25:43 +0100
committertorben2015-11-05 15:25:43 +0100
commit5d853b5a1f037ef0888fd039fdf4bd86739fcb11 (patch)
tree1d92b1a99fb8a3faf79cb3aec130bf4929fa87cc /dev_tools
parentMerge branch 'master' of git.openslx.org:openslx-ng/systemd-init (diff)
downloadsystemd-init-5d853b5a1f037ef0888fd039fdf4bd86739fcb11.tar.gz
systemd-init-5d853b5a1f037ef0888fd039fdf4bd86739fcb11.tar.xz
systemd-init-5d853b5a1f037ef0888fd039fdf4bd86739fcb11.zip
Refactor structure.
Diffstat (limited to 'dev_tools')
-rw-r--r--dev_tools/snippets.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/dev_tools/snippets.sh b/dev_tools/snippets.sh
index 36fc447d..6f4f21cc 100644
--- a/dev_tools/snippets.sh
+++ b/dev_tools/snippets.sh
@@ -55,8 +55,6 @@ fdisk -lu
losetup -o $((1050624*512)) /dev/loop0 /dev/nbd0 -v
mount /dev/loop0 /mnt/
-
-
function create_partition_via_offset() {
local device="$1"
local nameOrUUID="$2"