We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
e2fsck
1 parent 139f871 commit 92bf442Copy full SHA for 92bf442
Meta/build-image-qemu.sh
@@ -45,6 +45,8 @@ if [ "$(uname -s)" = "Darwin" ]; then
45
export PATH="/opt/homebrew/opt/e2fsprogs/sbin:$PATH"
46
47
E2FSCK="e2fsck"
48
+elif [ "$(uname -s)" = "SerenityOS" ]; then
49
+ E2FSCK="/usr/local/sbin/e2fsck"
50
else
51
E2FSCK="/usr/sbin/e2fsck"
52
0 commit comments