Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-15 | Properly boot from mdadm via findiso boot option. | Michael Prokop | |
For example grml-rescueboot uses findiso for booting the ISO. When booting from a software RAID using mdadm then /scripts/local-top/mdadm being used inside /scripts/boot/9990-misc-helpers.sh leaks its output to the environment, causing invalid data used inside the mount_images_in_directory function. Because the invalid data results in a failing mount_images_in_directory execution we end up with failed boot and error message: "No supported filesystem images found at ...." So instead redirect output of /scripts/local-top/mdadm to /boot.log. Also make sure to check for existence of /conf/conf.d/md before accessing it (the file doesn't always exist). While at it also make sure the same logic is used for /scripts/local-top/lvm2. See http://bts.grml.org/grml/issue1270 | |||
2013-10-15 | Rewrapping control file. | Daniel Baumann | |
2013-10-15 | Releasing debian version 4.0~alpha16-1. | Daniel Baumann | |
2013-10-15 | Applying patch from Michael Prokop <mika@grml.org> to update udev usage in ↵ | Daniel Baumann | |
is_nice_device() for newer udev versions. | |||
2013-10-14 | Updating package descriptions. | Daniel Baumann | |
2013-09-13 | Releasing debian version 4.0~a15-1. | Daniel Baumann | |
2013-09-13 | Install components into /lib/live/boot folder. | Jan Blunck | |
2013-09-13 | Releasing debian version 4.0~a14-1. | Daniel Baumann | |
2013-09-13 | Updating debhelper install file to include additional scripts in new location. | Daniel Baumann | |
2013-09-13 | Add support for persistence-storage type "directory". | Jan Blunck | |
This adds support for mounting a plain writable directory as the persistence storage layer. The $PERSISTENCE_PATH and the persistence-label are taken into account when searching for the persistence.conf file. | |||
2013-09-13 | Blacklist devices used for /live/rootfs/* insted of /live/medium. | Jan Blunck | |
The path /live/medium is used for probing different devices when searching for the live rootfs. There is no reason why that device should be banned from being used for persistence storage. Instead the devices that are actually used as the backing storage for the live rootfs should be banned. | |||
2013-09-13 | Remount writable when moving the mountpoint of the persistence device. | Jan Blunck | |
If the persistence device has been mounted before, e.g. for mounting the rootfs image file, then we should try to remount it writable. This way the result for both cases, 1. was and 2. was not mounted before, are identical. | |||
2013-09-13 | Move check for block device to mount_persistence_media(). | Jan Blunck | |
We should only check for the persistence media path being a block device where it is really required which is the case in mount_persistence_media(). | |||
2013-09-13 | Use PERSISTENCE_PATH with a trailing "/". | Jan Blunck | |
When using PERSISTENCE_PATH we should prepend and append a pathname separator as this is done with other user provided paths as well, e.g. LIVE_MEDIA_PATH. | |||
2013-06-25 | Updating Spanish translation of man pages. | chals | |
2013-06-25 | Updating the dates in man pages. | chals | |
2013-06-24 | Updating indenting in network component. | Daniel Baumann | |
2013-06-24 | Simplifying /etc/resolv.conf generation a bit. | Daniel Baumann | |
2013-06-24 | Dropping really_export dead code. | Daniel Baumann | |
2013-06-24 | Dropping helper function used in one place only which can be replaced with a ↵ | Daniel Baumann | |
simple ls call anyway. | |||
2013-06-24 | Shortening /etc/mtab conditional creation. | Daniel Baumann | |
2013-06-24 | Replacing variable used in one place only with explicit directory for ↵ | Daniel Baumann | |
simplicity. | |||
2013-06-24 | Dropping old pre-wheezy persistence list handling. | Daniel Baumann | |
2013-06-24 | Dropping old pre-wheezy udevadm handling. | Daniel Baumann | |
2013-06-24 | Updating code to current coding style in a some locations. | Daniel Baumann | |
2013-06-24 | Replace various mentionings of scripts with components. | Daniel Baumann | |
2013-06-24 | Reorganizing components in source tree. | Daniel Baumann | |
2013-06-24 | Reorganizing frontend in source tree. | Daniel Baumann | |
2013-06-24 | Reorganizing backend in source tree. | Daniel Baumann | |
2013-06-24 | Calculating size for the whole media "/live/image/", not only the dir ↵ | Steven Shiau | |
"/live/image/live/" when using toram. | |||
2013-05-28 | Updating Spanish translation of live-boot man page. | chals | |
2013-05-28 | Allowing to superseed live-boot cmdline through configuration files. | Daniel Baumann | |
2013-05-28 | Correcting debug variables through out the code to use the same one. | Daniel Baumann | |
2013-05-28 | Updating 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-27 | Releasing debian version 4.0~a13-1. | Daniel Baumann | |
2013-05-27 | Increasing tftp blocksize to maximum value per RFC 2348, thanks to Vincent ↵ | Daniel Baumann | |
Smeets <Vincent.VSmeets@gmail.com> (Closes: #709887). | |||
2013-05-08 | Releasing debian version 4.0~a12-1. | Daniel Baumann | |
2013-05-08 | Further guarding overwriting of /bin/mount by making it dependent on the ↵ | Daniel Baumann | |
existence of /bin/mount.util-linux. | |||
2013-05-08 | Moving overwriting of /bin/mount with /bin/mount.util-linux for httpfs to ↵ | Daniel Baumann | |
make it active (Closes: #707116). | |||
2013-05-06 | Updating manpage wrt/ quickreboot (Closes: #706686). | Daniel Baumann | |
2013-05-06 | Releasing debian version 4.0~a11-1. | Daniel Baumann | |
2013-05-06 | Also blacklisting findiso and fromiso devices for luks file persistence. | David Hare | |
2013-05-06 | Adding support for luks persistence with persistence files (Closes: #701614). | Peter Schaefer | |
2013-05-06 | Don'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-06 | Select 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-06 | Correcting leftovers from old variable handling for BOOTIF, thanks to Andrew ↵ | Daniel Baumann | |
Jeffery <andrewj@avalon.com.au> (Closes: #703743). | |||
2013-05-06 | Renaming main function to live for consistent namespace. | Daniel Baumann | |
2013-05-06 | Renumbering the first three early scripts. | Daniel Baumann | |
2013-05-06 | Fixing the use of one preposition in the Spanish translation of the man pages. | chals | |
2013-05-06 | Updating the Spanish translation of persistence.conf man page. | chals | |