You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
1If you want to portable encrypted system, please consider an installed system with a LUKS encrypted LVM volume. This can be done via the standard installer of several Linux systems, for example Ubuntu. I am not sure about Debian, but I think it is available there too. Otherwise you can create it yourself. I think it is easier with an installed system than with a live system.sudodus– sudodus2021-12-07 14:24:12 +00:00Commented Dec 7, 2021 at 14:24
-
Why do you want automatic decryption? If I understand correctly, that would defeat the purpose of the encryption.sudodus– sudodus2021-12-07 14:27:09 +00:00Commented Dec 7, 2021 at 14:27
-
Actually my only concern is to protect the filesystem.squashfs present in the ISO. Let's say if I distribute this ISO, I don't want someone to be able to view the contents of squashfs as it contains sensitive data. The installed device will itself be secure enough so I don't need encrypted partitions there.Dheeraj -– Dheeraj -2021-12-08 05:44:12 +00:00Commented Dec 8, 2021 at 5:44
-
I'm trying to use the automatic decryption part so I don't have to share the password as I mentioned once the system is installed all data on it will be completely secure. The objective here is to protect the squashfs on the ISO only.Dheeraj -– Dheeraj -2021-12-08 05:48:17 +00:00Commented Dec 8, 2021 at 5:48
-
Mayb there is some step, that I do not understand, that makes it safe, even with automatic decryption. Anyway, see the answer by F. Hauri at this link. Scroll down to 'Debian live with encrypted persistence'. Good luck :-)sudodus– sudodus2021-12-08 07:17:44 +00:00Commented Dec 8, 2021 at 7:17
|
Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. shell-script), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you