From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: bug#35136: Git master installer disk-image has GPT PMBR size mismatch Date: Sat, 6 Apr 2019 19:29:42 +0200 Message-ID: <20190406172942.m3bcdhr226cow7ep@pelzflorian.localdomain> References: <20190404053317.25rr6jxauazyuztw@pelzflorian.localdomain> <20190404085135.5yvowbpy7ilx4sea@pelzflorian.localdomain> <20190405055706.jpk6vxc6ad32pqxn@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:52162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hCp8l-0008Di-UY for bug-guix@gnu.org; Sat, 06 Apr 2019 13:30:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hCp8l-0004Ux-19 for bug-guix@gnu.org; Sat, 06 Apr 2019 13:30:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33910) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hCp8k-0004Tn-BQ for bug-guix@gnu.org; Sat, 06 Apr 2019 13:30:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hCp8j-0007qy-TH for bug-guix@gnu.org; Sat, 06 Apr 2019 13:30:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20190405055706.jpk6vxc6ad32pqxn@pelzflorian.localdomain> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 35136@debbugs.gnu.org On Fri, Apr 05, 2019 at 07:57:06AM +0200, pelzflorian (Florian Pelz) wrote: > I would like to log the commandline with which parted is executed in > initialize-partition-table in gnu/build/vm.scm, but I do not know > where all the output is going. Apparently it is nowhere in the logs. > > > I was wrong; grub-mkrescue in gnu/build/vm.scm creates the ISO9660 partition table, not parted. It appears I can get at its commandline by reconfiguring with a modified grub package that raises an error containing the commandline. I will try later.