| Age | Commit message (Collapse) | Author |
|
|
|
|
|
live-boot script.
|
|
|
|
script.
|
|
|
|
with 'set -e' until we've made sure it's properly working.
|
|
|
|
|
|
in future being initramfs-tools independent, script from /lib/live.
|
|
|
|
|
|
|
|
|
|
consistency within all debian-live tools.
|
|
#668100).
|
|
adrian15 <adrian15sgd@gmail.com>.
|
|
<adrian15sgd@gmail.com>.
|
|
...by checking exactly the same directory as the one we are unmounting.
|
|
|
|
|
|
|
|
|
|
Also make this backwards compatible with live-rw labelled volumes.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to the grml team for the initial patch,
thanks to adrian15sgd@gmail.com for bringing it to a mergeable state.
|
|
|
|
everywhere.
|
|
|
|
here sind live-config anymore.
|
|
live-config properly.
|
|
|
|
where this sort of things belong.
|
|
The old code had grown wild over time and was hard to follow, and
consequently contained bugs (all related to linkfiles custom mounts in
read-only mode) that that became obvious and were fixed solely all
thanks to this re-write.
|
|
|
|
|
|
|
|
|
|
This option is apparently not present in busybox.
|
|
|
|
Otherwise the it breaks with "source=a/b" if "a" doesn't exist etc.
|
|
This is mostly relevant if you activate persistence post boot; in that
case you (or live-config) may have modified or added some file, which
makes it appear in the cow dir. If you later activate a persistent
volume which contains that file, the old file will "block" the one
from the persistent volume, which likely isn't what you expect.
|
|
|
|
|
|
|
|
The previous syntax was convoluted by allowing both optional columns and
a list of options, when all really can be done in the options list. A
new option 'source=$path' was added as a replacement for the removed
SOURCE column, and DIR in the new syntax is pretty much the old DEST.
|