Skip to content

Commit

Permalink
zfsbootmenu-core: recognize Artix in root-prefix detection
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford committed Feb 2, 2023
1 parent 84da18e commit 7f38b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zfsbootmenu/lib/zfsbootmenu-core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ find_root_prefix() {
echo "root=zfs:"
break
;;
arch)
arch|artix)
echo "zfs="
break
;;
Expand Down

0 comments on commit 7f38b12

Please sign in to comment.