summaryrefslogtreecommitdiff
path: root/scripts/install
AgeCommit message (Collapse)Author
2018-12-03T1047: look for a saved config in the "real" config dir at install timeDaniil Baturin
(i.e. not the bind-mounted /config).
2018-12-01EFI Cleanup. Adding removable option to grub-installKroy
2018-11-09Cleanup output (#85)Kim
2018-11-07Add uefi install option. (#84)Kim
* Add grub-efi package dependencies * Install grub-efi if we install on efi partition
2018-11-06T955: Integrating EFI into the installerKroy
2018-11-05T955: Integrating EFI into the installerKroy
2018-10-15T885 Bug in add system image signature check confirmationEwald van Geffen
Documentation https://github.com/vyos/vyatta-cfg-system/blob/current/scripts/install/install-functions#L90 (cherry picked from commit 1a05b1bfe0ccfd3f02a1cd4983b5f899364408c8)
2018-10-02Remove some remnant of the Vyatta Subscription days.Daniil Baturin
2018-10-02T867: set the upgraded flag on image update if the user choses to save ↵Daniil Baturin
configuration.
2018-08-02T764: increase the drive size requirement to 2G.Daniil Baturin
2018-05-31T232: force FAT label creation before creating the root partition.Daniil Baturin
2018-03-10Merge remote-tracking branch 'upstream/current' into currentChristian Poessinger
* upstream/current: T507: add autocompletion or SSH key exchange algorithms sometimes drives report they are not aligned
2018-03-10Merge remote-tracking branch 'c-po/remove-install-system-cmd' into currentChristian Poessinger
* c-po/remove-install-system-cmd: Remove "install system" command
2018-02-22sometimes drives report they are not alignedKim
And then on reboot it hangs where it should start grub
2017-12-27T496: remove diagnostic partition for RAID1 installsChristian Poessinger
2017-11-03Remove "install system" commandChristian Poessinger
Related to "T157: Remove "install system" command".
2017-06-05remove trailing space from version (if there is any)Kim
2017-03-20exclude install medium from raid disk countKim
2016-05-21T69 Remove floppy device settingsKim Hagen
2016-02-05Do not create persistent fstab, this will interfere with systemd.Kim Hagen
2016-02-05Renamed vyatta-union to vyos-union.Kim Hagen
2016-02-03Add vyos-persistpath and update install-image-existing and ↵Thomas Jepp
vyatta-update-grub.pl to use it.
2016-02-03Make add system image install the image to the right place.Thomas Jepp
2016-02-02Do not create fstab file for union install, this conficts with systemd.Kim Hagen
2016-02-01Rename "live-rw" to only "rw".Kim Hagen
2016-02-01Label disk on format and create persistence.conf file to get live-bootKim Hagen
to set the correct persistence.
2016-01-29Correct overlay mount function.Kim Hagen
2016-01-29Refine getting the vyos version.Kim Hagen
2016-01-29Update location of the squashfs image.Kim Hagen
2016-01-29Update the way the install scrips get the vyos version.Kim Hagen
2016-01-26Update 'is_live_cd_boot' and 'is_union_instal' functions to search on ↵Kim Hagen
'overlay' instead of 'overlayfs'
2015-07-01vyatta-cfg-system: use sha-512 instead of md5 for installation passwordAlex 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-28vyatta-cfg-system: ensure grub is installed to the raid slave membersAlex 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-03Adding initial support for loading a config from AWS EC2 user-datajrb
2014-10-08If not running on AWS (system UUID and serial do not start with EC2), don't ↵Daniil Baturin
do AWS-specific things.
2014-07-30Replace login check with UID check in install-get-partition.Daniil Baturin
2014-07-29Replace login name check with effective UID check in install-image.Daniil Baturin
2014-07-29Replace login name check with effective UID check.Daniil Baturin
2014-07-25Bug #269: missed return in is_ec2_ami.Daniil Baturin
2014-07-25Fix is_live_boot check to account for the overlayfs change.Daniil Baturin
2014-06-16Bug #239 - Getting the version number by using dpkg will not work when ↵Kim Hagen
upgrading to newer version of debian.
2014-05-06Fix to enable ec2-fetch-ssh-public-key init scripthydrajump
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-03Fix AWS EC2 AMI supporthydrajump
- 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-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-25Support and switch to overlayfsJames Davidson
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-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-01-18Bug #98: add an option for redirect support to curl call.Daniil Baturin
2013-12-22Change image name for new installs to just numeric version.Daniil Baturin