[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-xorriso] bug#33639: ISO installer image is broken on i686
From: |
Ludovic Courtès |
Subject: |
Re: [Bug-xorriso] bug#33639: ISO installer image is broken on i686 |
Date: |
Fri, 21 Dec 2018 21:44:31 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hi,
"Thomas Schmitt" <address@hidden> skribis:
> aside from my problems with the building and testing after "guix pull"
> i also stand puzzled in front of the 8 files named "/gnu/.../build/vm.scm"
> which all start grub-mkrescue.
>
> If i'd succeed in reproducing the ISO image file truncation:
> Which vm.scm file would i have to modify in order to report the size of
> the freshly emerged ISO image in the filesystem of the upper VM ?
None of those under /gnu/store. /gnu/store is explicitly read-only.
The actual source code you’d edit is a checkout of Guix. See
<https://www.gnu.org/software/guix/manual/en/html_node/Building-from-Git.html>.
> And how to say "ls -l $target" in Guile ?
In Scheme? You could use ‘scandir’:
--8<---------------cut here---------------start------------->8---
scheme@(guile-user)> ,use (ice-9 ftw)
scheme@(guile-user)> (scandir "/")
$2 = ("." ".." "bin" "boot" "data" "dev" "etc" "gnu" "home" "lost+found" "mnt"
"proc" "root" "run" "sys" "tmp" "var")
--8<---------------cut here---------------end--------------->8---
and also ‘lstat’, etc., but that’s not quite a “shell”.
HTH,
Ludo’.
- Re: [Bug-xorriso] bug#33639: ISO installer image is broken on i686, (continued)
- Re: [Bug-xorriso] bug#33639: ISO installer image is broken on i686, Thomas Schmitt, 2018/12/06
- Re: [Bug-xorriso] bug#33639: ISO installer image is broken on i686, Thomas Schmitt, 2018/12/15
- Re: [Bug-xorriso] bug#33639: ISO installer image is broken on i686, Thomas Schmitt, 2018/12/15
- Re: [Bug-xorriso] bug#33639: ISO installer image is broken on i686, Ludovic Courtès, 2018/12/16
- Re: [Bug-xorriso] bug#33639: ISO installer image is broken on i686, Thomas Schmitt, 2018/12/16
- Re: [Bug-xorriso] bug#33639: ISO installer image is broken on i686, Ludovic Courtès, 2018/12/18
- Re: [Bug-xorriso] bug#33639: ISO installer image is broken on i686, Thomas Schmitt, 2018/12/18
- Re: [Bug-xorriso] bug#33639: ISO installer image is broken on i686, Ludovic Courtès, 2018/12/19
- Re: [Bug-xorriso] bug#33639: ISO installer image is broken on i686, Thomas Schmitt, 2018/12/19
- Re: [Bug-xorriso] bug#33639: ISO installer image is broken on i686, Thomas Schmitt, 2018/12/20
- Re: [Bug-xorriso] bug#33639: ISO installer image is broken on i686,
Ludovic Courtès <=
- Re: [Bug-xorriso] bug#33639: ISO installer image is broken on i686, Thomas Schmitt, 2018/12/21
Re: [Bug-xorriso] bug#33639: ISO installer image is broken on i686, Ludovic Courtès, 2018/12/06