mirror of
https://github.com/kairos-io/kcrypt.git
synced 2025-04-28 03:30:07 +00:00
Use luks1 by default
This commit is contained in:
parent
410f8b2ed7
commit
5dd71fbf19
2
main.go
2
main.go
@ -111,7 +111,7 @@ func luksify(label string) error {
|
|||||||
|
|
||||||
persistent = fmt.Sprintf("/dev/%s", persistent)
|
persistent = fmt.Sprintf("/dev/%s", persistent)
|
||||||
|
|
||||||
if err := createLuks(persistent, pass, "luks2"); err != nil {
|
if err := createLuks(persistent, pass, "luks1"); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user