summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-09Simplyfing and correcting udev inclusion in initramfs hook.Daniel Baumann
2011-03-09Applying patch from Holger Brunn <holger.brunn@web.de> to live-media-path ↵Daniel Baumann
when toram is used (Closes: #534878).
2011-03-09Including udev binaries in initramfs manually for squeeze and newer (Closes: ↵Daniel Baumann
#547149).
2011-03-09Fixed FIXME sections in manpages.Marco Amadori
2011-03-09Adding auto value for xvideomode where we ensure that no configuration from ↵Daniel Baumann
the persistency layer is respected.
2011-03-09Updating vcs fields.Daniel Baumann
2011-03-09Adding additional two sync calls before powerof happens in order to deal ↵Daniel Baumann
with 'does not cleanly unmount' problem when using root persistency.
2011-03-09Updating lang2locale(); to match new d-i langualgelist format.Daniel Baumann
2011-03-09Including d-i languagelist in initrd in order evaluate l10n settings.Daniel Baumann
2011-03-09Correcting install calls for reportbug files in rules.Daniel Baumann
2011-03-09Updating included languagelist from d-i.Daniel Baumann
2011-03-09Removing unused sed call in update target of Makefile.Daniel Baumann
2011-03-09Adding presubj for reportbug.Daniel Baumann
2011-03-09Adding (experimental) forcepersistentfsck bootoption to force fsck on root ↵Daniel Baumann
persistency device.
2011-03-09Forcing run of dexconf when booting with xdriver=dexconf.Daniel Baumann
2011-03-09Releasing version 1.157.3-1.Daniel Baumann
2011-03-09Allow for multiple but unique persistent media.Richard Nelson
The patch provides a boot parameter to be used in conjunction with persistent and allow for multiple but unique persistent media such as live-sn-subText with boot parameter persistent-subtext=subText.
2011-03-09Optimizing gnome-panel-data bottom script by leaving out the stupid things.Daniel Baumann
2011-03-09Fail early in gnome-panel-data bottom script if gnome-panel-data is not ↵Daniel Baumann
installed.
2011-03-09Looking for persistency partitions on luks devices only if we boot with ↵Daniel Baumann
persistent=cryptsetup. In order to determine if a encrypted partition contains a persistent partition for live-initramfs, we do have to open it and look into it. Open means, that the user has to provide the passphase (or key). A user booting a *default* debian-live system on a machine that has cryptesetup encrypted partitions should not be bothered by *default* to enter all his passphrases during the boot process. Also, encrypted persistency is only usefull when the user knows about it (= the passphrase to access it). Therefore, it's better to by default ignore persistency on luks devices.
2011-03-09persistent=nofiles fix (Closes: 522383).Marco Amadori
Thanks to Rui Miguel Bernardo <rui.bernardo.pt@gmail.com> for the report and for spotting the bug.
2011-03-09Making plainroot work (Closes: #523120).Daniel Baumann
2011-03-09Adding missing pipe in cryptsetup call for persistency on luks partitions.Daniel Baumann
2011-03-09Also updating USB device detection in initramfs script for linux 2.6.29 and ↵Daniel Baumann
newer.
2011-03-09Copy live-installer-launcher desktop icon on users desktop.Daniel Baumann
2011-03-09Correcting cryptsetup calls for persistency on luks.Daniel Baumann
2011-03-09Fixing typo in snapshot file list.Luigi Capriotti
2011-03-09Fixing invalid mangling of /etc/event.d/tty.Luigi Capriotti
2011-03-09Fixing relaxed permissions of / in the live filesystem.Luigi Capriotti
2011-03-09Fixing possible invalid results from function where_is_mounted by returning ↵Luigi Capriotti
more than one line inwhere_is_mounted();.
2011-03-09Correcting wrong abort logic in 21xdriver, thanks to Luigi Capriotti ↵Daniel Baumann
<l.capriotti@xbmc.org>.
2011-03-09Removed two bashisms on live-snapshot.Marco Amadori
* Thanks to Luigi Capriotti <l.capriotti@xbmc.org> for pointing this out.
2011-03-09Correcting typo in description of the ip boot parameter in live-initramfs ↵Daniel Baumann
manpage, thanks to Philippe Leledy <debian@leledy.fr> (Closes: #532471).
2011-03-09Removing disabling of postfix in 25configure_init, it's not appropriate for ↵Daniel Baumann
debian to do this by default. Thanks to Rui Bernardo <rui.bernardo.pt@gmail.com>.
2011-03-09Correcting wrong path when disabling anacron in 25configure_init, thanks to ↵Daniel Baumann
Rui Bernardo <rui.bernardo.pt@gmail.com> (Closes: #533046).
2011-03-09Avoiding echo bashism in live-initramfs.init by using printf instead ↵Daniel Baumann
(Closes: #530128).
2011-03-09Making fetch to work with file on sub dir on tftp server.Steven Shiau
This patch allows live-initramfs to fetch file from sub dir on tftp server. The original one from live-initramfs 1.157.2 only works for the file existing on the root of tftp server, e.g. fetch=tftp://192.168.101.254/filesystem.squashfs It allows the PXE client to get the file either on the root, or on the sub dir, e.g. fetch=tftp://192.168.101.254/live/filesystem.squashfs is working now.
2011-03-09Cleaned a bit the snapshot feature.Marco Amadori
* home-sn are working both cpio and full partition, changed how live-snapshot.list works in home-sn case.
2011-03-09Improved an useful debug string.Marco Amadori
2011-03-09Two return code consistency fix.Marco Amadori
2011-03-09Added "whole partition" snapshot resync type.Marco Amadori
2011-03-09Partition snapshots works again.Marco Amadori
2011-03-09Initial commit for having support for persistency on luks.Daniel Baumann
2011-03-09Initial commit for having support for swapfiles.Daniel Baumann
2011-03-09Releasing version 1.157.2-1.Daniel Baumann
2011-03-09Updating eject prevention for USB devices in initscripts for linux 2.6.29 ↵Daniel Baumann
and newer.
2011-03-09Restoring previous behaviour of ejecting the cd when being in non-persistent ↵Daniel Baumann
mode, thanks to Julien Cristau <jcristau@debian.org>.
2011-03-09Adding cryptsetup to recommends, it's used for encrypted persistent partitions.Daniel Baumann
2011-03-09Making sure that old swap entries are removed before new ones are added.Daniel Baumann
2011-03-09Merging swap live-bottom script into fstab script; there is no other sane ↵Daniel Baumann
possibility to prevent appending again and again in persistent mode.