PATH:
usr
/
share
/
bug
#!/bin/bash cat <<EOF Providing additional information can help diagnose problems with cryptsetup. Specifically, this would include: - kernel cmdline (copy of /proc/cmdline). - crypttab configuration (copy of /etc/crypttab). - fstab configuration (copy of /etc/fstab). If this information is not relevant for your bug report or you have privacy concerns, please choose no. EOF yesno "Do you want to provide additional information [Y|n]? " yep [ "$REPLY" = yep ] || exit 0 exec >&3 echo "-- /proc/cmdline" cat /proc/cmdline echo if [ -r /etc/crypttab ]; then echo "-- /etc/crypttab" cat /etc/crypttab echo fi if [ -r /etc/fstab ]; then echo "-- /etc/fstab" cat /etc/fstab echo fi echo "-- lsmod" lsmod echo
[+]
libgtk-3-0
[+]
usb-modeswitch-data
[-] cryptsetup-initramfs
[edit]
[-] lsb-release
[edit]
[+]
fonts-noto-mono
[+]
usbutils
[+]
binutils
[+]
keyboard-configuration
[+]
file
[+]
console-setup-linux
[+]
systemd
[+]
grub-common
[+]
init-system-helpers
[+]
grub-pc-bin
[+]
multipath-tools
[-] libcryptsetup12
[edit]
[+]
libmagic1
[+]
fonts-droid-fallback
[-] libdpkg-perl
[edit]
[-] dpkg-dev
[edit]
[+]
logrotate
[-] cryptsetup
[edit]
[+]
apt
[-] dpkg
[edit]
[+]
grub2-common
[+]
initramfs-tools
[+]
procps
[-] cryptsetup-bin
[edit]
[+]
vim
[+]
console-setup
[+]
..
[+]
cron
[+]
dbus
[+]
vim-tiny
[+]
needrestart
[+]
udev
[+]
nfs-common
[+]
mime-support
[+]
policykit-1
[+]
man-db
[+]
nfs-utils
[+]
smartmontools
[+]
bash-completion
[-] cryptsetup-run
[edit]
[+]
grub-pc
[+]
mdadm
[-] screen
[edit]