Skip to content

Commit

Permalink
etc/init.d/zfs-functions.in: remove arch warning
Browse files Browse the repository at this point in the history
Remove the x86_64 warning, it's no longer the case that this is the
only supported architecture.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Closes: #9177
  • Loading branch information
gyakovlev authored and behlendorf committed Aug 29, 2019
1 parent 815a645 commit e2fcfa7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions etc/init.d/zfs-functions.in
Original file line number Diff line number Diff line change
Expand Up @@ -294,13 +294,6 @@ checksystem()
# Just make sure that /dev/zfs is created.
udev_trigger

if ! [ "$(uname -m)" = "x86_64" ]; then
echo "Warning: You're not running 64bit. Currently native zfs in";
echo " Linux is only supported and tested on 64bit.";
# should we break here? People doing this should know what they
# do, thus i'm not breaking here.
fi

return 0
}

Expand Down

0 comments on commit e2fcfa7

Please sign in to comment.