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 publ
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
2 matches
Mail list logo