From e2fcfa70e36a9f7c059ec64d787f37c6bd9ae48c Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev <168902+gyakovlev@users.noreply.github.com> Date: Thu, 29 Aug 2019 12:14:48 -0800 Subject: [PATCH] etc/init.d/zfs-functions.in: remove arch warning Remove the x86_64 warning, it's no longer the case that this is the only supported architecture. Reviewed-by: Brian Behlendorf Signed-off-by: Georgy Yakovlev Closes: #9177 --- etc/init.d/zfs-functions.in | 7 ------- 1 file changed, 7 deletions(-) diff --git a/etc/init.d/zfs-functions.in b/etc/init.d/zfs-functions.in index 14667b4e9..d65c79dcf 100644 --- a/etc/init.d/zfs-functions.in +++ b/etc/init.d/zfs-functions.in @@ -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 } -- 2.40.0