Age | Commit message (Collapse) | Author |
|
|
|
"/live/image/live/" when using toram.
|
|
|
|
|
|
|
|
Peter Schaefer <peter.schaefer@physik.hu-berlin.de> (Closes: #701615).
|
|
|
|
Smeets <Vincent.VSmeets@gmail.com> (Closes: #709887).
|
|
|
|
existence of /bin/mount.util-linux.
|
|
make it active (Closes: #707116).
|
|
|
|
|
|
|
|
|
|
Quoting $CIFSOPTS passed the literal string "-o user=root,password=" to
mount.cifs, killing mount.cifs with a SIGSEGV. Rather, -o should be
properly space delimited by passing $CIFSOPTS unquoted for options to be
parsed correctly.
|
|
Avoid probing all the devices again if we know which device we've booted
from.
|
|
Jeffery <andrewj@avalon.com.au> (Closes: #703743).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mount_images_in_directory() had is own logic for checking if this is a live
path which was redundant, so I used is_live_path().
|
|
The version in the last commit has a bug handling multiple files in
is_live_path, the fix introduces file_pattern_matches() which checks for $1
only. So even if there are multiple files matching the pattern only the first
one will go into the [ -e ... ] expression.
|
|
|
|
The fix for the opt_link check in d5ed942 broke the code as it inverted the
meaning. Previously it ran the code iff opt_link was empty, as [ -n ] is
true. In the case opt_link was not empty, the code evaluated to [ -n foo],
which is invalid syntax and thus false. This, however, was almost the expected
behaviour, as rootfs_dest_backing is needed for opt_union and (in read-only
mode) for opt_link.
|
|
|
|
|
|
|
|
|
|
#702421).
|
|
|
|
|
|
|
|
nothing in between.
|
|
|
|
|
|
|
|
|
|
stack <stack@inventati.org> (Closes: #700902).
|
|
|
|
|
|
|
|
|
|
|
|
<gach.mqt@gmail.com> (Closes: #697873).
|
|
|