summaryrefslogtreecommitdiff
path: root/initramfs-tools/scripts
AgeCommit message (Collapse)Author
2012-06-05Simplyfing initramfs-tools specific files within the source tree.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-05Removing fastboot handling, the normal system handles this via 'fastboot' ↵Daniel Baumann
bootparameter already.
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-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-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-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