summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-28Add support for installing a new image on the Amazon AMIhydrajump
- Check if installing on AWS EC2 platform via instance metadata. - Configure GRUB correctly, so that boot messages are available via instance's console. - Add init.d script to fetch user's EC2 public key during boot.
2014-04-28Remove trailing whitespacehydrajump
2014-04-25Add fuse group for admin users so /dev/fuse is accessible andKim Hagen
/usr/bin/fusermount is executable.
2014-04-25Support and switch to overlayfsJames Davidson
2014-04-120.20.43+vyos1+helium4debian/0.20.43+vyos1+helium4Daniil Baturin
2014-04-12Bug #170: Improve help strings.Daniil Baturin
2014-04-12Bug #170: Remove "wait" option.Daniil Baturin
2014-04-12Bug #170: Specify interface name in iproute2 command to override default ↵Daniil Baturin
numering.
2014-04-12Bug #170: Break iproute2 commands in multiple line for better readability.Daniil Baturin
2014-04-12Bug #170: Add address, disable, and description options.Daniil Baturin
2014-04-12Bug #170: Set link up at after creating tunnel.Daniil Baturin
2014-04-12Bug #170: Set default wait time to 0.Daniil Baturin
2014-04-12Bug #170: Rename nodes for consistency with the rest of the system.Daniil Baturin
2014-04-10Merge pull request #9 from hydrajump/ctrl-alt-del-actionDaniil Baturin
Bug #173: Add system option for ctrl-alt-del-action to configuration
2014-04-10Add syntax check to validate valuehydrajump
2014-04-10Use elif conditional instead of ifhydrajump
2014-04-09Add system option for ctrl-alt-del-action to configurationhydrajump
This new configuration option allows the user to specify what action to take on ctrl-alt-delete: disable, reboot or poweroff. By default ctrl-alt-delete-action is set to disable. The ctrl-alt-delete action is configured in /etc/inittab.
2014-04-060.20.43+vyos1+helium3debian/0.20.43+vyos1+helium3Daniil Baturin
2014-04-06Bug #170: add L2TPv3 to the interface type list.Daniil Baturin
2014-04-06Remove extra space before pppoe in interface types for nicer formatting.Daniil Baturin
2014-04-06Bug #159: add dummy type to network interface type list.Daniil Baturin
2014-04-060.20.43+vyos1+helium2debian/0.20.43+vyos1+helium2Daniil Baturin
2014-04-06Bug #159: add delete action for dummy interfaces.Daniil Baturin
2014-04-06Bug #159: add conf mode templates for dummy interfaces.Daniil Baturin
2014-04-02Merge pull request #8 from hydrajump/delete-ssh-blacklistsDaniil Baturin
Delete SSH blacklists as they are no longer needed
2014-04-02Delete SSH blacklists as they are no longer neededhydrajump
The SSH blacklists were committed 5 years ago and the original contributor does not recall why they were added.
2014-03-24Merge pull request #7 from tea2ka/heliumDaniil Baturin
Correction of a "DHCPv6Client"-related script for use with parameters only SLAAC
2014-03-24Merge pull request #6 from higebu/fix-support-for-l2tpv3Daniil Baturin
Fix support for l2tpv3
2014-03-24Merge pull request #4 from hydrajump/install-align-partitionDaniil Baturin
Cleanup of unused parted root partitioning starting offset
2014-03-24Merge pull request #3 from higebu/fix-support-for-l2tpv3-over-ipDaniil Baturin
Fix support for l2tpv3 over ip
2014-03-21collect dhcpv6-optionstea2ka
The "dhcpv6-options" option parameter corrected the bug which is not reflected normally.
2014-03-21using a DNS server with an IPv6 address.tea2ka
It seems that immediately the back of an IPv6 address will not be normally recognized if it is not "\n" when using a DNS server with an IPv6 address.
2014-03-20Remove endpoint, and add mtu supporthigebu
2014-03-18Cleanup of unused parted root partitioning starting offsethydrajump
As we are no longer setting the ROOT_OFFSET based on disk size, I have removed the ROOT_OFFSET variable and the set_root_fstype function.
2014-03-18Fix support for l2tpv3 over iphigebu
2014-03-17Merge pull request #1 from hydrajump/install-align-partitionDaniil Baturin
Bug #171: Fixed parted command for root partition alignment.
2014-03-17Merge pull request #2 from higebu/feature/l2tpv3Daniil Baturin
Bug #170: Add support for l2tpv3
2014-03-18Add support for l2tpv3higebu
2014-03-16Fixed parted command for root partition alignment.hydrajump
The current parted command does not align the root partition as desired by the `--align optimal` option. This is evident from this parted message: "Warning: The resulting partition is not properly aligned for best performance." Instead of setting the ROOT_OFFSET=64S or ROOT_OFFSET=1024S (> 10GB) we should set it to 0%. This will result in optimal alignment regardless of disk size. Source: https://unix.stackexchange.com/a/49274
2014-02-150.20.43+vyos1+helium1debian/0.20.43+vyos1+helium1Daniil Baturin
2014-02-15New branchDaniil Baturin
2014-01-310.20.43+hydrogen12debian/0.20.43+hydrogen12Daniil Baturin
2014-01-31Merge changes to SNMPv3 templates and scripts from vRouter 5400 trial ISO.Daniil Baturin
Changes are copyright 2013, Vyatta, a Brocade company.
2014-01-180.20.43+hydrogen11debian/0.20.43+hydrogen11Daniil Baturin
2014-01-18Force releaseDaniil Baturin
2014-01-180.20.43+hydrogen10debian/0.20.43+hydrogen10Daniil Baturin
2014-01-18Bug #98: add an option for redirect support to curl call.Daniil Baturin
2013-12-220.20.43+hydrogen9debian/0.20.43+hydrogen9Daniil Baturin
2013-12-22Change image name for new installs to just numeric version.Daniil Baturin
2013-12-220.20.43+hydrogen8debian/0.20.43+hydrogen8Daniil Baturin