Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
Union flag should be shell variable not a command.
Union flag should allow install when not on livecd.
|
|
Bugfix 3726
Only allow install-system from livecd, since it has hardcoded assumptions
about squashfs, etc.
|
|
This reverts commit 5e806c8e42e1b70675916963e14cc0fe5928ec07.
There are passwords (like Tcp md5) that should not be displayed
to operator.
|
|
Set configuration file to be owned by administrator and writable
by all admins in configuration mode and visible by public.
|
|
Default answer question about diag partitionis "no".
|
|
Put in new code to set password, rather than reset it to default
Although resetting passwd to default sounds good from a usuablity point
of view, it is a potential security hole when system is rebooted. Instead,
allow user to choose new passwd.
|
|
In the case when we are using a pre-existing RAID group, warn the
user of dire consequences before over-writing the disks.
|