You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retyping all the commands needed for a FDE install gets boring after a few times. Most of those could be wrapped in a few small scripts to save people a bit of time during installs.
To be a bit more exact about what those scripts would do - they'd prepare the bind mounts for the chroot, set up /etc/default/grub and /boot/volume.key. All of those would be pretty easy to implement. I'd do that myself, but idk how - should I create a package with those scripts and then add it to build-x86-images.sh?
Retyping all the commands needed for a FDE install gets boring after a few times. Most of those could be wrapped in a few small scripts to save people a bit of time during installs.
To be a bit more exact about what those scripts would do - they'd prepare the bind mounts for the chroot, set up
/etc/default/grub
and/boot/volume.key
. All of those would be pretty easy to implement. I'd do that myself, but idk how - should I create a package with those scripts and then add it to build-x86-images.sh?Also, how about including genfstab?
The text was updated successfully, but these errors were encountered: