Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rajakavitha Kodhandapani
tails
Commits
64f09eed
Commit
64f09eed
authored
Nov 29, 2012
by
Tails developers
Browse files
Fix live-persist --media option handling.
Until now, the value passed to this option was, well, ignored.
parent
efcf398b
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-includes/usr/local/sbin/live-persist
View file @
64f09eed
...
...
@@ -311,7 +311,7 @@ main ()
set
-x
;;
--media
=
*
)
export
PERSISTENCE_MEDIA
=
"
${
ARGUMENT
#*=
}
"
export
PERSISTENCE_MEDIA
=
"
${
1
#*=
}
"
;;
--read-only
)
export
PERSISTENCE_READONLY
=
"true"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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