summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2016-08-05prevent systemd from doing a clear screen before login promptKim Hagen
2016-08-05set systemd tasks verbose on bootKim Hagen
2016-05-24update clearfog script nameKim Hagen
add x86 specific packages to vyos-x86.list.chroot
2016-05-24add build options for clearfogKim Hagen
2016-04-13Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2016-04-13For the ARM porting story: add copying a package list with arch-specific ↵Daniil Baturin
packages to the build-flavour script. Right now it only includes grub-pc.
2016-03-27add vyos-remove package and remove ddclient dhclient hookKim Hagen
2016-03-11Include non-free firmware in the image (ref T15).Kim Hagen
2016-02-09Add sshd.service file to cleanly close ssh sessions.Kim Hagen
2016-02-08Revert "Add libpam-systemd package to cleanly close ssh sessions."Kim Hagen
This reverts commit d414a3742ae9c257710b612419435791a31dc162.
2016-02-08Add libpam-systemd package to cleanly close ssh sessions.Kim Hagen
2016-02-05Add binary hook for backwards compatibility and a hook that creates symlinks ↵Kim Hagen
for vmlinuz and initrd.img.
2016-02-05Add post install script that will be used by squeeze versions of vyatta/vyos.Kim Hagen
2016-02-03Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2016-02-03Add a script for copying various files to the build config dir depending on ↵Daniil Baturin
build flavour.
2016-02-03Add hook that prevent services from starting at boot.Kim Hagen
2016-02-03Removed fuse.conf file, will be generated in hooksKim Hagen
2016-02-03Add hooks or live-build.Kim Hagen
2016-02-02Add some more useful stuff to the utils package list.Daniil Baturin
2016-02-01Add vyos-world to the base packagelist.Daniil Baturin
2016-02-01Add grub2 to base package list, is needed for installs.Kim Hagen
2016-01-24Add VyOS package repo, hardcoded for now.Daniil Baturin
This will be a configure option eventually.
2016-01-24Keep all common live-build config data in data/live-build-configDaniil Baturin
If more granular data modification is needed, it can be stored in other data/ subdirs.
2015-12-18Add package lists support.Daniil Baturin
The idea is that package lists in data/package-lists/common/ will be used by all build flavours, while special individual build flavours may have their own additional package lists defined by configure options.
2015-12-18Add image data includes copying step to the makefile.Daniil Baturin