GNU bug report logs -
#70826
luks-device-mapping-with-options breaks bootloader
Previous Next
Full log
View this message in rfc822 format
Hi,
45mg <45mg.writes <at> gmail.com> writes:
> Sorry for the delay, I've been quite busy lately.
No worries.
> If I understand correctly, your proposal would make
> luks-device-mapping-with-options obsolete, so users would have to change
> from this:
>
> --8<---------------cut here---------------start------------->8---
> (mapped-device
> (source "/dev/sdb1")
> (target "data")
> (type (luks-device-mapping-with-options
> #:allow-discards? #t)))
> --8<---------------cut here---------------end--------------->8---
>
> to this:
>
> --8<---------------cut here---------------start------------->8---
> (mapped-device
> (source "/dev/sdb1")
> (target "data")
> (type luks-device-mapping)
> (arguments (list #:allow-discards? #t)))
> --8<---------------cut here---------------end--------------->8---
>
> Is that correct? Just trying to make sure I understand your idea.
Yes. But we can keep ‘luks-device-mapping-with-options’ for a while and
mark it as deprecated.
> At any rate, I should be able to work on this within two weeks at most;
> feel free to ping me if I don't send a v2 by then.
Excellent. Feel free to start from the patch I sent.
Thank you!
Ludo’.
This bug report was last modified today.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.