summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2011-03-09Correcting swap partition handling in fstab to not always append entries ↵Daniel Baumann
forever when using persistency.
2011-03-09Correcting handling of locale default and environment handling to not always ↵Daniel Baumann
append entries forever when using persistency.
2011-03-09Correcting kdm live-autologin handling to not always append entries forever ↵Daniel Baumann
when using persistency.
2011-03-09Correcting fstab handling to not always append entries forever when using ↵Daniel Baumann
persistency.
2011-03-09Correcting typo in locale bottom script.Daniel Baumann
2011-03-09Correcting check for usb when using removable-usb keyword.Daniel Baumann
2011-03-09Adding removable-usb keyword to further restrict live media selection.Daniel Baumann
2011-03-09Correcting accidental syntax error in one of the previous commits in ↵Daniel Baumann
19keyboard bottom script.
2011-03-09Also allowing to use the removable keyword for specifying a live media.Daniel Baumann
2011-03-09Respecting media timeout even when specificing media device manually.Daniel Baumann
2011-03-09Adding silent boot parameter.Daniel Baumann
2011-03-09Only calling install-keymap if it's actually installed, which is always but ↵Daniel Baumann
in minimal images the case though (Closes: #517153).
2011-03-09Merging casper 1.157.Daniel Baumann
2011-03-09Adding comsetic line wrapping for output of local-gen messages during boot.Daniel Baumann
2011-03-09Adding hack to remove live specific filesystems from umounfs initscript ↵Daniel Baumann
(Closes: #506410, #515718).
2011-03-09Improving check in 21xdriver when we don't do anything.Daniel Baumann
2011-03-09Checking if /var/log is writable before trying to copy live.log to the newly ↵Rene Mayrhofer
mounted root filesystem (Closes: #516914). When using the "exposedroot skipunion" options, then /var/log may not be writable at this time, resulting in an error message during bootup.
2011-03-09Merging casper 1.156.Daniel Baumann
2011-03-09Adding ext4 support.Daniel Baumann
2011-03-09Adding basic xrandr support for lenny to enforce a particular resolution ↵Kai Hendry
through bootparameter.
2011-03-09Adding patch from Thierry Walrant <debian.tgc@walrant.net> to allow setting ↵Daniel Baumann
a path for the persistence files through persistent-path boot parameter (Closes: #512661).
2011-03-09Added missing variable quoting that lead to broken root persistence, thanks ↵Daniel Baumann
to Thierry Walrant <debian.tgc@walrant.net> (Closes: #512656).
2011-03-09Silencing xorg reconfiguration, thanks to Ronny Standtke ↵Daniel Baumann
<Ronny.Standtke@gmx.net>.
2011-03-09Silencing grep call on /etc/passwd.Daniel Baumann
2011-03-09Don't redirect output of fstype detection to standard out, thanks to Ronny ↵Daniel Baumann
Standtke <Ronny.Standtke@gmx.net>.
2011-03-09Also checking for wicd in 23networking, thanks to Ben Armstrong ↵Daniel Baumann
<synrg@debian.org>.
2011-03-09Support further checks on loopback image and support skipping union mounts ↵Rene Mayrhofer
(Closes: #509446).
2011-03-09Sourcing live.vars in 21xdriver and 21xvidemode in order to be able to set ↵Daniel Baumann
variables in previous bottom scripts.
2011-03-09Cleaned the boot log a bit.Marco Amadori
Include a '\n' before the live-bottom script calls, otherwise the first hook will trash the previous "begin_log_msg" entry, and however this should be treated as a nested task.
2011-03-09Reworked integrity-check (Closes: #507477).Marco Amadori
* Changes: - it reboots only if it succeed, otherwise it panics. - it checks md5sum just after media is mounted, not after /root is mounted. This allow a faster and safer reboot.
2011-03-09Merging casper 1.154.Daniel Baumann
2011-03-09Removing spurious 'livefs_root' in copy_live_to();.Daniel Baumann
2011-03-09Also adding ralink to network device check.Daniel Baumann
2011-03-09Turning 'no supported filesystem images found' into a panic message, rather ↵Daniel Baumann
than a warning.
2011-03-09Adding a panic message when we netboot and have no supported network device ↵Daniel Baumann
(Closes: #496684).
2011-03-09Add a warning message when no image can be found.Daniel Baumann
2011-03-09Merging casper 1.149.Daniel Baumann
2011-03-09Merging casper 1.148.Daniel Baumann
2011-03-09Merging casper 1.145.Daniel Baumann
2011-03-09Merging casper 1.144.Daniel Baumann
2011-03-09Merging casper 1.143.Daniel Baumann
2011-03-09Merging casper 1.142.Daniel Baumann
2011-03-09Merging casper 1.141.Daniel Baumann
2011-03-09Merging casper 1.140.Daniel Baumann
2011-03-09Removed all "cat | grep", with grep, awk and sed.Marco Amadori
2011-03-09Do not pollute the logs when looking for swap partitions.Marco Amadori
2011-03-09Be consistent in using 0/1 for True/False values instead of English ↵Chris Lamb
representations.
2011-03-09Use "test -s" instead of testing file availability and size.Chris Lamb
2011-03-09Use "grep -qs" over "grep -q" for compatibility (see grep(1))Chris Lamb
2011-03-09Implemented a persistence exclude list.Marco Amadori
* This finally enables one of the most requested feature to exclude things like disk caches and temporary files from the persistence images in order to speed things up and saves precious writes of flash based storages. This works at boot by bind mounting tmpfs clones of paths listed on "/etc/live-persistence.binds".