Hi!
I have BookwormPup64_10.0.8.iso installed to USB flash drive (almost fresh install), using Frugalpup->e4stickpup installer.
For /etc changes (crypttab,fstab) I implemented ozsouth's approach with ydrv described here:
viewtopic.php?p=134153#p134153
More details for setup, etc can be found here:
viewtopic.php?t=12949
I believe my Crypttab file is being ignored due to lack of any service supporting LUKS/crypttab (doesn't ask any pswd at boot).
Default GUI tool doesn't list any crypt/LUKS related service (don't know how to manage services in terminal yet).
How can I install a service supporting LUKS/crypttab to open LUKS partition on another drive (after boot is fine)?
If not possible, what's the best place to add my scrypt to run "cryptsetup"?
Password is manually entered.
Quick search on this forum didn't show many pages about auto mounting LUKS partition or crypttab related.
Should I install services with APT?
Which type of services system Bookworm uses? openrc?
How to start/stop a service in Bookworm?
Not trying to boot Puppy from LUKS, partition is on another internal drive, just hope to automate "cryptsetup luksOpen" for another internal drive partition and following mounting steps some time after boot (or at any time as long as its automatic).
Thank you.