Age | Commit message (Collapse) | Author |
|
Disable logo per instructions from Anatoly.
|
|
Re-enable the Vyatta logo on boot.
|
|
http://bugzilla.vyatta.com/show_bug.cgi?id=3552)
|
|
http://bugzilla.vyatta.com/show_bug.cgi?id=3552
This fix involves removing multiple spaces between args on the kernel command line.
This fixes the symptom, but the root cause is an uninitialized variable in the grub-pc code,
so there is absolutely no guarrantee that this problem will not arrise again. The correct fix
is either to return to grub (V1) or to have the developers find and fix the unitialized memory.
|
|
|
|
|
|
'name-server' and 'domain-name-server' options
in /etc/resolv.conf received by a dhcp client for an interface
=> Modified name-server/node.def so as to have the name-server set by our CLI on the top of
/etc/resolv.conf to take priority over name-servers received from dhcp client
|
|
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.
|
|
logger depends on syslogd which isn't running in standalone mode.
So just format message directly to messages and auth.log
|
|
Use the logger program to get the proper logging format
and message priorities (rather than blindly echoing to /var/log/messages)
|
|
Address the problems in bugs 3398 and 3399 as well as some
left over stuff from VC 3.0.
|
|
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
|
|
New script for use in password to configuration sychronization.
Part of bugfix 1856 support.
|
|
|
|
|
|
hollywood
|
|
Revert "Enable vga framebuffer on console"
This reverts commit c2db47deb9aa0661468a36822b5105ed1fe51918.
|
|
|
|
hollywood
|
|
Enable vga mode to show logo
|
|
Get grub to allow the user to interrupt the boot and drop into the grub
menu via either the serial or KVM console.
|
|
Manpage for useradd is incorrect, the option is -N not -n.
|
|
Change to use -n option to useradd:
A group having the same name as the user being added to the system
will be created by default (when -g is not specified). This option
will turn off this behavior. When this option is used, users by
default will be placed in whatever group is specified in the GROUP
variable of /etc/default/useradd. If no default group is defined,
group 100 (users) will be used.
|
|
|
|
|
|
- writing 'smuxsocket localhost' in snmpd.conf to make the agent bind to 127.0.0.1
- this prevents smux port to be open to outside connections
|
|
Root (which uses bash) must be allowed, and probably want to
allow others as well. Better to add full shell support later
|
|
Rewrite the scripts that manage user accounts to:
1) use Posix standard useradd, userdel scripts rather than modifying
passwd/group files directly.
2) add home-directory field to account management
3) support adding accounts to additional groups
Note: this code should now also work with NIS since it has no direct
access to /etc/passwd.
|
|
Run script through perltidy to cleanup indentation
|
|
Put GPL license on this script
|
|
|
|
|
|
|
|
|
|
change (update) the backup
|
|
hollywood
|