summaryrefslogtreecommitdiff
path: root/scripts/live-bottom
AgeCommit message (Collapse)Author
2011-03-09Correcting accidental syntax error in one of the previous commits in ↵Daniel Baumann
19keyboard bottom script.
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-09Merging casper 1.156.Daniel Baumann
2011-03-09Adding basic xrandr support for lenny to enforce a particular resolution ↵Kai Hendry
through bootparameter.
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-09Also checking for wicd in 23networking, thanks to Ben Armstrong ↵Daniel Baumann
<synrg@debian.org>.
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-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-09Merging casper 1.149.Daniel Baumann
2011-03-09Merging casper 1.145.Daniel Baumann
2011-03-09Merging casper 1.143.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-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".
2011-03-09Conditional creation of /etc/fstab.Marco Amadori
* This is one of a series of interventions that means to be gentle to debian-live builders and to persistence users; the rationale is that if a file is present on the rootfs it does not need to be overwritten from scratch since its presence means either a live-helper configuration at build time or a persistent/snapshot at run time.
2011-03-09Changed HOSTNAME and /etc/hosts handling.Marco Amadori
* This is one of a series of interventions that means to be gentle to debian-live builders and to persistence users; the rationale is that if a file is present on the rootfs it does not need to be overwritten from scratch since its presence means either a live-helper configuration at build time or a persistent/snapshot at run time.
2011-03-09Sourcing live.vars in 15autologin directly, rather than to inherit from ↵Daniel Baumann
live-functions.
2011-03-09Removed mount -n option, since mtab is there.Marco Amadori
2011-03-09Fix default user handling.Marco Amadori
* Handle the case in which an user is present but the default user could not be created (e.g. when configuring another user at build time in the chroot). If the default user could not be created or assigned, disable autologins (which previously just fails leaving without console login capabilities), and propagate that information to the scripts thinking that a default user will always be available. Note for live-helper documentation: The latter case could leave the system accessible only if root password is set in other ways or via ssh rsa/dsa passwordless accesses.
2011-03-09Disabling default usage of local swap partitions. Can be enabled with the ↵Daniel Baumann
'swapon' boot parameter. Thanks to Joseph Rawson <umeboshi3@gmail.com> for bringing it up.
2011-03-09Remove unnecessary indentation level.Chris Lamb
2011-03-09Modify hiding of harmless X.org reconfiguring messages.Chris Lamb
Was being split over a newline.
2011-03-09Revert to using uid 1000 as PAM bug seems to have disappeared (Closes: #433076)Chris Lamb
2011-03-09Don't configure X.org if it's not installed.Chris Lamb
2011-03-09Fix check for X.org.Chris Lamb
2011-03-09Add missing pipe. Thanks to Andreas Bombe.Chris Lamb
2011-03-09Tidy "Disabling update-initramfs" message.Chris Lamb
2011-03-09Re-order some commands so we don't call log_begin_msg without calling ↵Chris Lamb
log_end_msg.
2011-03-09Don't configure X when /usr/bin/X does not exist.Chris Lamb
2011-03-09Hide "overwriting possibly-customised configuration file" in X.org setup output.Chris Lamb
2011-03-09Hide "Shadow passwords are now on" status message on bootup.Chris Lamb
2011-03-09Rework locale handlingChris Lamb
* Support all codepages, not just UTF-8 ones. * Although UTF-8 variants are still preferred, specifying an invalid codepage as an extension to a known language will not necessarily result in en_US.UTF-8 being chosen - it will try and use an alternate. * Fixes an issue whereby an unknown locale would end up as a blank "language" in /etc/kde3/kdm/kdmrc instead of en_US. * General tidying of the code.
2011-03-09Silence a number of annoying and distracting bootup messages.Chris Lamb
2011-03-09Add missing "log_end_msg" to live-bottom/21xdriver.Chris Lamb
2011-03-09Set different log messages for live-bottom/21{xdriver,xvidemode}.Chris Lamb
2011-03-09Remove trailing "..." from calls to log_begin_msg - they get added anyway.Chris Lamb
2011-03-09Merging casper 1.138.Daniel Baumann
2011-03-09Merging casper 1.137.Daniel Baumann
2011-03-09Move sourcing of live-functions in 38disable_restricted_manager to correct ↵Michael Prokop
place.
2011-03-09Replacing previous imperfect changes for udevadm with check for udevadm and ↵Daniel Baumann
using old commands when beeing on etch. Also handling udevtrigger with udevadm if available.