summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-09Reflow some grammar in comments and in live-initramfs(7).Chris Lamb
2011-03-09Be consistent in using 0/1 for True/False values instead of English represent...Chris Lamb
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-09Remove (accidental?) debian/changelog entry.Chris Lamb
2011-03-09Implemented a persistence exclude list.Marco Amadori
2011-03-09Implemented a snapshot exclude list.Marco Amadori
2011-03-09Search for partition labels only (Closes: #486469).Marco Amadori
2011-03-09Reordered persistence lookups and boundaries (Closes: #500672).Marco Amadori
2011-03-09live-snapshot: fixed include-list handling.Marco Amadori
2011-03-09Conditional creation of /etc/fstab.Marco Amadori
2011-03-09Changed HOSTNAME and /etc/hosts handling.Marco Amadori
2011-03-09Releasing debian version 1.139.1-3.Daniel Baumann
2011-03-09Sourcing live.vars in 15autologin directly, rather than to inherit from live-...Daniel Baumann
2011-03-09Set -u in live-snapshot only in debug mode.Marco Amadori
2011-03-09Included more debug and comments on persistence code.Marco Amadori
2011-03-09Check for files and umount only if you can mount it first.Marco Amadori
2011-03-09Fixed a wrong trial to copy an unexistant snapshot.Marco Amadori
2011-03-09Forces use of initramfs cpio over busybox's one.Marco Amadori
2011-03-09Override maybe_break from initramfs-tools.Marco Amadori
2011-03-09Fixed try_snap() umounting on error.Marco Amadori
2011-03-09Add real cpio to initramfs for snapshot's uses.Marco Amadori
2011-03-09Skipped some runtime duplicated execution.Marco Amadori
2011-03-09Ignore errors from fstype.Michael Prokop
2011-03-09Re-enable "break=live-premount" debug.Marco Amadori
2011-03-09Removed mount -n option, since mtab is there.Marco Amadori
2011-03-09Create /etc/mtab on the initramfs ASAP.Marco Amadori
2011-03-09Added a pretty vital mount debug string.Marco Amadori
2011-03-09Fix default user handling.Marco Amadori
2011-03-09Updating vcs fields in control file.Daniel Baumann
2011-03-09Remove local overiddes of log_*_msg - #494257 is now fixed in testing.Chris Lamb
2011-03-09Removed some useless spaces.Marco Amadori
2011-03-09Removing currently unused Upstream-Depends field in control.Daniel Baumann
2011-03-09Releasing debian version 1.139.1-2.Daniel Baumann
2011-03-09Disabling default usage of local swap partitions. Can be enabled with the 'sw...Daniel Baumann
2011-03-09Setting project email address to the new debian-live@lists.debian.org.Daniel Baumann
2011-03-09Enabling the "remove CD" prompt in splashy.Michal Suchanek
2011-03-09If the filesystem type of the rootfs cannot be automatically detected, we try...Daniel Baumann
2011-03-09Releasing live-initramfs 1.139.1-1.Daniel Baumann
2011-03-09Added "-n" option to all mount commands, thanks to Peter Holik <peter@holik.a...Marco Amadori
2011-03-09Move loop-aes-tools to Suggests; live-helper should install them if required.Chris Lamb
2011-03-09Remove unnecessary indentation level.Chris Lamb
2011-03-09Updating authors file.Daniel Baumann
2011-03-09Merging casper 1.139.Daniel Baumann
2011-03-09Modify hiding of harmless X.org reconfiguring messages.Chris Lamb
2011-03-09Revert to using uid 1000 as PAM bug seems to have disappeared (Closes: #433076)Chris Lamb
2011-03-09Hide error from attempting to "mount --move"Chris Lamb
2011-03-09Rework ugly `echo "debug:..` message to use log_{begin,end}_msg.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