summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2013-06-24Reorganizing frontend in source tree.Daniel Baumann
2013-05-06Removing all references to my old email address.Daniel Baumann
2012-08-07Removing live-new-uuid, a rewritten one goes to live-tools.Daniel Baumann
2012-06-06Dropping snapshot functionality, superseeded by awesome custom mount ↵Daniel Baumann
persistence. See the following threads for more information: * http://lists.debian.org/debian-live/2012/04/msg00110.html * http://lists.debian.org/debian-live/2012/06/msg00039.html
2012-06-05Removing live-preseed, not used anymore.Daniel Baumann
2012-06-05Removing live-reconfigure, not used anymore.Daniel Baumann
2012-06-05Consistenly using 'true' instead of 'Yes' or 'yes' when using booleans.Daniel Baumann
2012-06-05Moving out live-helpers from initramfs-tools specifics.Daniel Baumann
2012-04-08Using 'persistence' (noun) rather than 'persistent' (adjective/adverb) ↵Daniel Baumann
everywhere.
2012-04-08Renaming /live/cow to /live/overlay in anticipation of overlayfs.Daniel Baumann
2012-04-05Moving initscript to live-config.Daniel Baumann
Keeping the initscript in live-boot is not really maintainable for different init systems. We would need to have, like live-config, several backend packages (live-boot-sysvinit, live-boot-systemd, live-boot-upstart) etc., plus, every combination with the different initrd system backend (initramfs-tools, dracut).
2012-03-30Removing some of the now useless sysvinit specifics from bin/boot.sh.Daniel Baumann
2012-03-30Replacing live-boot initscript with a stub and moving the actual code to ↵Daniel Baumann
/lib/live/boot.sh to allow different initsystem support in future.
2011-11-04Fix live-snapshot exclude.list handling (Closes: #610337)Marco Amadori
Rationale: grep -f does not like empty lines in matches file, removing empty lines from exclude.list using a temporary file, fixes the problem.
2011-06-21Replacing reference to old alioth page in live-snapshot.Daniel Baumann
2011-06-21Making references to debian more distribution neutral.Daniel Baumann
2011-03-09Adjust copyright entry in live-snapshot.Marco Amadori
2011-03-09Fix snapshots' sync-strings usage (Closes: #591330).Marco Amadori
2011-03-09Adding debian version 3.0~a1-1.Daniel Baumann
2011-03-09Adjust copyright entry in live-snapshot.Marco Amadori
2011-03-09Adding live-system script from live-tools.Daniel Baumann
2011-03-09Fix snapshots' sync-strings usage (Closes: #591330).Marco Amadori
2011-03-09Adding live-toram script to copy the running live system to ram and eject ↵Daniel Baumann
the live media. This script is an adaptation of grml2ram from Michael Schierl <schierlm-public@gmx.de> and Michael Prokop <mika@grml.org>. For squeeze+1, this script is included in live-tools but manually included too in live-boot 2.x for convenience reasons.
2011-03-09Removing getty and login wrappers, live-config takes care about that now.Daniel Baumann
2011-03-09Dropping /etc/live.conf, replaced mostly by /etc/live/config.conf of ↵Daniel Baumann
live-config.
2011-03-09Adding debian version 2.0~a1-1.Daniel Baumann
2011-03-09Merging casper 1.216.Daniel Baumann
2011-03-09Merging casper 1.182.Daniel Baumann
2011-03-09cpio snapshots: eval commands fix.Marco Amadori
2011-03-09Removed two bashisms on live-snapshot.Marco Amadori
* Thanks to Luigi Capriotti <l.capriotti@xbmc.org> for pointing this out.
2011-03-09Cleaned a bit the snapshot feature.Marco Amadori
* home-sn are working both cpio and full partition, changed how live-snapshot.list works in home-sn case.
2011-03-09Added "whole partition" snapshot resync type.Marco Amadori
2011-03-09Initial commit for having support for swapfiles.Daniel Baumann
2011-03-09Adding ext4 support.Daniel Baumann
2011-03-09Replacing casper with live in live-new-uuid.Daniel Baumann
2011-03-09Removed all "cat | grep", with grep, awk and sed.Marco Amadori
2011-03-09Don't "cat |" to grep.Chris Lamb
2011-03-09Reflow long 'tr'-based pipelines for readability.Chris Lamb
2011-03-09Reflow some grammar in comments and in live-initramfs(7).Chris Lamb
2011-03-09Implemented a snapshot exclude list.Marco Amadori
* This finally enables one of the most requested feature to exclude things like disk caches and temporary files from the snapshots, just by editing "/etc/live-snapshot.exclude_list". This only works for cpio targets and for squashfs creations.
2011-03-09live-snapshot: fixed include-list handling.Marco Amadori
* When "/etc/live-snapshot.list" is present, all standard files and directories listed there are saved on shutdown. Now it saves them only if they are modified, and also handles dangling symbolic links. This beaviour will be gentle to live-systems upgrades on the same hardware since new unmodified to-be-snapshotted files will be no more overwritten by old unnecessary saved cruft. It still does not handle removal of deleted files.
2011-03-09Set -u in live-snapshot only in debug mode.Marco Amadori
* Although is really fine to have checks for unboud variables, this limits also included code, where unbound variables could be used as feature. Set LIVE_SNAPSHOT_CHECK_UNBOUND to have it on again in your test runs.
2011-03-09Fix path issue with live-preseed causing noisy errors when booting.Chris Lamb
2011-03-09live-snapshot: now supports a static keep file list.Marco Amadori
* Included support for specifing a list of files/dirs to be explicitly kept between reboots, enabled only for the "cpio" snapshot type. Look at "/usr/share/doc/live-initramfs/examples/live-snapshot.list" for hints.
2011-03-09live-snapshot: cleaned some wordings.Marco Amadori
2011-03-09live-snapshot: included vital informations on exit.Marco Amadori
2011-03-09Updating live-snapshot to GPL-3+.Daniel Baumann
2011-03-09live-snapshot: new "--refresh" option.Marco Amadori
* "--refresh" explicitly saves status of boot-time auto-discovered snapshots without rebooting.
2011-03-09live-snapshot: cleaned and sorted used command line defaults.Marco Amadori
2011-03-09live-snapshot: nicer default auto unmount logic.Marco Amadori