Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/distrib/amd64/liveimage/emuimage



Martin Husemann <martin%duskware.de@localhost> writes:

> On Thu, Aug 08, 2019 at 08:09:19PM -0400, Greg Troxel wrote:
>> In addition, I don't like it that images have stuff in /boot in the DOS
>> partition that can't be found in some obvious place, like /usr/mdec.
>> But I haven't gotten around to trying to fix it either so I get it that
>> ENOPATCH.
>
> Yes, but in this case the bug is that sysinst does not know how to properly
> fill the /boot things - which is on my TODO list.
>
> (and also, as you mention, that there is no obvious easy source for the 
> content)

I was talking about the first bug, that these things aren't in the
destdir of a build.  The following belong on /usr/mdec/RPI, or similar,
either for all arm build (or when MKRPI=yes if we want to split that
out).

    -rwxr-xr-x  1 root  wheel     1494 Oct 26  2017 LICENCE.broadcom
    -rwxr-xr-x  1 root  wheel    17932 Oct 26  2017 bootcode.bin
    -rwxr-xr-x  1 root  wheel      105 Nov  9  2018 cmdline.txt
    -rwxr-xr-x  1 root  wheel     6624 Oct 26  2017 fixup.dat
    -rwxr-xr-x  1 root  wheel     2533 Oct 26  2017 fixup_cd.dat
    -rwxr-xr-x  1 root  wheel  2823716 Oct 26  2017 start.elf
    -rwxr-xr-x  1 root  wheel   634948 Oct 26  2017 start_cd.elf

Arguably installboot should be taught to deal with this; it's a FAT
partition instead of blocks 0-15, but it strikes me as the same thing
logically.


Home | Main Index | Thread Index | Old Index