Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
e6ae4ad0
Commit
e6ae4ad0
authored
Oct 27, 2015
by
kytv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't try to migrate persistence presets if read-only persistence was enabled
parent
16fd7f1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
config/chroot_local-includes/usr/local/sbin/live-persist
config/chroot_local-includes/usr/local/sbin/live-persist
+1
-1
No files found.
config/chroot_local-includes/usr/local/sbin/live-persist
View file @
e6ae4ad0
...
...
@@ -85,7 +85,7 @@ migrate_persistence_preset()
warning
"Need to make
$NEW_PRESET
persistent"
if
[
"
$PERSISTENCE_READONLY
"
=
true
]
then
warning
"Persistence configuration needs to be migrated, but read only was selected; please retry in read-write mode"
error
"Persistence configuration needs to be migrated, but read only was selected; please retry in read-write mode"
fi
echo
"
$NEW_PRESET
source=
$NEW_PRESET_SOURCE
"
\
>>
"
$CONFIG
"
\
...
...
Write
Preview
Markdown
is supported
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