From 3caf12e26e909842ea766563b784c928d89a3253 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Sat, 17 Aug 2019 22:32:22 -0700 Subject: [PATCH] etc/init.d/zfs-functions.in: remove arch warning Closes: #9177 Signed-off-by: Georgy Yakovlev --- 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 490503e91391..cbc7fd22a0a0 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 }