Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-24 | fstab: T3990: do not mount /vat/tmp with size=25M option | Christian Poessinger | |
Added initially in commit 0fb1a61 ("fstab: T3990: mount tmpfs on /var/tmp to get clean FS on reboots") but this causes the "add system image" command to fail as new ISO images are downloaded to /var/tmp. | |||
2021-11-23 | fstab: T3990: mount tmpfs on /var/tmp to get clean FS on reboots | Christian Poessinger | |
2021-06-21 | 9990-misc-helpers: fix indention | Christian Poessinger | |
2019-06-14 | use nested loops instead of an array | Kim Hagen | |
2019-06-14 | remove obsolete if statement | Kim Hagen | |
2019-06-14 | fix if statements | Kim Hagen | |
2019-06-14 | do not mount unknown filesystems or raid slaves | Kim Hagen | |
2017-03-16 | check for raid so it wil be included in "find_livefs" function | Kim | |
2016-08-09 | Update 9990-vyos.sh | Kim | |
Error in if statement, this caused configuration to be overwritten on boot. | |||
2016-05-21 | T69 Remove floppy device settings | Kim Hagen | |
2016-04-04 | add live boot support for mmcblk devices | Kim Hagen | |
2016-02-08 | Remove Device name from mount. | Kim Hagen | |
2016-02-02 | Change live to mount in variable. | Kim Hagen | |
2016-02-02 | Get mountpoint of persistent device and use it in vyos script. | Kim Hagen | |
2016-02-02 | Add fastboot and option to set nofastboot. | Kim Hagen | |
2016-02-01 | Do not generate error is folders exist. | Kim Hagen | |
2016-02-01 | Add vyos config mounting script. | Kim Hagen | |
2016-02-01 | Fix mountpoint for vyos/vyatta persistence dir. | Kim Hagen | |
2016-02-01 | Add vyatta-union and vyos-union options. | Kim Hagen | |
2015-08-19 | Support predictable network interface names. | Steven Shiau | |
2015-08-19 | Adjusting whitespace to tabs on components/9990-mount-http.sh | Richard Nelson | |
2015-08-19 | Adjusting whitespace to tabs on components/9990-misc-helpers.sh | Richard Nelson | |
2015-08-19 | Adjusting whitespace to tabs on components/9990-overlay.sh | Richard Nelson | |
2015-05-17 | Switching default union filesystem to overlay, wheezy systems can use ↵ | Daniel Baumann | |
union=aufs for the time being. | |||
2015-05-17 | Refactoring duplicate identical call to mount. | Tails developers | |
2015-05-17 | Removing obsolete code. | Tails developers | |
We're resetting this variable to a correct value a few lines below. | |||
2015-05-17 | Adding missing quotes. | Tails developers | |
2015-05-17 | Cleaning up comment to keep only the part that's relevant here. | Tails developers | |
2015-05-17 | Removing 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-17 | Patch 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-29 | Logging a warning when an expected image file is missing. | Tails developers | |
2015-04-28 | Waiting until all ethernet devices are up on multi-nic machines, thanks to ↵ | Daniel Baumann | |
Chris Read <chris.read@gmail.com> (Closes: #744777). | |||
2015-04-28 | Refactoring duplicate identical call to mount. | Tails developers | |
2015-04-28 | Removing unused variables. | Tails developers | |
2015-04-28 | Removing obsolete code. | Tails developers | |
We're resetting this variable to a correct value a few lines below. | |||
2015-04-28 | Adding missing quotes. | Tails developers | |
2015-04-28 | Cleaning up comment to keep only the part that's relevant here. | Tails developers | |
2015-04-28 | Removing 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-28 | Patch 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-02 | Modprobe filesystem modules before checking support. | Gaudenz Steinlin | |
This bug was accidentially introduced in commit ec9bd07c which removed unionfs-fuse support. | |||
2015-01-04 | Adding command line parameter to remove persistence. | Tom Jampen | |
2015-01-04 | Simplifying code a bit after removal of no longer supported overlay ↵ | Daniel Baumann | |
alternatives. | |||
2015-01-04 | Dropping unionmount support, superseeded with overlay in mainline kernel. | Daniel Baumann | |
2015-01-04 | Dropping unionfs support, long superseeded with aufs. | Daniel Baumann | |
2015-01-04 | Dropping 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-04 | Using '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. | |||
2014-12-09 | Suppress annoying but harmless warning about unknown module | Jan 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-09 | Fix spelling of unknown | Jan Blunck | |
2014-11-10 | Dropping 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-08 | Fixing typo in warning message. | Carlos Zuferri | |