gsanhueza / ArchISOMaker

A custom Arch Linux ISO Maker
GNU General Public License v2.0
60 stars 16 forks source link

disk script #11

Closed yanboyang713 closed 1 year ago

yanboyang713 commented 1 year ago

Hello @gsanhueza ,

Good day to you.

I found there is a Script for full disk encryption and format. https://gist.github.com/kurtmc/ae586ef83b6ea05635bf310f1160d138

Do you think it is good to merge in?

Boyang

gsanhueza commented 1 year ago

I haven't tested the script yet, but it would be an interesting addition. Nonetheless, the current implementation of the script seems to be too hardcoded, compared to what I designed for my repository.

Maybe extract relevant code into some functions that can be added to the installation scripts?

yanboyang713 commented 1 year ago

yes, I think so. Just extract disk format relevant.

yanboyang713 commented 1 year ago

Hello @gsanhueza,

I tested below disk format and mount script. works good https://github.com/yanboyang713/ArchScripts/blob/0851ebefd438421872a410c271ea98600dfc2f30/disk.sh

Boyang Y