summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-06Fixing mounting of rootfs, cow and medium filesystems (Closes: #696495).Gaudenz Steinlin
2013-05-06Fixing support for multiple squashfs images (Closes: #696494).Gaudenz Steinlin
2013-05-06Removing some dead code in netbase parts.Daniel Baumann
2013-05-06Calling df with -P to avoid line wraps with overly long mountpoints.Daniel Baumann
2013-05-06Dropping dpkg compression level.Daniel Baumann
2013-05-06Updating Spanish translation in respect to noeject.chals
2013-05-06Updating noeject description in manpage.Daniel Baumann
2013-05-06Replace noprompt with noeject on manpage.Richard Nelson
2013-05-06Updating manpage year handling for 2013.Daniel Baumann
2013-05-06Releasing debian version 4.0~a4-1.Daniel Baumann
2013-05-06Adding 3.0~b11-1 changelog entries.Daniel Baumann
2013-05-06By default including sha256sum only in progress-linux, keep md5sum legacy ↵Daniel Baumann
for debian.
2013-05-06Correcting legacy filename for checksum files.Daniel Baumann
2013-05-06Supporting legacy filenames for checksums in debian within verify-checksums.Daniel Baumann
2013-05-06Updating year in copyright file.Daniel Baumann
2013-05-06Releasing debian version 4.0~a3-1.Daniel Baumann
2013-05-06Adding 3.0~b10-1 changelog entries.Daniel Baumann
2013-05-06Cleaning up manpage po files.Daniel Baumann
2013-05-06Update manpage information of ip= param to correctly reflect what ↵Richard Nelson
9990-netbase.sh expects.
2013-05-06Correcting spelling typo in bug script.Daniel Baumann
2013-05-06Making overwriting of /bin/mount within initramfs with mount.util-linux ↵Daniel Baumann
dependent on fuse usage, not on some additional boot parameter.
2013-05-06Including util-linux mount in initramfs.Michal Suchanek
2013-05-06Adding live-tools to recommends.Daniel Baumann
2013-05-06Releasing debian version 4.0~a2-1.Daniel Baumann
2013-05-06Adding 3.0~b9-1 changelog entries.Daniel Baumann
2013-05-06Using 'local' in a safe way.Tails developers
First of all, 'local' is non-POSIX, but it is a really good safeguard against hard-to-find bugs. However, doing a local + initializing combo like `local X=$Y` in dash is error prone. If `Y=1 2` will get an error since dash will expand $Y so we get `local X=1 2`, but it will treat the "2" as another variable to be made local, which isn't what we want. Hence, let's declare variables local and initialize them in separate commands, which is safe.
2013-05-06Fixing persistence-media option when no devices are attached.Tails developers
Earlier, if it was set to e.g. 'removable-usb' and no USB storage was connected, $whitelistdev would be empty, which is interpreted like all devices are ok by the rest of the code.
2013-05-06Handling already mounted persistence backing media correctly.Tails developers
I.e. treat the case where a backing media already had been mounted in the expected place like a success (by printing the mount dir). This doesn't fix any bug in live-boot, but it will come in handy for the (soon-to-come) script for activating custom persistence in user-space. While we're at it, document this function.
2013-05-06Making the /live to /lib/live move for the persistence code.Tails developers
Exposing /lib/live/mount/persistence in user-space is highly relevant for the (soon-to-come) tool for activating persistence post-initramfs. We want to use the same persistence code for both scenarios, and avoid using different cases for them, so we make it only use /lib/live. Similarly we also make sure that persistence modes using unions use the same copy-on-write dir or "overlay" (i.e. /lib/live/mount/overlay) in order to make them work as intended.
2013-05-06Adding debian version 4.0~a1-1.Daniel Baumann
2013-02-14Releasing debian version 3.0.1-1.Daniel Baumann
2013-02-14Dropping German manpage translations stubs for the release.Daniel Baumann
2013-02-14Updating Spanish translation of live-boot man page, persistence-label.chals
2013-02-12Releasing debian version 3.0.0-1.Daniel Baumann
2013-02-12Correcting persistence-label handling fwrt/ legacy live-boot 2.x support, ↵Daniel Baumann
thanks to Mike Gach <gach.mqt@gmail.com> (Closes: #697873).
2013-02-12Fixing mounting of rootfs, cow and medium filesystems (Closes: #696495).Gaudenz Steinlin
2013-02-12Fixing support for multiple squashfs images (Closes: #696494).Gaudenz Steinlin
2013-02-12Removing some dead code in netbase parts.Daniel Baumann
2013-02-09Improving test for /etc/fstab.d support by testing for its existence instead ↵Tails developers
of /run's one.
2013-01-23Calling df with -P to avoid line wraps with overly long mountpoints.Daniel Baumann
2013-01-23Dropping dpkg compression level.Daniel Baumann
2013-01-08Updating Spanish translation in respect to noeject.chals
2013-01-08Updating noeject description in manpage.Daniel Baumann
2013-01-08Replace noprompt with noeject on manpage.Richard Nelson
2013-01-02Updating manpage year handling for 2013.Daniel Baumann
2013-01-02Releasing debian version 3.0~b11-1.Daniel Baumann
2013-01-02By default including sha256sum only in progress-linux, keep md5sum legacy ↵Daniel Baumann
for debian.
2013-01-02Correcting legacy filename for checksum files.Daniel Baumann
2013-01-02Supporting legacy filenames for checksums in debian within verify-checksums.Daniel Baumann
2013-01-01Updating year in copyright file.Daniel Baumann