Age | Commit message (Collapse) | Author |
|
|
|
OFR is no longer used in reference to Vyatta per marketing guidelines.
|
|
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.
|
|
|
|
Handle case of running in standalone where there is no /dev/tty.
Handle both formats in configuration file
Bugfix 3844
|
|
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.
|
|
Bugfix 3665
Fix problems with entering password caused by regressions
in mkpasswd (-S arguement). Read password plaintext with shell
then process.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in order to create the data partition.
|
|
islavista
Conflicts:
scripts/install-system
|
|
|
|
If system is booted with aufs (instead of aufs) then propogate
it to the installed grub options.
|
|
|
|
http://bugzilla.vyatta.com/show_bug.cgi?id=3519 http://bugzilla.vyatta.com/show_bug.cgi?d for: http://bugzilla.vyatta.com/show_bug.cgi?id=3520 http://bugzilla.vyatta.com/show_bug.cgi?id=3519 http://bugzilla.vyatta.com/show_bug.cgi?id=3518 and perhaps others
|
|
Since the drive sizing can be called twice, don't add duplicate
entry to GRUB OPTIONS
|
|
|
|
|
|
If install-system is run twice and the first pass copied the old
configuration file; then the second time the leftover file from
previous attempt needs to be cleaned up. Otherwise, the old configuration
file will be copied even if the user doesn't want it!
|
|
Fix the boot command syntax for password recovery on serial console.
|
|
mkpasswd can generate passwd with multiple slashes that need
to be escaped.
|
|
Enable VGA display so that logo can be displayed when booting on
a VGA console.
|
|
If mkpasswd returns password with slash then it needs to be escaped.
|
|
Fix some of my creative spelling in messages
|
|
Add code to patch up the /etc/pam.d/login config file so that login
prompts for password for non-existant users.
|
|
Bugfix: 2900
During install give user option of setting root and vyatta password.
Don't leave systems open to attack.
|
|
For consistency, use tr for all case conversion in get_response
|
|
Use UUID to find root filesystem in grub. This allows device to move
between controllers.
|
|
hollywood
|
|
Use quiet option to boot command line.
Also cleanup script to use more variables
|