diff options
| author | Rick Balocca <rbalocca@vyatta.com> | 2008-10-28 11:48:24 -0700 | 
|---|---|---|
| committer | Rick Balocca <rbalocca@vyatta.com> | 2008-10-28 11:48:24 -0700 | 
| commit | 841e41f385ca960fb703ff612b014d7e57560b3e (patch) | |
| tree | 1c85e6040bbce551469aaa5461bcc2c58ba32da6 /scripts/install-system | |
| parent | 056c3079a791a246907a442e35063f42af5b3a99 (diff) | |
| parent | 3537c028bc63e18568e70dfd3c1634d857918bc2 (diff) | |
| download | vyatta-cfg-system-841e41f385ca960fb703ff612b014d7e57560b3e.tar.gz vyatta-cfg-system-841e41f385ca960fb703ff612b014d7e57560b3e.zip | |
Merge branch 'islavista' into jenner
Conflicts:
	scripts/install-system
	scripts/standalone_root_pw_reset
Diffstat (limited to 'scripts/install-system')
| -rwxr-xr-x[-rw-r--r--] | scripts/install-system | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/install-system b/scripts/install-system index 15977259..23109bea 100644..100755 --- a/scripts/install-system +++ b/scripts/install-system @@ -861,7 +861,7 @@ change_password() {      # escape any slashes in resulting password      local epwd=$(mkpasswd -H md5 "$pwd1" | sed 's:/:\\/:g') -    set_encypted_password $user $epwd  $rootfsdir$ofrconfdir/config.boot +    set_encrypted_password $user $epwd  $rootfsdir$ofrconfdir/config.boot  }  # setup grub on the boot sector of a user queried drive | 
