Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-21 | installer: T4776: Fixed installation on NVME in RAID-1 mode | zsdc | |
This change fixes installation into two NVME devices. It should be considered as a temporary solution before migration to the new installer. | |||
2022-10-27 | nvme: T4776: Fixed installation to NVME | zsdc | |
* fixed NVME drive names parser * replaced partition parser to take into account `p` suffixes on NVME partitions | |||
2022-02-25 | Revert "install: T4262: Fix root partition size for UEFI installs" | Christian Poessinger | |
This reverts commit 1155d46711d54c566b3171b94c6e1281ec3dadd0. This breaks non-UEFI installs | |||
2022-02-24 | install: T4262: Fix root partition size for UEFI installs | sarthurdev | |
2021-12-01 | T2076: RAID install: sfdisk change-id is deprecated in favor of --part-type | Kim Hagen | |
T1869: Install and Boot from RAID Doesn't Work T1126: Reusing a RAID from a BIOS install in an EFI install causes a failure to boot | |||
2021-11-22 | T1869: Install and Boot from RAID Doesn't Work | Kim Hagen | |
2021-11-19 | T1153: VyOS 1.2.0RC10, RAID-1, fresh install, unable to save configEquuleus ↵ | Kim | |
(#159) * add search for same drive size if more than 2 drives are installed * add ability to configure RAID-1 by selecting 2 drives * cleaning up sysconf/filecaps rights * cleaning up sysconf/filecaps rights xtables-monitor (cherry picked from commit 3cc31793d57ce05421300ce4e8a1a1352291db85) | |||
2021-09-03 | T1785: Deleting partitions on disks (Raid1) with default value 'no' | Kim Hagen | |
the default was still set to "Yes" | |||
2019-12-03 | Fix rootdev regex to support mmcblk devices | Robert Edström | |
2019-06-12 | fix if statement | Kim Hagen | |
2019-06-12 | Force create raid without answering the question if you want to create it. | Kim Hagen | |
Update initramfs to include raidconfig avoiding md127 being created on reboot. | |||
2019-03-27 | T1296: support installation on SD cards | Christian Poessinger | |
2018-12-01 | EFI Cleanup. Adding removable option to grub-install | Kroy | |
2018-11-06 | T955: Integrating EFI into the installer | Kroy | |
2018-11-05 | T955: Integrating EFI into the installer | Kroy | |
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-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-03-20 | exclude install medium from raid disk count | Kim | |
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. | |||
2014-07-30 | Replace login check with UID check in install-get-partition. | Daniil Baturin | |
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 | |||
2013-11-02 | Replace s/Vyatta/VyOS/ in parition handling installer functions | Daniil Baturin | |
2012-01-20 | Make disk label if necessary | Stephen Hemminger | |
Bug 7732 Restore installation section that makes disk label. | |||
2011-05-05 | Make ext4 the default file system type | Stephen Hemminger | |
2011-05-04 | Align install-image partition correctly | Stephen Hemminger | |
Need to pass correct offset for start of root partition | |||
2011-05-03 | Adjust root partition offset based on disk size | Stephen Hemminger | |
On tiny disks, then it doesn't make sense to waste space by offsetting root partition. On big disks, it doesn't hurt and it allows for running on SSD. | |||
2011-04-30 | Yet another better alignment start | Stephen Hemminger | |
Parted has magic value '0%' which causes it to choose optimum alignment (2048 on most disks). | |||
2011-04-30 | Fix alignment of root partition | Stephen Hemminger | |
Redo Bug 7038 The previous change did nothing; the alignment option only reports alignment, it does not change values. Need to manually reserve space before root partition. | |||
2011-04-28 | Tell parted to align disk partition | Stephen Hemminger | |
Bug 7038 Align the created disk partition for both install-system and initial install-image. Note: can't fix existing systems where disk is already partitioned. They will just have to suffer with poor performance. | |||
2011-01-17 | Bugfix 6687: Need to explicitly specify the RAID metadata version number. | Bob Gilligan | |
(cherry picked from commit 5de8a194db56c51c9e5541cca43423f11534ffb7) | |||
2010-11-21 | Bugfix 6457: Don't ask the question if you're not going to like the answer. | Bob Gilligan | |
2010-09-08 | Fix quoting of shell -z | Stephen Hemminger | |
The -z test in shell needs to be quoted to avoid issues with shell expansion. | |||
2010-03-30 | Improve wording of config info save dialog. | Bob Gilligan | |
2010-03-12 | Run partition editor with script flag to avoid prompting user | Stephen Hemminger | |
Bug 5443 When running on HyperV, install-system appeared to hang because although hda existed, it had no information so parted was prompting for retry. Use the -s flag (never prompt) at all the places in install-system/install-image where we don't want to have user interaction. | |||
2010-03-08 | Bugfix 5414: Use correct install root reference when copying back SSH keys. | Bob Gilligan | |
2010-02-16 | Bugfix 5327: Don't try to save config from images with none. | Bob Gilligan | |
On image-based systems, the Vyatta configuration is mounted on /config and can be found in the disk filesystem under /boot/<image-name>/live-rw/config. | |||
2010-01-26 | Bugfix 5229: Save old config info when installing on pre-existing RAID group. | Bob Gilligan | |
2010-01-26 | Bugfix 5220: Use correct path to config directory on installed image. | Bob Gilligan | |
2010-01-26 | Bugfix 5232: Correctly handle case where user doesn't want to save SSH keys | Bob Gilligan | |
2010-01-19 | Fix typo in install-image | Stephen Hemminger | |
This could fix Bug 5151 There was a typo in script that saved old config | |||
2010-01-18 | Bugfix 5220: Save config information from previous image-based install. | Bob Gilligan | |
If previous disk-based install is found, use config info from it. Otherwise look for image-based installs. If multiple image-based installs are found, let the user select which one to save the config information from. | |||
2009-12-14 | Ignore errors from chmod/chown if ssh keys don't exist | Stephen Hemminger | |
2009-12-14 | Fix install-image to save config/keys | Stephen Hemminger | |
Bug 5151 Part of previous change caused regression in saving config information. Also mounts old config read-only to avoid any problems. | |||
2009-12-03 | Preserve ssh host keys in install-image | Stephen Hemminger | |
Similar to previous change to install-system | |||
2009-11-13 | Add start_offset value to log message when partion attempt fails. | Bob Gilligan | |
2009-10-30 | add unified install-image | An-Cheng Huang | |