mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-04 04:45:36 -04:00
[fstab] Do not omit "/" from crypttab.
At least the Debian update-initramfs needs the entry to be there (see pull request #254). Dracut will probably need it too. And logically, it should be there.
This commit is contained in:
parent
33fab5f8c6
commit
4d28544e6f
1 changed files with 0 additions and 3 deletions
|
@ -152,9 +152,6 @@ class FstabGenerator(object):
|
|||
if not mapper_name or not luks_uuid:
|
||||
return None
|
||||
|
||||
if mount_point == "/":
|
||||
return None
|
||||
|
||||
return dict(
|
||||
name=mapper_name,
|
||||
device="UUID=" + luks_uuid,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue