summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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-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-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-09Improved an useful debug string.Marco Amadori
2011-03-09Two return code consistency fix.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-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.
2011-03-09Applying patch from Michael Prokop <mika@grml.org> to support udev >= 0.140.Daniel Baumann
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.