Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-02-29 | Bugfix 7555: allow users to import ssh keys when running add system image | John Southworth | |
2012-02-21 | Fix spelling errors in install image | Stephen Hemminger | |
Bug 7544 Found several misspellings in the install prompts. | |||
2012-01-20 | Make disk label if necessary | Stephen Hemminger | |
Bug 7732 Restore installation section that makes disk label. | |||
2012-01-03 | install: use sfdisk to get disk size | Stephen Hemminger | |
sfdisk is simpler, and safer for getting disk size. It doesn't require as much screen scraping and doesn't need disk label. | |||
2011-12-07 | Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2011-12-06 | Bugfix 7497: Include auth credentials when fetching the signature file | Bob Gilligan | |
2011-12-06 | Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2011-12-06 | Fix up formating of Vyatta specific HTTP options. | Bob Gilligan | |
2011-12-06 | Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2011-12-05 | Add HTTP headers to identify client and version. | Bob Gilligan | |
2011-12-02 | md: don't start unless needed | Stephen Hemminger | |
Don't start RAID (md) unless root device is configured for RAID. | |||
2011-10-12 | Bugfix 7502: Get "add system image" to work on Xen | Bob 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-01 | Bugfix 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-31 | Bugfix 7469: Add support for installing onto Xen | Bob Gilligan | |
2011-08-17 | Bugfix 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. | |||
2011-08-12 | Add hook to call a config migration script when upgrading from VSE Demo. | Bob Gilligan | |
(cherry picked from commit d891558527fdc077b8c0b37c24cb8b17a2ae7043) | |||
2011-06-24 | Make add system image use the new config directory for copying files | John Southworth | |
2011-07-14 | Bugfix 5856: Add username and password options. | Bob Gilligan | |
In order to allow username and password parameters in the corresponding op mode command, we allow username and password to be specified on the install-image command line. | |||
2011-05-12 | Merge branch 'napa' of git.vyatta.com:/git/vyatta-cfg-system into napa | John Southworth | |
2011-05-12 | Bugfix 7076: make add system image copy to /config instead of ↵ | John Southworth | |
/opt/vyatta/etc/config | |||
2011-05-10 | support interactive mode for rest api for install image op mode commands. | Michael Larson | |
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-12-22 | Add more error recovery and disk space checking. | Bob Gilligan | |
2010-11-21 | Bugfix 6457: Don't ask the question if you're not going to like the answer. | Bob Gilligan | |
2010-11-21 | Bugfix 6101: Make a syslog record when a new image is added. | 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-09-08 | Fix quoting issues with conversion to lower case | Stephen Hemminger | |
Add common shell function to convert to lower case. Part of Bug 6132 | |||
2010-08-02 | Bugfix 5964: Eliminate unnecessary version check. | Bob Gilligan | |
2010-07-28 | Bugfix 5711: Don't allow special characters in image names. | Bob Gilligan | |
2010-07-27 | Bugfix 5929: Preserve SSH host keys during image installation. | Bob Gilligan | |
(cherry picked from commit 71b716b7f5e5df1dd4ea6e8a16c7f987381cab8c) | |||
2010-05-07 | Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-05-07 | Preserve file attributes of root files | Stephen Hemminger | |
Want to preserve labels and other attributes | |||
2010-05-03 | Add code to check digital signature of image files. | Bob Gilligan | |
In URL mode, we now check for a digital signature file. If one exists, we'll try to download it and check the signature. |