From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF7AB138806 for ; Tue, 26 Dec 2017 00:04:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0669E0E33; Tue, 26 Dec 2017 00:04:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BAA2EE0E33 for ; Tue, 26 Dec 2017 00:04:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 969B533BEF8 for ; Tue, 26 Dec 2017 00:04:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23041AE93 for ; Tue, 26 Dec 2017 00:04:43 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1514246597.50e55fd33ba1bfcdd22a68cd7302716a7c5366f2.blueness@gentoo> Subject: [gentoo-commits] proj/grss:master commit in: grs/ X-VCS-Repository: proj/grss X-VCS-Files: grs/Netboot.py X-VCS-Directories: grs/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 50e55fd33ba1bfcdd22a68cd7302716a7c5366f2 X-VCS-Branch: master Date: Tue, 26 Dec 2017 00:04:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 71e80f00-35f6-4121-9f21-0ef60573ec4f X-Archives-Hash: f02953f7c54c4db1bac63fd249b4f216 commit: 50e55fd33ba1bfcdd22a68cd7302716a7c5366f2 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Dec 26 00:03:17 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Dec 26 00:03:17 2017 +0000 URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=50e55fd3 grs/Netboot.py: add self.kernelroot grs/Netboot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/grs/Netboot.py b/grs/Netboot.py index 11a78d2..22279cc 100644 --- a/grs/Netboot.py +++ b/grs/Netboot.py @@ -38,6 +38,7 @@ class Netboot(HashIt): self.libdir = libdir self.tmpdir = tmpdir self.portage_configroot = portage_configroot + self.kernelroot = kernelroot self.logfile = logfile # Prepare a year, month and day for a name timestamp. self.year = str(datetime.now().year).zfill(4)