summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-05Splitting out swap handling and rewriting to a live-boot subscript.Daniel Baumann
2012-06-05Also allowing /dev/vd* to be used as swap devices and drop /dev/hd*.Daniel Baumann
2012-06-05Updating swapon handling to new parameter handling.Daniel Baumann
2012-06-05Updating internal cmdline handling.Daniel Baumann
2012-06-05Updating read-only handling to new parameter handling.Daniel Baumann
2012-06-05Rewriting live-media checksum verification to work with any SHA and MD5 digests.Daniel Baumann
2012-06-05Splitting out integrity-check function to subscript.Daniel Baumann
2012-06-05Removing some dead boot parameters.Daniel Baumann
2012-06-05Consistenly using 'true' instead of 'Yes' or 'yes' when using booleans.Daniel Baumann
2012-06-05Converting select_eth_device initramfs-tools pre-mount script into regular ↵Daniel Baumann
live-boot script.
2012-06-05Removing dead lang2locale function and associated files, not used anywhere.Daniel Baumann
2012-06-05Releasing debian version 3.0~a29-1.Daniel Baumann
2012-06-05Converting read-only initramfs-tools pre-mount script into regular live-boot ↵Daniel Baumann
script.
2012-06-05Removing live-premount modules script, not needed anymore.Daniel Baumann
This script did two things: * forcefully load ide-generic to workaround a bug in qemu bios that made it hang during ide detection. This has been fixed 4 years ago in qemu, so it's not required to do this anymore. * forcefully load esp on sparc. This is being loaded automatically by udev these days and should be reliable enough.
2012-06-05Moving out live-functions from initramfs-tools specifics.Daniel Baumann
2012-06-05Adding commented 'set -e' explicitly in all subscripts to avoid running it ↵Daniel Baumann
with 'set -e' until we've made sure it's properly working.
2012-06-05Moving out live-helpers from initramfs-tools specifics.Daniel Baumann
2012-06-05Splitting out a first bunch of functions out to /live/live/boot/.Daniel Baumann
2012-06-05Replacing live initramfs-tools script with empty stub that calls the real, ↵Daniel Baumann
in future being initramfs-tools independent, script from /lib/live.
2012-06-05Starting initramfs-tools specific subdirectory within the source-tree.Daniel Baumann
2012-06-05Automatically translate date formats in po files.Daniel Baumann
2012-06-04Releasing debian version 3.0~a28-1.Daniel Baumann
2012-06-04Fixing two typos and a wrong word in comments.Evgeni Golov
2012-06-04Adding initial Spanish translation of man pages.chals
2012-06-04Fixing several typos in man pages.chals
2012-06-04Implement and make use of robust list functions.Tails developers
2012-06-04Fix to allow for multiple rof when exposed roots is disabled.Ian Reinhart Geiser
2012-06-04Using boot.log and /var/log/live/boot.log respectively for overall ↵Daniel Baumann
consistency within all debian-live tools.
2012-06-04Improving robustness of fromiso cleanup process with is_mountpoint (Closes: ↵Tails developers
#668100).
2012-06-04Mounting fromiso filesystem on /live/fromiso instead of /fromiso, thanks to ↵Tails developers
adrian15 <adrian15sgd@gmail.com>.
2012-06-04Using fromiso in most places where isofrom was used, thanks to adrian15 ↵Tails developers
<adrian15sgd@gmail.com>.
2012-06-04Improving robustness of findiso cleanup process.Tails developers
...by checking exactly the same directory as the one we are unmounting.
2012-04-09Releasing debian version 3.0~a27-1.Daniel Baumann
2012-04-09Only try copying snapshots if we actually found any.Tails developers
2012-04-09Fix typo to make home-sn snapshots work again.Tails developers
2012-04-09Do not probe the device mounted on /live/image for persistence.Tails developers
2012-04-09Supress warnings when probing media for persistence.Tails developers
2012-04-09Allow using / as destination in custom mounts.Tails developers
Also make this backwards compatible with live-rw labelled volumes.
2012-04-09Renamling linkfiles option when using persistence to simply link.Daniel Baumann
2012-04-09Updating toplevel Makefile to work with manpages having multiple dots in its ↵Daniel Baumann
filename.
2012-04-08Merging old changelog into current changelog.Daniel Baumann
2012-04-08Removing old docs.Daniel Baumann
This is old stuff which, for historic reasons, is available in the old svn dump (changelog), or included in the changelog itself (cedits), or otherwise irrelevant (changelog for casper, parameters).
2012-04-08Removing leftover directory after unmounting.Tails developers
2012-04-08Fixing brace alignment to follow common code style.Tails developers
2012-04-08Removing overkill double-checking of return code in is_mountpoint predicate.Tails developers
2012-04-08Fixing findiso argument parsing place to match the existing ordering.Tails developers
2012-04-08Adding support for the findiso boot parameter (Closes: #656135).Tails developers
Thanks to the grml team for the initial patch, thanks to adrian15sgd@gmail.com for bringing it to a mergeable state.
2012-04-08Renaming live.persist to live-persistence.conf.Daniel Baumann
2012-04-08Making extraction of the manpage section in manpages/Makefile work with ↵Daniel Baumann
multiple dots in the filename.
2012-04-08Using 'persistence' (noun) rather than 'persistent' (adjective/adverb) ↵Daniel Baumann
everywhere.