Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-09 | Conditional 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-09 | Changed 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-09 | Releasing debian version 1.139.1-3. | Daniel Baumann | |
2011-03-09 | Sourcing live.vars in 15autologin directly, rather than to inherit from ↵ | Daniel Baumann | |
live-functions. | |||
2011-03-09 | Set -u in live-snapshot only in debug mode. | Marco Amadori | |
* Although is really fine to have checks for unboud variables, this limits also included code, where unbound variables could be used as feature. Set LIVE_SNAPSHOT_CHECK_UNBOUND to have it on again in your test runs. | |||
2011-03-09 | Included more debug and comments on persistence code. | Marco Amadori | |
2011-03-09 | Check for files and umount only if you can mount it first. | Marco Amadori | |
* Another clean-up and speed up in the ugly persistance/snapshot code. | |||
2011-03-09 | Fixed a wrong trial to copy an unexistant snapshot. | Marco Amadori | |
* Quoting a variable could do miracles :-) | |||
2011-03-09 | Forces use of initramfs cpio over busybox's one. | Marco Amadori | |
2011-03-09 | Override maybe_break from initramfs-tools. | Marco Amadori | |
* "break=<phase>" boot option, previously lead to the overrided panic function which shows a huge bug message info, which in that particular case is misleading, since the "dropping to a shell" is wanted. | |||
2011-03-09 | Fixed try_snap() umounting on error. | Marco Amadori | |
2011-03-09 | Add real cpio to initramfs for snapshot's uses. | Marco Amadori | |
2011-03-09 | Skipped some runtime duplicated execution. | Marco Amadori | |
2011-03-09 | Ignore errors from fstype. | Michael Prokop | |
Redirect stderr to /dev/null, otherwise we'll get "stdin: error 0" for some partitions during bootup. | |||
2011-03-09 | Re-enable "break=live-premount" debug. | Marco Amadori | |
2011-03-09 | Removed mount -n option, since mtab is there. | Marco Amadori | |
2011-03-09 | Create /etc/mtab on the initramfs ASAP. | Marco Amadori | |
2011-03-09 | Added a pretty vital mount debug string. | Marco Amadori | |
2011-03-09 | Fix 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-09 | Updating vcs fields in control file. | Daniel Baumann | |
2011-03-09 | Remove local overiddes of log_*_msg - #494257 is now fixed in testing. | Chris Lamb | |
2011-03-09 | Removed some useless spaces. | Marco Amadori | |
2011-03-09 | Removing currently unused Upstream-Depends field in control. | Daniel Baumann | |
2011-03-09 | Releasing debian version 1.139.1-2. | Daniel Baumann | |
2011-03-09 | Disabling 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-09 | Setting project email address to the new debian-live@lists.debian.org. | Daniel Baumann | |
2011-03-09 | Enabling the "remove CD" prompt in splashy. | Michal Suchanek | |
2011-03-09 | If the filesystem type of the rootfs cannot be automatically detected, we ↵ | Daniel Baumann | |
try to assume it from the extension of the imagefile we have found. Thanks to Jordi Pujol <jordi_pujol@telefonica.net> (Closes: #460456). | |||
2011-03-09 | Releasing live-initramfs 1.139.1-1. | Daniel Baumann | |
2011-03-09 | Added "-n" option to all mount commands, thanks to Peter Holik ↵ | Marco Amadori | |
<peter@holik.at> for pointing this out. | |||
2011-03-09 | Move loop-aes-tools to Suggests; live-helper should install them if required. | Chris Lamb | |
The loop-aes-tools regress compared to the vanilla loop tools, which can cause some problems - Although we should support them, it makes sense to not use loop-aes-utils by default, which--as Recommends are installed by default--they currently are. | |||
2011-03-09 | Remove unnecessary indentation level. | Chris Lamb | |
2011-03-09 | Updating authors file. | Daniel Baumann | |
2011-03-09 | Merging casper 1.139. | Daniel Baumann | |
2011-03-09 | Modify hiding of harmless X.org reconfiguring messages. | Chris Lamb | |
Was being split over a newline. | |||
2011-03-09 | Revert to using uid 1000 as PAM bug seems to have disappeared (Closes: #433076) | Chris Lamb | |
2011-03-09 | Hide error from attempting to "mount --move" | Chris Lamb | |
(We get a sensible error message if it fails anyway) | |||
2011-03-09 | Rework ugly `echo "debug:..` message to use log_{begin,end}_msg. | Chris Lamb | |
2011-03-09 | Don't configure X.org if it's not installed. | Chris Lamb | |
2011-03-09 | Fix check for X.org. | Chris Lamb | |
2011-03-09 | Add an /etc/fstab to the initramfs to silence harmless "empty fstab" warnings. | Chris Lamb | |
2011-03-09 | Silence another "script-not-executable" message for a sourced library. | Chris Lamb | |
2011-03-09 | Add missing pipe. Thanks to Andreas Bombe. | Chris Lamb | |
2011-03-09 | Shamefully adding myself to CREDITS | Chris Lamb | |
2011-03-09 | Tidy "Disabling update-initramfs" message. | Chris Lamb | |
2011-03-09 | Re-order some commands so we don't call log_begin_msg without calling ↵ | Chris Lamb | |
log_end_msg. | |||
2011-03-09 | Don't configure X when /usr/bin/X does not exist. | Chris Lamb | |
2011-03-09 | Silence 'script-not-executable' lintian warning - live-functions script is ↵ | Chris Lamb | |
always sourced. | |||
2011-03-09 | Fix spacing in swirl. | Chris Lamb | |
2011-03-09 | Not going over the top with exclamation marks in the panic message. | Daniel Baumann | |