From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1aDxUL-0001v5-TJ for mharc-grub-devel@gnu.org; Tue, 29 Dec 2015 11:51:09 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDxUJ-0001ss-91 for grub-devel@gnu.org; Tue, 29 Dec 2015 11:51:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aDxUF-0007qf-52 for grub-devel@gnu.org; Tue, 29 Dec 2015 11:51:07 -0500 Received: from mail-wm0-x22f.google.com ([2a00:1450:400c:c09::22f]:38783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDxUE-0007pw-V2 for grub-devel@gnu.org; Tue, 29 Dec 2015 11:51:03 -0500 Received: by mail-wm0-x22f.google.com with SMTP id b14so20026304wmb.1 for ; Tue, 29 Dec 2015 08:51:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type; bh=xFGKLKi41KXrwdquDXNXJ5kLL700X7HV3pDiAU3WFFM=; b=W5uqte2ODhQ/zf12O/Cfv174w8XpTffzOW+ZEFOoxqmoOgcAphfQh+KSG1/QF01sDt xtmK0zHBGEYTNnQT3RHqs4ClZB6mr+QyQuRKsISZgQQ+RL8GEGza2VzRxhKypx/EC8Jg kaa+OWVcV7ma20EigfkITGMyf/APmO30lCb8039S+I3gXcTAg+MSDPfB2OeMr1xjJBP5 tAj/WOkfK65noRxW3KZuaUw7xofs5MnF4QgM88hETq4GSRtoKFrit7nwnzd+Zd4G81ki CSbz3tpSAcfUA9zQTr/6CqRGGcTm3Td14f4yqMLTBMrPXk6EA1vHR2vwlziILaUE5Pt+ +OlQ== X-Received: by 10.194.9.98 with SMTP id y2mr3170513wja.105.1451407862018; Tue, 29 Dec 2015 08:51:02 -0800 (PST) Received: from [192.168.1.112] (184.176.194.178.dynamic.wline.res.cust.swisscom.ch. [178.194.176.184]) by smtp.gmail.com with ESMTPSA id c15sm21553520wmd.19.2015.12.29.08.51.01 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Dec 2015 08:51:01 -0800 (PST) Subject: Re: Each grub-mkrescue run leaves a file in /tmp/ To: The development of GNU GRUB References: <21871572876213560699@scdbackup.webframe.org> <5680AF1D.80905@gmail.com> From: =?UTF-8?Q?Vladimir_'=cf=86-coder/phcoder'_Serbinenko?= Message-ID: <5682B9F4.3040700@gmail.com> Date: Tue, 29 Dec 2015 17:51:00 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.4.0 MIME-Version: 1.0 In-Reply-To: <5680AF1D.80905@gmail.com> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="g5CX8gBmQafDb9ANGgEe7BErSVxHw89JG" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:400c:c09::22f X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2015 16:51:08 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --g5CX8gBmQafDb9ANGgEe7BErSVxHw89JG Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 28.12.2015 04:40, Andrei Borzenkov wrote: > 27.12.2015 23:48, Thomas Schmitt =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >> Hi, >> >> when running grub-mkrescue from Debian Sid, i get a >> growing collection of files in /tmp. One per run. >> >> Names are like: >> /tmp/grub.00529W >> >> Content is always the same: >> insmod part_acorn >> insmod part_amiga >> insmod part_apple >> insmod part_bsd >> insmod part_dfly >> insmod part_dvh >> insmod part_gpt >> insmod part_msdos >> insmod part_plan >> insmod part_sun >> insmod part_sunpc >> >=20 > That's load.cfg used to build image. I'm surprised this is the only one= > left, there should be more. >=20 >> grub-mkrescue -V >> grub-mkrescue (GRUB) 2.02~beta2-33 >> >> Where to report ? Upstream or distro ? >> >=20 > Yes, I have this hanging around. Not because of garbage in /tmp, but to= > better documentation of generated image (load.cfg is stored by > grub-install as well). >=20 > Vladimir? >=20 Fixed. It was just omission of delete. We leave load.cfg in our directory (boot/grub) but it makes no sense to leave anything in temp >=20 >=20 >=20 >=20 > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel >=20 --g5CX8gBmQafDb9ANGgEe7BErSVxHw89JG Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iF4EAREKAAYFAlaCufQACgkQmBXlbbo5nOvHAAD+JRvquQA8mIYRYP1ayiwPhp74 jZJ+JpEHQD6XL9PGV+oA/1MSf9jW6iS3ueyW3Oxdty89JIoUmFYknapPO4JMG6MM =1xMi -----END PGP SIGNATURE----- --g5CX8gBmQafDb9ANGgEe7BErSVxHw89JG--