Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for debian.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9990-netbase.sh expects.
|
|
|
|
dependent on fuse usage, not on some additional boot parameter.
|
|
|