summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-17Removing attempt to mount overlayfs in an obsolete way.Tails developers
The version of overlayfs that reached Linux mainline does not support this mount call, no need to try it every time.
2015-05-17Patch by Steven Shiau <steven@nchc.org.tw>. The only changes so far are:Tails developers
* drop the parts of the patch that are not relevant to live-boot 5.x * adapt formatting to match Debian Live coding standards
2015-04-29Logging a warning when an expected image file is missing.Tails developers
2015-04-28Releasing debian version 5.0~a3-1.Daniel Baumann
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
2015-04-28Waiting until all ethernet devices are up on multi-nic machines, thanks to ↵Daniel Baumann
Chris Read <chris.read@gmail.com> (Closes: #744777).
2015-04-28Refactoring duplicate identical call to mount.Tails developers
2015-04-28Removing unused variables.Tails developers
2015-04-28Removing obsolete code.Tails developers
We're resetting this variable to a correct value a few lines below.
2015-04-28Adding missing quotes.Tails developers
2015-04-28Cleaning up comment to keep only the part that's relevant here.Tails developers
2015-04-28Removing attempt to mount overlayfs in an obsolete way.Tails developers
The version of overlayfs that reached Linux mainline does not support this mount call, no need to try it every time.
2015-04-28Patch by Steven Shiau <steven@nchc.org.tw>. The only changes so far are:Tails developers
* drop the parts of the patch that are not relevant to live-boot 5.x * adapt formatting to match Debian Live coding standards
2015-04-26Releasing debian version 5.0~a2-1.Daniel Baumann
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
2015-04-09Unfuzzy Japanese translation.victory
2015-04-02Modprobe filesystem modules before checking support.Gaudenz Steinlin
This bug was accidentially introduced in commit ec9bd07c which removed unionfs-fuse support.
2015-01-04Adding command line parameter to remove persistence.Tom Jampen
2015-01-04Releasing debian version 5.0~a1-1.Daniel Baumann
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
2015-01-04Updating year in copyright notices to 2015.Daniel Baumann
2015-01-04Simplifying code a bit after removal of no longer supported overlay ↵Daniel Baumann
alternatives.
2015-01-04Updating manpages for union= boot parameter.Daniel Baumann
2015-01-04Dropping unionmount support, superseeded with overlay in mainline kernel.Daniel Baumann
2015-01-04Dropping unionfs support, long superseeded with aufs.Daniel Baumann
2015-01-04Dropping unionfs-fuse support:Daniel Baumann
* unionfs-fuse itself has been always very buggy for us. * unionfs-fuse code in live-boot as been experimental at best. * the FUSE implementation is horribly slow due to the nature of FUSE (~10min to boot a live system with unionfs-fuse compared to <<1min with aufs). * and last but not least, there's overlay in kernel mainline now.
2015-01-04Using 'overlay' instead of 'overlayfs' everywhere, without backwards ↵Daniel Baumann
compatibility (Closes: #773881). When overlayfs got merged into kernel mainline it was renamed to overlay. We don't provide backwards compatibility since overlayfs support was experimental and only with non-debian default kernels available.
2015-01-04Fixing name of overlayfs kernel module for inclusion in the initramfs ↵Tails developers
(Closes: #773868).
2014-12-10Releasing debian version 4.0.2-1.Daniel Baumann
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
2014-12-09Suppress annoying but harmless warning about unknown moduleJan Blunck
Loading, please wait... [ 4.237575] sd 2:0:0:0: [sda] Assuming drive cache: write through [ 4.239183] sd 2:0:0:0: [sda] Assuming drive cache: write through [ 4.524950] sd 2:0:0:0: [sda] Assuming drive cache: write through modprobe: module unknown not found in modules.dep
2014-12-09Fix spelling of unknownJan Blunck
2014-11-10Dropping usage of /etc/fstab.d since util-linux removed it, thanks to Evgeni ↵Daniel Baumann
Golov <evgeni+git@golov.de> for reporting it.
2014-10-25Releasing debian version 4.0.1-1.Daniel Baumann
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
2014-10-25Dropping empty German manpage translations.Daniel Baumann
2014-10-08Fixing typo in warning message.Carlos Zuferri
2014-09-17Updating to standards version 3.9.6.Daniel Baumann
2014-09-08Change a wording and fix a typo in the po header, in Japanese translation.victory
2014-08-27Releasing debian version 4.0.0-1.Daniel Baumann
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
2014-08-27Adding plymouth support for LUKS passwort prompt based on a patch from ↵Daniel Baumann
Gaudenz Steinlin <gaudenz@debian.org> (Closes: #754166).
2014-05-25Adding .po integrity check target to manpages/Makefile.Carlos Zuferri
2014-05-25Adding '--package-version' to po4a options.Carlos Zuferri
2014-05-25Removing obsolete flag '--no-backups' from po4a options.Carlos Zuferri
2014-03-31Releasing debian version 4.0~alpha21-1.Daniel Baumann
2014-03-31Building with dh --parallel.Daniel Baumann
2014-03-31Releasing debian version 4.0~alpha20-1.Daniel Baumann
2014-03-29Do not throw warnings when /tmp/custom_mounts.list does not exist.Evgeni Golov
When no device for an overlay can be found, /tmp/custom_mounts.list won't be created and will produce warnings while booting: sort: /tmp/custom_mounts.list: No such file or directory rm: can't remove '/tmp/custom_mounts.list': No such file or directory Properly handle this case by calling rm with the -f option and calling sort only when the file exists.
2014-03-29Supporting resolvconf in the squashfs.Evgeni Golov
When resolvconf is used in the squashfs, /etc/resolv.conf is a symlink to the generated version. Depending on the size of the squashfs and other factors, sometimes we try to write to /etc/resolv.conf while it still points to nirvana, as resolvconf did not generate it yet. Instead of being racy and writing to a file which will be regenerated anyways, let's detect resolvconf and write to its base file instead. Initial detection idea by Mika Prokop <mika@grml.org>
2014-03-29Properly check if $rc_server1 is not "0.0.0.0".Evgeni Golov
2014-02-10Fix cut-and-paste typo verify-checksums -> panic.Trent W. Buck
2014-02-08Releasing debian version 4.0~alpha19-1.Daniel Baumann
2014-02-08Adjusting internal file of the swap component to match its own boot parameter.Daniel Baumann
2014-02-08Updating swap bootparameter in manpage to match code (Closes: #738146).Daniel Baumann
2014-01-17Updating copyright notices for 2014.Daniel Baumann