Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-03 | T1047: look for a saved config in the "real" config dir at install time | Daniil Baturin | |
(i.e. not the bind-mounted /config). | |||
2018-12-01 | EFI Cleanup. Adding removable option to grub-install | Kroy | |
2018-11-09 | Cleanup output (#85) | Kim | |
2018-11-07 | Add uefi install option. (#84) | Kim | |
* Add grub-efi package dependencies * Install grub-efi if we install on efi partition | |||
2018-11-06 | T955: Integrating EFI into the installer | Kroy | |
2018-11-05 | T955: Integrating EFI into the installer | Kroy | |
2018-10-15 | T885 Bug in add system image signature check confirmation | Ewald van Geffen | |
Documentation https://github.com/vyos/vyatta-cfg-system/blob/current/scripts/install/install-functions#L90 (cherry picked from commit 1a05b1bfe0ccfd3f02a1cd4983b5f899364408c8) | |||
2018-10-02 | Remove some remnant of the Vyatta Subscription days. | Daniil Baturin | |
2018-10-02 | T867: set the upgraded flag on image update if the user choses to save ↵ | Daniil Baturin | |
configuration. | |||
2018-08-02 | T764: increase the drive size requirement to 2G. | Daniil Baturin | |
2018-05-31 | T232: force FAT label creation before creating the root partition. | Daniil Baturin | |
2018-03-10 | Merge remote-tracking branch 'upstream/current' into current | Christian Poessinger | |
* upstream/current: T507: add autocompletion or SSH key exchange algorithms sometimes drives report they are not aligned | |||
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 | |||
2018-02-22 | sometimes drives report they are not aligned | Kim | |
And then on reboot it hangs where it should start grub | |||
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 | |