Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-10 | Merge remote-tracking branch 'c-po/remove-install-system-cmd' into current | Christian Poessinger | |
* c-po/remove-install-system-cmd: Remove "install system" command | |||
2017-12-27 | T496: remove diagnostic partition for RAID1 installs | Christian Poessinger | |
2017-11-03 | Remove "install system" command | Christian Poessinger | |
Related to "T157: Remove "install system" command". | |||
2017-06-05 | remove trailing space from version (if there is any) | Kim | |
2017-03-20 | exclude install medium from raid disk count | Kim | |
2016-05-21 | T69 Remove floppy device settings | Kim Hagen | |
2016-02-05 | Do not create persistent fstab, this will interfere with systemd. | Kim Hagen | |
2016-02-05 | Renamed vyatta-union to vyos-union. | Kim Hagen | |
2016-02-03 | Add vyos-persistpath and update install-image-existing and ↵ | Thomas Jepp | |
vyatta-update-grub.pl to use it. | |||
2016-02-03 | Make add system image install the image to the right place. | Thomas Jepp | |
2016-02-02 | Do not create fstab file for union install, this conficts with systemd. | Kim Hagen | |
2016-02-01 | Rename "live-rw" to only "rw". | Kim Hagen | |
2016-02-01 | Label disk on format and create persistence.conf file to get live-boot | Kim Hagen | |
to set the correct persistence. | |||
2016-01-29 | Correct overlay mount function. | Kim Hagen | |
2016-01-29 | Refine getting the vyos version. | Kim Hagen | |
2016-01-29 | Update location of the squashfs image. | Kim Hagen | |
2016-01-29 | Update the way the install scrips get the vyos version. | Kim Hagen | |
2016-01-26 | Update 'is_live_cd_boot' and 'is_union_instal' functions to search on ↵ | Kim Hagen | |
'overlay' instead of 'overlayfs' | |||
2015-07-01 | vyatta-cfg-system: use sha-512 instead of md5 for installation password | Alex Harpin | |
In line with Bug #318 and Bug #355, use SHA-512 instead of MD5 when creating the initial vyos user password during installation. Bug #579 http://bugzilla.vyos.net/show_bug.cgi?id=579 | |||
2015-02-28 | vyatta-cfg-system: ensure grub is installed to the raid slave members | Alex Harpin | |
When the system is installed in a raid configuration, grub is installed to the raid device instead of to the individual slave drives, resulting in a failure to boot after installation. This commit identifies the slave drives and ensures grub is installed to all of them (rather than just the primary), resulting in a system that will boot following a primary drive failure. Bug #106 http://bugzilla.vyos.net/show_bug.cgi?id=106 | |||
2014-12-03 | Adding initial support for loading a config from AWS EC2 user-data | jrb | |
2014-10-08 | If not running on AWS (system UUID and serial do not start with EC2), don't ↵ | Daniil Baturin | |
do AWS-specific things. | |||
2014-07-30 | Replace login check with UID check in install-get-partition. | Daniil Baturin | |
2014-07-29 | Replace login name check with effective UID check in install-image. | Daniil Baturin | |
2014-07-29 | Replace login name check with effective UID check. | Daniil Baturin | |
2014-07-25 | Bug #269: missed return in is_ec2_ami. | Daniil Baturin | |
2014-07-25 | Fix is_live_boot check to account for the overlayfs change. | Daniil Baturin | |
2014-06-16 | Bug #239 - Getting the version number by using dpkg will not work when ↵ | Kim Hagen | |
upgrading to newer version of debian. | |||
2014-05-06 | Fix to enable ec2-fetch-ssh-public-key init script | hydrajump | |
The init script was not running on boot because the init script symlinks were not created in /etc/rcX.d for the runlevels: 2,3,4,5. This fix runs the update-rc.d command in the is_amazon_ec2_ami function, thus creating the required symlinks and also updating /etc/init.d/.depends.on.start. | |||
2014-05-03 | Fix AWS EC2 AMI support | hydrajump | |
- grub.cfg is now correctly modified when installing on a VyOS AMI - ec2-fetch-ssh-public-key init script still needs to be activated if installing on a VyOS AMI. This is an outstanding issue which needs to be addressed. See debian/vyatta-cfg-system.postinst.in. | |||
2014-04-28 | Add support for installing a new image on the Amazon AMI | hydrajump | |
- 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-28 | Remove trailing whitespace | hydrajump | |
2014-04-25 | Support and switch to overlayfs | James Davidson | |
2014-03-18 | Cleanup of unused parted root partitioning starting offset | hydrajump | |
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-16 | Fixed 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-01-18 | Bug #98: add an option for redirect support to curl call. | Daniil Baturin | |
2013-12-22 | Change image name for new installs to just numeric version. | Daniil Baturin | |
2013-12-22 | Fix curl command to fetch the signature file. | Daniil Baturin | |
2013-12-22 | Bug #96: fix menu entry generation so image version is included. | Daniil Baturin | |
2013-11-02 | Replace s/Vyatta/VyOS/ in parition handling installer functions | Daniil Baturin | |
2013-11-02 | Fix some shell quoting weirdness (curl dumped the ISO on stdout) | Daniil Baturin | |
2013-11-02 | Set User-Agent: to VyOS/$version for statistics collection. | Daniil Baturin | |
2013-11-02 | Replace missed vyatta names in installer | Daniil Baturin | |
2013-11-02 | Fix image name, according to new numeric-only vyatta-version naming | Daniil Baturin | |
2013-10-21 | Update default user in installer script. | Daniil Baturin | |
2012-12-12 | revert 918bd40d3e3f238a800b1486f70e2d5ee1d71a72 | John Southworth | |
2012-09-18 | fix for 8372 - Unclear which user ID the changed administrator password ↵ | Deepti Kulkarni | |
applies to fix for 8350 - Install allows installation with empty password | |||
2012-09-04 | Bugfix 8290 | John Southworth | |
Don't allow default password to persist after first boot. Due to the numerous ways a user can get a vyatta system this required a lot of changes. 1. Don't allow a user to set a password to 'vyatta' after first login, but allow it on the initial boot otherwise the system will have no user. 2. Don't allow the password to be set to vyatta in installer. 3. Force password change on first login. under the following conditions: 3.a. User is an admin level user. Operators do not have the abillity to change the config so they can't change passwords. Allow 'vyatta' to be the password until an admin logs in. 3.b. This is not the livecd, its silly to force a password change before install. | |||
2012-05-16 | Change default to No when not enough space to save config | James Davidson | |
During an image add, the default used to be to not save the current configuration and continue with adding the image. Now the default is to not continue. Fixes bug 7964. | |||
2012-02-29 | Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnard | John Southworth | |