summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-07Making 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.
2012-11-30Releasing debian version 3.0~b8-1.Daniel Baumann
2012-11-29Adding dpkg-source local options.Daniel Baumann
2012-11-29Updating package lists in bug script to match current implementations.Daniel Baumann
2012-11-29Removing file from recommends, no usage of file in live-boot anymore.Daniel Baumann
2012-11-29Removing eject from recommends, the script that ejects the live medium is in ↵Daniel Baumann
live-config these days.
2012-11-07Releasing debian version 3.0~b7-1.Daniel Baumann
2012-11-04Adding support for the previous persistence configuration file name, for ↵Tails developers
compatibility with systems that have been deployed with live-persistence.conf already.
2012-10-03Properly wrap package descriptions to 80 characters per line.Daniel Baumann
2012-10-03Updating package descriptions.Daniel Baumann
2012-10-03Renaming /lib/live/mount/image to /lib/live/mount/medium.Daniel Baumann
See http://lists.debian.org/debian-live/2012/10/msg00023.html for more information.
2012-10-03Updating file paths for /lib/live/mount.Daniel Baumann
See http://lists.debian.org/debian-live/2012/10/msg00021.html for more information.
2012-10-02Releasing debian version 3.0~b6-1.Daniel Baumann
2012-10-02Renaming the boot scripts readme file to fixme to make it even more obvious.Daniel Baumann
2012-10-02Removing source-only readme file about boot scripts from the binary package.Daniel Baumann
2012-10-02Renaming rofs to more intuitive rootfs.Daniel Baumann
2012-10-02Stopping to put a tmpfs on /root/lib/live from within initramfs, it ↵Daniel Baumann
over-'layered' most prominently the live systems /lib/live/config, making the runtime configuration impossible and the tmpfs is not used or needed in the first place anyway.
2012-10-01Including hfs and hfsplus modules in initrd to access filesystems on apple ↵Daniel Baumann
systems.
2012-09-30Releasing debian version 3.0~b5-1.Daniel Baumann
2012-09-30Applying slightly modified patch from Reinhard Tartler <siretart@tauware.de> ↵Daniel Baumann
to ensure that a potentially stray tmpfs on /live/overlay gets removed to fix netboot failures (Closes: #685375).
2012-09-30Removing showmounts option as it's enable always anyway.Daniel Baumann
2012-09-29Updating to standards version 3.9.4.Daniel Baumann
2012-09-27Releasing debian version 3.0~b4-1.Daniel Baumann
2012-09-27Moving remaining stuff from /live to /lib/live to avoid further namespace ↵Daniel Baumann
pollution.
2012-09-27Switching to final name for the persistence configuration file ↵Daniel Baumann
'persistence.conf' in line with boot parameter.
2012-09-26Releasing debian version 3.0~b3-1.Daniel Baumann
2012-09-26Updating code for exposing of overlay mounts under /live too.Daniel Baumann
2012-09-26Exposing rofs and persistence mounts under /live in the live systems, not ↵Daniel Baumann
just initramfs only (Closes: #687099).
2012-09-26Removing mountpoint if no persistence layer is found on a device.Gaudenz Steinlin
2012-09-26Always move live filesystem mounts to /root within initramfs, regardless if ↵Daniel Baumann
mountpoint already exists or not (Closes: #688782).
2012-08-24Releasing debian version 3.0~b2-1.Daniel Baumann
2012-08-24Regenerating initramfs on remove.Daniel Baumann
2012-08-24Removing /etc/live/boot if empty on purge in postrm.Daniel Baumann
2012-08-24Recreating /etc/live/boot in postinst.Daniel Baumann
2012-08-16Releasing debian version 3.0~b1-1.Daniel Baumann
2012-08-16Updating scripts readme about transition to plugin based architecture.Daniel Baumann
2012-08-16Correcting permissions of /tmp which apparently somehow get mixed up along ↵Daniel Baumann
the way.
2012-08-14Making nameserver assignment from ip= bootparameter work with persistence.Daniel Baumann
2012-08-14Adding support for nameserver in ip= boot parameter.Steven Shiau
2012-08-14Reading configuration files in initramfs-tools hook too.Daniel Baumann
2012-08-14Reading configuration file from filesystem and live-media at runtime too.Daniel Baumann
2012-08-14Using /etc/live/boot/*.conf instead of /etc/live/boot.d/*.conf and ↵Daniel Baumann
/live/image/live/boot/*.conf instead of /live/image/live/boot.d/*.conf for consistency reasons.
2012-08-14Simplifying usage of copy_exec function from hooks-function in ↵Daniel Baumann
initramfs-tools hook.
2012-08-14Correcting DNS inclusion in initramfs-tools hook, thanks to Steven Shiau ↵Daniel Baumann
<steven@nchc.org.tw> for reporting.
2012-08-14Laying tmpfs on /live/overlay only during initramfs stage, fixes boot ↵Daniel Baumann
failure with plain filesystems (Closes: #681579).
2012-08-14Consistently using case instead of if for conditionals in script boilerplate.Daniel Baumann
2012-08-14Moving reading of initramfs-tools functions to initramfs-tools script.Daniel Baumann
2012-08-14Reading /conf/param.conf after Select_eth_device in main function to fix ↵Steven Shiau
network booting (Closes: #683240).
2012-08-07Adding slightly modified patch from Steven Shiau <steven@nchc.org.tw> to ↵Daniel Baumann
transition to /run for network interface definition files which fixes resolv.conf creation for netboot.
2012-08-07Removing live-new-uuid, a rewritten one goes to live-tools.Daniel Baumann