Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
vmdeboostrap
Commits
cb33089b
Commit
cb33089b
authored
Dec 04, 2020
by
Guido Gunther
Browse files
luks-support: Fix typo breaking unencrypted builds
parent
842de996
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/patches/Add-luks-support.patch
View file @
cb33089b
...
...
@@ -62,14 +62,14 @@ index d9a697d..0bf2bd2 100755
if rootdev:
runcmd(['dmsetup', 'remove', rootdev], ignore_fail=True)
diff --git a/vmdebootstrap/filesystem.py b/vmdebootstrap/filesystem.py
index 5ca7e5a..
3a1422b
100644
index 5ca7e5a..
5b90b23
100644
--- a/vmdebootstrap/filesystem.py
+++ b/vmdebootstrap/filesystem.py
@@ -48,7 +48,9 @@
class Filesystem(Base):
'boottype': None,
'roottype': None,
'swapdev': None,
+ 'luk
d
sdev': None,
+ 'luksdev': None,
}
+ self.luks_root = 'crypt_root'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment