-
-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
encrypted swap gets weird /dev/mapper name #914
Comments
A bit difficult to change them now, because it would break existing installations. |
Well it works, but it looks "weird". Thats it, I don't know if this could have further implications down the road. But would a fix for a swap drive, really destroy all the other defined partitions? |
We are currently not running any code on boot, which we be needed to fix the label. |
yes this is intentional, since it uniquely name the partition depending on which device it resides, so you can have multiple partitions with the same name on different devices. You can override the auto generated label by setting |
Thank you @Lassulus, if I would set the label in my config now and rerun disko with the new label in my config. Would this affect all partitions or would disko just change the affected swap partition? |
You can try to use |
Thank you @iFreilicht !
Which creates the follwoing entries in
So the regular swap looks fine, but the encrypted still has this weird |
Sorry for the bad title, I'm not even sure if this is an error or intentional but it seems weird to me.
I used the two sap definitions from this example and integrated it into my config. So far no issues the config works fine but for the encryptet swap I get the following /dev/mapper entry:
The naming is consistent so I also have a corresponding fstab entry. But is this intentional?
Here are the two definition blocks for regular and encryptet swap:
The text was updated successfully, but these errors were encountered: