From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug Goldstein Subject: Re: [PATCH] build: save generated config in /boot Date: Mon, 21 Dec 2015 08:35:17 -0600 Message-ID: <56780E25.9090806@cardoe.com> References: <1450474548-26428-1-git-send-email-cardoe@cardoe.com> <5677FA9802000078000C1DA7@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3652284208402304045==" Return-path: In-Reply-To: <5677FA9802000078000C1DA7@prv-mh.provo.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: Keir Fraser , Tim Deegan , Ian Jackson , Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --===============3652284208402304045== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="LWJXqlfO0qaLdiN8itqW3x772XRxn30PP" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --LWJXqlfO0qaLdiN8itqW3x772XRxn30PP Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 12/21/15 6:11 AM, Jan Beulich wrote: >>>> On 18.12.15 at 22:35, wrote: >> Since we now support changing Xen options with Kconfig, we should save= >> the configuration that was used to build up Xen. This will save it in >> /boot alongside the installed xen.gz and call it >> xen-$(FULLVERSION).config >> >> Suggested-by: Ian Campbell >> Signed-off-by: Doug Goldstein >> --- >> xen/Makefile | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/xen/Makefile b/xen/Makefile >> index 9023863..460b977 100644 >> --- a/xen/Makefile >> +++ b/xen/Makefile >> @@ -58,6 +58,7 @@ _install: $(TARGET)$(CONFIG_XEN_INSTALL_SUFFIX) >> ln -f -s $(T)-$(XEN_FULLVERSION)$(Z) $(D)$(BOOT_DIR)/$(T)$(Z) >> [ -d "$(D)$(DEBUG_DIR)" ] || $(INSTALL_DIR) $(D)$(DEBUG_DIR) >> $(INSTALL_DATA) $(TARGET)-syms $(D)$(DEBUG_DIR)/$(T)-syms-$(XEN_FULL= VERSION) >> + $(INSTALL_DATA) $(KCONFIG_CONFIG) $(D)$(BOOT_DIR)/$(T)-$(XEN_FULLVER= SION).config >=20 > Was it really suggested to put this into /boot? It has no business > being there... >=20 > Jan >=20 Yes. By multiple people. Ian Campbell was the first person to suggest it in that location. --=20 Doug Goldstein --LWJXqlfO0qaLdiN8itqW3x772XRxn30PP Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0 iQJ8BAEBCgBmBQJWeA4oXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBNTM5MEQ2RTNFMTkyNzlCNzVDMzIwOTVB MkJDMDNEQzg3RUQxQkQ0AAoJEKK8A9yH7RvUfDEP/0eFKxbmLb4Cd4BdstJgjK2/ FHqR5+JRmrWp7dkGtSHAWxGLNL0pT3tx5V8ZtNP44rimsPCYu8tMX/gAyKjgSXC9 hF8JvG2a5yoYSTXWhgVAPWj0BURoblbRQxQrOLIqjH75l0mQKu164UGyDln9QCUY id0/iTyvFvcCmJJ37rrAk7SgUCQmTD3AyLf66kB3vC+K4HN60fl1JJSyKEZ5ABXm x8AjTuT5EddsjJ0yUW3Se+9TAeFpxo4COMYceYWlHqviGbhibmKcl3FGz+g34MkO 1YuJdfkJuBcTd+UBHMWeZrKuKTWKqsh+wDG937Ba+FLG8ATkDl3ocdb+VP2b9FEa DQFntcQs3Cvbaf3clS10N6KbD+Jx4bUMm9wlDYaD6yriNN8jl8p7Z4kEohiAX/61 Pc8fESLn69z43pg6s8i5Wug5qhG/X67dNerxOIG4/NAFXYDSLVXtpTilPXVxU+Ki 3TRub+yGYUwv9HhYU5GhZCTAfrly7qlnt6tKmqzsJoNHc8oVVNa8V48PQGFFoqEV 9n121/62KS4joThetdmukLrEuIGjKvze4eF8LnHAqZLv5w+C3m/Te62K4NZSZEFK XQToX+sLx2yalFlxsTeHQMCBO6fd7h+fwSnsFGnklLxbuDW8QhSRQN7NOfhglYCm EPZP3RNlIHg6r/Y3zln/ =CrUJ -----END PGP SIGNATURE----- --LWJXqlfO0qaLdiN8itqW3x772XRxn30PP-- --===============3652284208402304045== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel --===============3652284208402304045==--