Thierry Laurion f6eed42208
Add external/usb disk encryption (adds exfatprogs and e2fsprogs)
prepare_thumb_drive: default to creating 10% LUKS container on usb drive, prompts for passphrase is not provided and scan drives if no --device specified

NOTE: qemu usb_thumb drive of 128 mb are not big enough so that 10% of it (12mb) can be used to create thumb drive.

Adds:
- e2fsprogs to support ext4 filesystem creation through mke2fs
- add /etc/mke2fs.conf so that mke2fs knows how to handle ext2/ext3/ext4
- removes mke2fs support from busybox
- bump busybox to latest version which adds cpu accelerated hash functions (not needed per se here)
- Adds exfatprogs to have mkfs.exfat and fsck.exfat
- Adds prepare_thumb_drive /etc/luks-functions to be able to prepare a thumb drive with percentage of drive assigned to LUKS, rest to exfat
- Modify most board configs to test space requirements failing
- Talos2 linux config: add staging Exfat support
- Make e2fsprogs and exfatprogs included by default unless explicitely deactivate in board configs
- Change cryptsetup calls : luksOpen to open and luksClose to close to addresss review
- etc/luks_functions: cleanup

GOAL here is to have secure thumb drive creation which Heads will be able to use to backup/restore/use generated GPG key material in the future (next PR)
2023-08-28 16:23:48 -04:00
..
2022-08-25 20:55:39 +03:00
2018-02-05 11:30:39 -05:00
2023-06-27 11:40:09 -04:00
2023-06-27 11:39:46 -04:00
2023-06-27 11:39:36 -04:00
2022-08-25 20:55:39 +03:00
2023-06-27 11:39:39 -04:00
2020-01-16 09:30:48 -08:00
2022-08-25 20:55:39 +03:00
2023-03-10 17:07:00 -05:00
2022-08-25 20:55:39 +03:00
2022-08-25 20:55:39 +03:00
2023-06-07 01:10:13 +03:00
2022-08-25 20:55:39 +03:00
2022-04-01 09:47:39 -04:00