summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2020-11-15 15:17:13 +0100
committerDaiderd Jordan <daiderd@gmail.com>2020-11-15 15:17:13 +0100
commitc6f44ea7ffa486fbb39a5e59b0028344f912d621 (patch)
treecb47278010303354f5dffbbae5cbd5a0994c2597 /modules/system
parent56f01699fbe462ae9f361ff08d2dbb9e898b9439 (diff)
installer: handle apfs.util on macOS 11.0 Big Sur
The flages of apfs.util changed in 11.0 so try both cases. Fixes #249
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/checks.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/checks.nix b/modules/system/checks.nix
index 7129f9c..22a4d86 100644
--- a/modules/system/checks.nix
+++ b/modules/system/checks.nix
@@ -29,6 +29,7 @@ let
echo >&2
echo "$ echo "run\tprivate/var/run" | sudo tee -a /etc/synthetic.conf" >&2
echo "$ /System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -B" >&2
+ echo "$ /System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -t" >&2
echo >&2
echo "The current contents of /etc/synthetic.conf is:" >&2
echo >&2