Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
sdibella (prolixpost)
tails
Commits
d9cca9a6
Commit
d9cca9a6
authored
Dec 07, 2012
by
Tails developers
Browse files
live-persist: Require 'live-boot' package to be installed.
parent
5605296b
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-includes/usr/local/sbin/live-persist
View file @
d9cca9a6
...
...
@@ -17,6 +17,11 @@ then
error
"need root privileges"
fi
if
!
dpkg
-s
live-boot
>
/dev/null 2>&1
then
error
"package 'live-boot' must be installed"
fi
# import Cmdline_old()
.
/lib/live/boot/9990-cmdline-old
\
||
error
'Could not source /lib/live/boot/9990-cmdline-old'
...
...
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