Age | Commit message (Collapse) | Author |
|
The -z test in shell needs to be quoted to avoid issues
with shell expansion.
|
|
Add common shell function to convert to lower case.
Part of Bug 6132
|
|
If old image config is not being saved, the filesystem (/mnt/tmp)
which caused next step (mkfs) to fail.
|
|
Better to show real progress than simple spinning wheel.
|
|
|
|
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.
|
|
|
|
The install-image program knows how to preserve the config files from
a previous image or disk-based installation. The install-system
program already knew how to preserve config files from a previous
disk-based installation. This change teaches it how to preserve
config files from a previous image installation.
|
|
|
|
The frame-buffer allows for Vyatta logo, scrollback, and more lines of text
on VGA console.
|
|
It avoids issues with corrupt filesystems on VM.
|
|
Bug 5045
This adds option to save original SSH host keys when doing a re-install.
Also mount original partition read-only to avoid updating it.
|
|
|
|
|
|
Need to check for livecd only if *not* doing union install.
Repair of previous bugfix.
|
|
Check for install-system failure (because of attempt to install
from active system), to occur before filesystem is destroyed.
Bug 1587
|
|
|
|
|
|
|
|
The MBR provides a flag on each of the partitions to indicate whether it
is "bootable" or not. Most BIOS implementations ignore this flag and
will boot from a partition whether or not this flag is set. Some BIOS
implementations, however, refuse to boot from a partition that is not marked
as "bootable". This fix marks the partition that holds the root filesystem
as "bootable" so that it can be booted by either type of BIOS.
|
|
* set up start-up config and /var/run.
* pass writable root to postinst hook for union-specific tasks.
|
|
|
|
|
|
|
|
On small disks use ext2 to avoid the extra writes wearing out flash
prematurely.
Bug 4149 and 3969
|
|
/proc/ide doesn't exist in all configs, and it doesn't work correctly
with KVM and other buggy virtualized ide.
|
|
In virtualized environment virtio block device is vda
|
|
|
|
|
|
Add logic to install system to allow user to break previously existing
RAID group. This completely destroys the RAID group so that nothing
remains even if the subsequent install doesn't use all of the disks that
make up the RAID group.
|
|
|
|
Issue a warning if installing onto a RAID set that is degraded, but
not in active rebuild. Don't let the user install onto a RAID set
that is in the process of rebuild because it is unsafe.
|
|
|
|
Correct root partition size calculation in two-disk RAID-1 case when drives
are not both the same size.
|
|
|
|
Mounting, creating filesystems, etc all require root privledges
so check before allowing command to run.
|
|
islavista
|
|
Bugfix 3665
Some config files have colon after tag, others do not. install-system
password setting should handle both formats.
|
|
|
|
OFR is no longer used in reference to Vyatta per marketing guidelines.
|
|
Don't need to update filesystem on each file access.
This improves boot time and reduces wear on CF disks
|
|
|
|
|
|
Conflicts:
scripts/standalone_root_pw_reset
|
|
Handle case of running in standalone where there is no /dev/tty.
Handle both formats in configuration file
Bugfix 3844
|
|
Conflicts:
scripts/install-system
scripts/standalone_root_pw_reset
|
|
Only configure vyatta administrator account.
If user really wants root account, they can change password later.
|
|
|
|
Colons are no longer used in config file format, so the
sed command to change password was having no effect.
Bugfix 3665
|
|
Colons are no longer used in config file format, so the
sed command to change password was having no effect.
Bugfix 3665
|