New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add cryptsetup as default app in debian templates #1496

Closed
mfc opened this Issue Dec 7, 2015 · 2 comments

Comments

Projects
None yet
2 participants
@mfc
Member

mfc commented Dec 7, 2015

cryptsetup is default installed in fedora templates. but since it is not installed by default in debian templates, the user may think that their encrypted volume (USB, hard drive, etc) is corrupted or otherwise inaccessible, when in fact they just need to install cryptsetup in thei debian template.

there may be other important applications like this the user may have uneven user experiences with depending on debian vs fedora.

@mfc mfc added the UX label Dec 7, 2015

adrelanos added a commit to adrelanos/qubes-builder-debian that referenced this issue Dec 8, 2015

install cryptsetup and lvm2 by default
to ease using encrypted usb

Fixes QubesOS/qubes-issues#1496.

Thanks to @mfc for reporting this!

@adrelanos adrelanos referenced this issue in marmarek/qubes-builder-debian Dec 8, 2015

Merged

install cryptsetup and lvm2 by default #22

@adrelanos

This comment has been minimized.

Show comment
Hide comment
@adrelanos

adrelanos Dec 8, 2015

Member

Created marmarek/qubes-builder-debian#22 which is the equivalent for sudo apt-get install cryptsetup lvm2.(*) Is that enough? @mfc

(*) For build and installed templates only. These packages will not be installed by default in existing templates. If you want this also, it requires another ticket, because that that is more difficult than anticipated.

Member

adrelanos commented Dec 8, 2015

Created marmarek/qubes-builder-debian#22 which is the equivalent for sudo apt-get install cryptsetup lvm2.(*) Is that enough? @mfc

(*) For build and installed templates only. These packages will not be installed by default in existing templates. If you want this also, it requires another ticket, because that that is more difficult than anticipated.

@mfc

This comment has been minimized.

Show comment
Hide comment
@mfc

mfc Dec 8, 2015

Member

i think so, thanks!

Member

mfc commented Dec 8, 2015

i think so, thanks!

@mfc mfc closed this Dec 8, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment