summaryrefslogtreecommitdiff
path: root/scripts/install/install-postinst-new
AgeCommit message (Collapse)Author
2023-08-21installer: T4776: Fixed installation on NVME in RAID-1 modezsdc
This change fixes installation into two NVME devices. It should be considered as a temporary solution before migration to the new installer.
2022-11-15T4822: install the correct version of GRUB for architecture (arm64)Mathew McBride
Fix a hardcoded x86_64-efi reference, and ensure the correct GRUB binary package is installed
2022-06-21Make next steps after install more clearDaniel Husand
2021-11-19T1153: 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)
2020-01-13install: T1940, fix unbootable EFI, 4kn compatibilitykroy
2019-06-18[ installer ] T1446: on installing with efi skip theKim Hagen
xen extra checks, they use dmidecode which will not work in efi mode Get the UUID of the correct partition based on the install type (bios/efi)
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
2017-11-03Remove "install system" commandChristian Poessinger
Related to "T157: Remove "install system" command".
2016-05-21T69 Remove floppy device settingsKim Hagen
2016-02-05Renamed vyatta-union to vyos-union.Kim Hagen
2016-02-02Do not create fstab file for union install, this conficts with systemd.Kim Hagen
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
2013-10-21Update default user in installer script.Daniil Baturin
2011-12-02md: don't start unless neededStephen Hemminger
Don't start RAID (md) unless root device is configured for RAID.
2011-10-12Bugfix 7502: Get "add system image" to work on XenBob Gilligan
This fix solves the problem with indirection. We introduce a symlink in /live/image/boot pointing to the current default system image. The pygrub config file in /boot/grub/menu.lst points to the kernel and initrd files in the default image by using this symlink in the pathname. Every time we add, delete or change the default system image, we need to change this symlink to point to the new default image.
2011-09-01Bugfix 7488: Configure Xen PV console hvc0 in Vyatta config file.Bob Gilligan
Previously, the install-image program was adding a line to /etc/inittab in the image being installed. This change adds a console entry to the Vyatta config file instead. Because of that entry, the system automatically generates a console entry for hvc0 in /etc/inittab at boot time. I also removed the code in install-image that added a line to /etc/fstab to mount /proc/xen. This is no longer necessary because the /etc/init.d/xe-linux-distribution startup script now mounts /proc/xen.
2011-08-31Bugfix 7469: Add support for installing onto XenBob Gilligan
2011-08-17Bugfix 7350: Allow default config.boot to be selected as config file.Bob Gilligan
Previously, the user could only select the running config file, which includes any changes the user may have made and saved, plus system generated changes such as the MAC addresses of ethernet interfaces. This change allows them to select that file or the system's default config file.
2010-04-30Allow user to name system images when installing them.Bob Gilligan
Now we ask the user what they would like to name an image when they are installing. The default answer is the same string used previously: The Vyatta version string.
2010-03-08Bugfix 5414: Use correct install root reference when copying back SSH keys.Bob Gilligan
2010-02-08Bugfix 5225: Include the OS version number in the grub menu entry.Bob Gilligan
2009-12-03Preserve ssh host keys in install-imageStephen Hemminger
Similar to previous change to install-system
2009-10-30add unified install-imageAn-Cheng Huang