Bug#859458: Because of displays with very high dpi, not only the keyboard, but the font has to be configured early

2024-03-28 Thread Jörg Sommer
Jmkr schrieb am Di 26. Mär, 23:31 (+0100):
> Although Plymouth is not installed on my systems I adapted some safety
> check bits from those scripts for my systems. So thanks again Jörg Sommer
> and Pedro Dias:).

Cool, the power of open source team work. Could you provide your new script?
I've published mine somewhere else and would like to also adjust this.


Regards Jörg


-- 
> Definiere ‚Demokratie‘ …
… eine Mehrheit beweist einer Minderheit, dass Widerstand zwecklos ist.


signature.asc
Description: PGP signature


Re: Writable partition for D-I ISO images

2024-03-28 Thread Thomas Lange


A followup to my post from December

It's possible to access the data partition when booting a real CD
using mount with an offset.

offset=$(fdisk -l /dev/sr0 | awk '/p3/ { print $2 * 512 }')
mount -ooffset=$offset /dev/sr0 /data

But the partition is read-only.


>> On Tue, 19 Dec 2023 13:15:53 +0100, Philip Hands  said:
> On Tue, 19 Dec 2023 15:58:39 +0100, Thomas Lange  said:

>> BTW if one did that, would it still be possible to read the filesystem
>> if one were to burn it to a physical CD rather than write it to a USB
>> stick?
> Nope. A quick test with qemu showed that booting the ISO as CD does
> not show the additional file system.

>> (just wondering -- don't really see much need to do that these
>> days) -- I guess it should be, even if some loop mount with offset was
>> required to make it work.
> Yes, I also guess some offset would help. But I also think that booting
> a CD not that important.


-- 
regards Thomas