summaryrefslogtreecommitdiff
path: root/util/create_filesystems.sh
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2019-12-14 17:35:59 +0100
committerxengineering <mail2xengineering@protonmail.com>2019-12-14 17:35:59 +0100
commit9c3854fc72d16c7a819cd74e93dda56e6805cc21 (patch)
treedc0260e0b527295dd9356c2d451aff9e2e96caee /util/create_filesystems.sh
parent64f55d5c08d0914d359e46d5ce5caa86ca14db3f (diff)
downloadarchinstall-9c3854fc72d16c7a819cd74e93dda56e6805cc21.tar
archinstall-9c3854fc72d16c7a819cd74e93dda56e6805cc21.tar.zst
archinstall-9c3854fc72d16c7a819cd74e93dda56e6805cc21.zip
Reduced code in new util scripts.
Diffstat (limited to 'util/create_filesystems.sh')
-rw-r--r--util/create_filesystems.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/create_filesystems.sh b/util/create_filesystems.sh
index b14d0f6..8a58909 100644
--- a/util/create_filesystems.sh
+++ b/util/create_filesystems.sh
@@ -23,5 +23,3 @@ mkfs.ext4 $root_partition_path
fatlabel $boot_partition_path "BOOT"
e2label $root_partition_path "ROOT"
echo "Created filesystems - OK"
-sleep $DELAY
-echo ""