summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-24Reorganizing backend in source tree.Daniel Baumann
2013-06-24Calculating size for the whole media "/live/image/", not only the dir ↵Steven Shiau
"/live/image/live/" when using toram.
2013-05-28Updating Spanish translation of live-boot man page.chals
2013-05-28Allowing to superseed live-boot cmdline through configuration files.Daniel Baumann
2013-05-28Correcting debug variables through out the code to use the same one.Daniel Baumann
2013-05-28Updating note about overlay file image names in live-boot manpage, thanks to ↵Daniel Baumann
Peter Schaefer <peter.schaefer@physik.hu-berlin.de> (Closes: #701615).
2013-05-27Releasing debian version 4.0~a13-1.Daniel Baumann
2013-05-27Increasing tftp blocksize to maximum value per RFC 2348, thanks to Vincent ↵Daniel Baumann
Smeets <Vincent.VSmeets@gmail.com> (Closes: #709887).
2013-05-08Releasing debian version 4.0~a12-1.Daniel Baumann
2013-05-08Further guarding overwriting of /bin/mount by making it dependent on the ↵Daniel Baumann
existence of /bin/mount.util-linux.
2013-05-08Moving overwriting of /bin/mount with /bin/mount.util-linux for httpfs to ↵Daniel Baumann
make it active (Closes: #707116).
2013-05-06Updating manpage wrt/ quickreboot (Closes: #706686).Daniel Baumann
2013-05-06Releasing debian version 4.0~a11-1.Daniel Baumann
2013-05-06Also blacklisting findiso and fromiso devices for luks file persistence.David Hare
2013-05-06Adding support for luks persistence with persistence files (Closes: #701614).Peter Schaefer
2013-05-06Don't quote $CIFSOPTS for mount.cifs (Closes: #703746).Andrew Jeffery
Quoting $CIFSOPTS passed the literal string "-o user=root,password=" to mount.cifs, killing mount.cifs with a SIGSEGV. Rather, -o should be properly space delimited by passing $CIFSOPTS unquoted for options to be parsed correctly.
2013-05-06Select BOOTIF device if defined for netboot (Closes: #703744).Andrew Jeffery
Avoid probing all the devices again if we know which device we've booted from.
2013-05-06Correcting leftovers from old variable handling for BOOTIF, thanks to Andrew ↵Daniel Baumann
Jeffery <andrewj@avalon.com.au> (Closes: #703743).
2013-05-06Renaming main function to live for consistent namespace.Daniel Baumann
2013-05-06Renumbering the first three early scripts.Daniel Baumann
2013-05-06Fixing the use of one preposition in the Spanish translation of the man pages.chals
2013-05-06Updating the Spanish translation of persistence.conf man page.chals
2013-05-06Updating the Spanish translation of live-boot man page.chals
2013-05-06Updating dates in man pages.chals
2013-05-06Releasing debian version 4.0~a10-1.Daniel Baumann
2013-05-06Using is_live_path() in mount_images_in_directory() to avoid redundant logic.Michael Stummvoll
mount_images_in_directory() had is own logic for checking if this is a live path which was redundant, so I used is_live_path().
2013-05-06Fixing a bug with multiple files in is_live_path after the last commit.Michael Stummvoll
The version in the last commit has a bug handling multiple files in is_live_path, the fix introduces file_pattern_matches() which checks for $1 only. So even if there are multiple files matching the pattern only the first one will go into the [ -e ... ] expression.
2013-05-06Simplifying if statement in is_live_system function.Michael Stummvoll
2013-05-06Fixing condition for setting rootfs_dest_backing.Evgeni Golov
The fix for the opt_link check in d5ed942 broke the code as it inverted the meaning. Previously it ran the code iff opt_link was empty, as [ -n ] is true. In the case opt_link was not empty, the code evaluated to [ -n foo], which is invalid syntax and thus false. This, however, was almost the expected behaviour, as rootfs_dest_backing is needed for opt_union and (in read-only mode) for opt_link.
2013-05-06Debranding package for derivatives.Daniel Baumann
2013-05-06Releasing debian version 4.0~a9-1.Daniel Baumann
2013-05-06Removing all references to my old email address.Daniel Baumann
2013-05-06Releasing debian version 4.0~a8-1.Daniel Baumann
2013-05-06Transforming link targets so they work after the mount was moved (Closes: ↵Evgeni Golov
#702421).
2013-05-06Checking for ${overlay}, not ${device} when trying to close ${overlay}.Evgeni Golov
2013-05-06Fixing invalid syntax in test for opt_link.Evgeni Golov
2013-05-06Correcting spelling typos, thanks to Adam D. Barratt <adam@adam-barratt.org.uk>.Daniel Baumann
2013-05-06Dropping conditionals in backend, stuff is either there or not but not ↵Daniel Baumann
nothing in between.
2013-05-06Dropping pre-squeeze udev conditionals in initramfs-tools hook.Daniel Baumann
2013-05-06Moving dracut entry-point stub to backends.Daniel Baumann
2013-05-06Moving initramfs-tools entry-point to backends.Daniel Baumann
2013-05-06Releasing debian version 4.0~a7-1.Daniel Baumann
2013-05-06Making loadkeys call quiet in order to not mess-up persistence, thanks to ↵Daniel Baumann
stack <stack@inventati.org> (Closes: #700902).
2013-05-06Silencing unmounting of potentially stray tmpfs on /live/overlay.Daniel Baumann
2013-05-06Releasing debian version 4.0~a6-1.Daniel Baumann
2013-05-06Adding 3.0.1-1 changelog entries.Daniel Baumann
2013-05-06Updating Spanish translation of live-boot man page, persistence-label.chals
2013-05-06Releasing debian version 4.0~a5-1.Daniel Baumann
2013-05-06Updating manpage for persistence-label, thanks to Mike Gach ↵Daniel Baumann
<gach.mqt@gmail.com> (Closes: #697873).
2013-05-06Adding 3.0.0-1 changelog entries.Daniel Baumann