diff options
-rw-r--r-- | backend/modules/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/modules/init b/backend/modules/init index 01f9de3..5e3f28e 100644 --- a/backend/modules/init +++ b/backend/modules/init @@ -26,7 +26,7 @@ function init_installer() [ "$LOOPDEV" ] && mount -o ro "$LOOPDEV" /live/filesystem fi ESTIMATED_ROOT_MIN=$(df -m "$LOOPDEV" | tail -1 | gawk '{print $3}') - grep -q squashfs /proc/mounts && ESTIMATED_ROOT_MIN=$(($ESTIMATED_ROOT_MIN*270/100)) + grep -q squashfs /proc/mounts && ESTIMATED_ROOT_MIN=$(($ESTIMATED_ROOT_MIN*320/100)) export ESTIMATED_ROOT_MIN cfg_set hostname "${FLL_DISTRO_NAME}Box" } |