summaryrefslogtreecommitdiffstats
path: root/core/rootfs/rootfs-stage32/data
diff options
context:
space:
mode:
authorSimon Rettberg2017-12-06 15:22:02 +0100
committerSimon Rettberg2017-12-06 15:22:02 +0100
commit265c5ac6ef98fcdced966c43da3e775ce6c4c273 (patch)
treea3ce8bcc138c60d030fe02e7101f89d127274c94 /core/rootfs/rootfs-stage32/data
parent[rfs-stage31] Whitelist two more nvidia cards (diff)
downloadmltk-265c5ac6ef98fcdced966c43da3e775ce6c4c273.tar.gz
mltk-265c5ac6ef98fcdced966c43da3e775ce6c4c273.tar.xz
mltk-265c5ac6ef98fcdced966c43da3e775ce6c4c273.zip
[rfs-stage32] Fix xfs format failing
Diffstat (limited to 'core/rootfs/rootfs-stage32/data')
-rwxr-xr-xcore/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions b/core/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions
index 28a69dfd..50d5fe36 100755
--- a/core/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions
+++ b/core/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions
@@ -42,7 +42,7 @@ format_disk () {
if which "mkfs.$fs" ; then
case "$fs" in
xfs)
- fopt="-f -b size=4k -s size=4k -l size=512b" # fastest formatting possible :)
+ fopt="-f -b size=4k -s size=4k" # fastest formatting possible :)
MOUNT_OPTIONS_SET_BY_FORMAT_DISK="-o noexec"
;;
ext2)