commit:     3b90324241c0224d10c7bedb725be4c30521192c
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 19 20:22:53 2022 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 20:22:53 2022 +0000
URL:        https://gitweb.gentoo.org/proj/grss.git/commit/?id=3b903242

grs/Kernel.py: remove deprecated option -arch-override

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 grs/Kernel.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/grs/Kernel.py b/grs/Kernel.py
index 1f9ba31..8fcf35c 100644
--- a/grs/Kernel.py
+++ b/grs/Kernel.py
@@ -136,7 +136,6 @@ class Kernel():
         cmd += '--bootdir=%s '               % boot_dir
         cmd += '--kernel-modules-prefix=%s ' % image_dir
         cmd += '--modprobedir=%s '           % modprobe_dir
-        cmd += '--arch-override=%s '         % arch
         if os.path.isfile(self.busybox_config):
             cmd += '--busybox-config=%s ' % self.busybox_config
         if os.path.isfile(self.genkernel_config):

Reply via email to