summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
5 daysMerge pull request #2 from sever-sever/T6674-trigger-rebuils-circinuscircinusChristian Breunig
T6674: Action add trigger workflow to rebuild package
5 daysT6674: Action add trigger workflow to rebuild packageViacheslav Hletenko
2023-08-04Use Markdown for READMEChristian Breunig
2023-08-04Add READMEChristian Breunig
2021-11-24fstab: T3990: do not mount /vat/tmp with size=25M optionChristian 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-23Debian: bump compat level to 10Christian Poessinger
2021-11-23fstab: T3990: mount tmpfs on /var/tmp to get clean FS on rebootsChristian Poessinger
2021-07-09Debian: T3641: add libpcre to initramfs libraries for live-bootChristian Poessinger
2021-06-25Debian: T3641: extend library path bugfix to all CPU architecturesChristian Poessinger
Commit f6a28ed220fff ("Debian: T3641: fix wrong library path for x86_64") added a fix for single arch (x86_64) support, but as we also support arm64, the path searching can contain an * as globbing pattern.
2021-06-24Debian: T3641: fix wrong library path for x86_64Christian Poessinger
NOTE: This is only a workaround to get x86_64 builds running again but needs a proper solution. Bug is also present in the latest upstream version [1]. Debian now comes with multiarch/multilib support so libraries are no longer stored in /lib but rather /lib/x86_64-linux-gnu or any other architecture. [1]: https://salsa.debian.org/live-team/live-boot/-/blob/debian/1%2520210208/backend/initramfs-tools/live.hook#L47
2021-06-21Debian: mark VyOS versionChristian Poessinger
2021-06-219990-misc-helpers: fix indentionChristian Poessinger
2020-06-24Jenkins: T2625: migrate to build libraryChristian Poessinger
2020-03-21Jenkins: T1870: support GitHub PullRequest buildsChristian Poessinger
2019-12-27Jenkins: make pipeline branch independentChristian Poessinger
2019-12-18Merge branch 'equuleus' of github.com:vyos/live-boot into currentChristian Poessinger
* 'equuleus' of github.com:vyos/live-boot: Jenkins: import Pipeline from vyos-1x commit bd00ec7 update Jenkins file for equuleus
2019-09-28Jenkins: import Pipeline from vyos-1x commit bd00ec7Christian Poessinger
2019-09-28Jenkins: import Pipeline from vyos-1x commit bd00ec7VyOS_1.2-2019Q4Christian Poessinger
2019-08-14update Jenkins file for equuleusUnicronNL
2019-06-14use nested loops instead of an arrayKim Hagen
2019-06-14remove obsolete if statementKim Hagen
2019-06-14fix if statementsKim Hagen
2019-06-14do not mount unknown filesystems or raid slavesKim Hagen
2019-05-14Create Jenkinsfile currentKim Hagen
2017-03-16check for raid so it wil be included in "find_livefs" functionKim
2016-08-09Update 9990-vyos.shKim
Error in if statement, this caused configuration to be overwritten on boot.
2016-05-21T69 Remove floppy device settingsKim Hagen
2016-04-04add live boot support for mmcblk devicesKim Hagen
2016-02-08Remove Device name from mount.Kim Hagen
2016-02-02Change live to mount in variable.Kim Hagen
2016-02-02Get mountpoint of persistent device and use it in vyos script.Kim Hagen
2016-02-02Add fastboot and option to set nofastboot.Kim Hagen
2016-02-01Do not generate error is folders exist.Kim Hagen
2016-02-01Add vyos config mounting script.Kim Hagen
2016-02-01Fix mountpoint for vyos/vyatta persistence dir.Kim Hagen
2016-02-01Add vyatta-union and vyos-union options.Kim Hagen
2015-12-13Update changelog for releaseIain R. Learmonth
2015-12-13Added myself to uploaders, updated Vcs-* and homepageIain R. Learmonth
2015-12-13Switch to native source formatIain R. Learmonth
2015-12-13Using 'Live Systems Project' as default project in .pot files.Carlos Zuferri
2015-12-13Adding French translation for live-boot manpage and prep for persistence.conf.trebmuh
2015-08-23Releasing debian version 5.0~a5-1.Daniel Baumann
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
2015-08-19Support predictable network interface names.Steven Shiau
2015-08-19Wrap and sort debian control file.Daniel Baumann
2015-08-19Adjusting whitespace to tabs on components/9990-mount-http.shRichard Nelson
2015-08-19Adjusting whitespace to tabs on components/9990-misc-helpers.shRichard Nelson
2015-08-19Adjusting whitespace to tabs on components/9990-overlay.shRichard Nelson
2015-05-17Releasing debian version 5.0~a4-1.Daniel Baumann
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
2015-05-17Switching default union filesystem to overlay, wheezy systems can use ↵Daniel Baumann
union=aufs for the time being.
2015-05-17Refactoring duplicate identical call to mount.Tails developers