Merge remote-tracking branch 'origin/pr/145'

* origin/pr/145:
  Rephrase comment
This commit is contained in:
Marek Marczykowski-Górecki 2018-12-02 16:10:20 +01:00
commit d92204e094
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -13,7 +13,7 @@ fi
sysfs_xvda="/sys/class/block/xvda"
# if root filesystem use already (almost) the whole dis
# if root filesystem is already using (almost) the whole disk
# 203M for BIOS and /boot data, 222 for ext4 filesystem overhead
# See QubesOS/qubes-core-agent-linux#146 for more details
size_margin=$(((222 + 203) * 2 * 1024))