Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-11 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-11-11 | Make sure install-system only run with root privledges | Stephen Hemminger | |
Mounting, creating filesystems, etc all require root privledges so check before allowing command to run. | |||
2008-11-07 | Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
islavista | |||
2008-11-07 | Handle older format config files in password reset | Stephen Hemminger | |
Bugfix 3665 Some config files have colon after tag, others do not. install-system password setting should handle both formats. | |||
2008-11-06 | fix grammar of previous patch | Stephen Hemminger | |
2008-11-06 | Remove OFR from grub lines | Stephen Hemminger | |
OFR is no longer used in reference to Vyatta per marketing guidelines. | |||
2008-11-05 | Mount root filesystem with noatime | Stephen Hemminger | |
Don't need to update filesystem on each file access. This improves boot time and reduces wear on CF disks | |||
2008-11-05 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-11-03 | bug 1587: add error message when user tries native install from non-union media | Robert Bays | |
2008-10-30 | Merge branch 'islavista' into jenner | Rick Balocca | |
Conflicts: scripts/standalone_root_pw_reset | |||
2008-10-28 | Fix standalone password reset | Stephen Hemminger | |
Handle case of running in standalone where there is no /dev/tty. Handle both formats in configuration file Bugfix 3844 | |||
2008-10-28 | Merge branch 'islavista' into jenner | Rick Balocca | |
Conflicts: scripts/install-system scripts/standalone_root_pw_reset | |||
2008-10-27 | Leave root account disabled | Stephen Hemminger | |
Only configure vyatta administrator account. If user really wants root account, they can change password later. | |||
2008-10-27 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2008-10-27 | Fix password changer to deal with update config format | Stephen Hemminger | |
Colons are no longer used in config file format, so the sed command to change password was having no effect. Bugfix 3665 | |||
2008-10-27 | Fix password changer to deal with update config format | Stephen Hemminger | |
Colons are no longer used in config file format, so the sed command to change password was having no effect. Bugfix 3665 | |||
2008-10-24 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3731 | Rick Balocca | |
2008-10-20 | Bugfix: 3687: Only start mdadm if we have a RAID group as root filesystem. | Bob Gilligan | |
2008-10-20 | Bugfix: 3775: Allow RAID-1 to be configured on disks with different sizes | Bob Gilligan | |
2008-10-13 | Allow non-livecd union install | Stephen Hemminger | |
Union flag should be shell variable not a command. Union flag should allow install when not on livecd. | |||
2008-10-13 | install-system can only run from livecd | Stephen Hemminger | |
Bugfix 3726 Only allow install-system from livecd, since it has hardcoded assumptions about squashfs, etc. | |||
2008-10-10 | Revert "Set correct mode on configuration mode" | Stephen Hemminger | |
This reverts commit 5e806c8e42e1b70675916963e14cc0fe5928ec07. There are passwords (like Tcp md5) that should not be displayed to operator. | |||
2008-10-09 | Set correct mode on configuration mode | Stephen Hemminger | |
Set configuration file to be owned by administrator and writable by all admins in configuration mode and visible by public. | |||
2008-10-03 | Bugfix: 3743 | Bob Gilligan | |
Default answer question about diag partitionis "no". | |||
2008-10-02 | Fix overlapping edits of standalone_pw_reset | Stephen Hemminger | |
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. | |||
2008-10-01 | Bugfix: 3727 | Bob Gilligan | |
In the case when we are using a pre-existing RAID group, warn the user of dire consequences before over-writing the disks. | |||
2008-10-01 | Workaround problems with mkpasswd | Stephen Hemminger | |
Bugfix 3665 Fix problems with entering password caused by regressions in mkpasswd (-S arguement). Read password plaintext with shell then process. | |||
2008-09-30 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3712 | rbalocca | |
2008-09-22 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3694 | Rick Balocca | |
2008-09-17 | expose the union option in install-system | Robert Bays | |
2008-09-16 | Don't kill An-Cheng's commits. | Robert Bays | |
2008-09-16 | change to native install from a USB stick | Robert Bays | |
2008-09-16 | remove complex options from union install | Robert Bays | |
2008-09-16 | changed union install to support multiple directories | Robert Bays | |
2008-09-16 | add postinst hook for install-system | An-Cheng Huang | |
2008-09-10 | fixes to install-system and grub-setup for xen hypervisor and device.map | Robert Bays | |
2008-09-08 | Account for size of diag partition when calculating disk size, which is needed | Bob Gilligan | |
in order to create the data partition. | |||
2008-09-03 | Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg-system into ↵ | Robert Bays | |
islavista Conflicts: scripts/install-system | |||
2008-09-03 | add functioanlity for binary images to install system | Robert Bays | |
2008-09-03 | Add support for aufs | Stephen Hemminger | |
If system is booted with aufs (instead of aufs) then propogate it to the installed grub options. | |||
2008-08-29 | Update install-system and grub-setup to handle RAID-1 configuration. | Bob Gilligan | |
2008-08-01 | Fixes for: http://bugzilla.vyatta.com/show_bug.cgi?id=3520 ↵ | rbalocca | |
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 | |||
2008-07-07 | Don't add ide=nodma twice | Stephen Hemminger | |
Since the drive sizing can be called twice, don't add duplicate entry to GRUB OPTIONS | |||
2008-07-07 | fix for bug 3095 | Robert Bays | |
2008-07-03 | fix for bug 3417: use UUID in grub config file | An-Cheng Huang | |
2008-07-03 | Fix problem if install-system run twice | Stephen Hemminger | |
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! | |||
2008-07-03 | Bugfix: 1592 | Bob Gilligan | |
Fix the boot command syntax for password recovery on serial console. | |||
2008-06-30 | Handle multiple slashes in passwd | Stephen Hemminger | |
mkpasswd can generate passwd with multiple slashes that need to be escaped. | |||
2008-06-24 | Bugfix: 1292 | Bob Gilligan | |
Enable VGA display so that logo can be displayed when booting on a VGA console. | |||
2008-06-24 | translate slash in password | Stephen Hemminger | |
If mkpasswd returns password with slash then it needs to be escaped. |