Skip to content

Commit 7f38b12

Browse files
committed
zfsbootmenu-core: recognize Artix in root-prefix detection
1 parent 84da18e commit 7f38b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zfsbootmenu/lib/zfsbootmenu-core.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ find_root_prefix() {
855855
echo "root=zfs:"
856856
break
857857
;;
858-
arch)
858+
arch|artix)
859859
echo "zfs="
860860
break
861861
;;

0 commit comments

Comments
 (0)