summaryrefslogtreecommitdiff
path: root/scripts/boot.sh
AgeCommit message (Collapse)Author
2012-09-27Moving remaining stuff from /live to /lib/live to avoid further namespace ↵Daniel Baumann
pollution.
2012-08-14Reading configuration file from filesystem and live-media at runtime too.Daniel Baumann
2012-07-18Renaming boot scripts for refactoring them into numbered plugins.Daniel Baumann
2012-06-06Setting persistence label for live-* 3.x persistency to 'persistence', we're ↵Daniel Baumann
not making any difference between full-ov and custom-ov anymore on the filesystem and partition label (it's determined by the contents of live-persistence.conf).
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-05Moving off remaining functions from main boot script to subscript for later ↵Daniel Baumann
cleanup.
2012-06-05Removing live-preseed, not used anymore.Daniel Baumann
2012-06-05Transforming networking bottom script into normal live-boot script.Daniel Baumann
2012-06-05Transforming fstab bottom script into normal live-boot script.Daniel Baumann
2012-06-05Transforming persistence_excludes bottom script into normal live-boot script.Daniel Baumann
2012-06-05Moving validateroot bottom script into main boot script itself.Daniel Baumann
2012-06-05Splitting out swap handling and rewriting to a live-boot subscript.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-05Converting select_eth_device initramfs-tools pre-mount script into regular ↵Daniel Baumann
live-boot script.
2012-06-05Converting read-only initramfs-tools pre-mount script into regular live-boot ↵Daniel Baumann
script.
2012-06-05Moving out live-functions from initramfs-tools specifics.Daniel Baumann
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.