Skip to content

Commit 92bf442

Browse files
timschumilinusg
authored andcommitted
Meta: Provide the correct path for e2fsck on SerenityOS
1 parent 139f871 commit 92bf442

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Meta/build-image-qemu.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ if [ "$(uname -s)" = "Darwin" ]; then
4545
export PATH="/opt/homebrew/opt/e2fsprogs/sbin:$PATH"
4646

4747
E2FSCK="e2fsck"
48+
elif [ "$(uname -s)" = "SerenityOS" ]; then
49+
E2FSCK="/usr/local/sbin/e2fsck"
4850
else
4951
E2FSCK="/usr/sbin/e2fsck"
5052

0 commit comments

Comments
 (0)