diff options
| author | Kim <kim.sidney@gmail.com> | 2018-11-06 22:48:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-06 22:48:23 +0100 |
| commit | 679b908495be500854a05503589e96617603f4d9 (patch) | |
| tree | 622690981d2b2373de0a6c12409bf27aaed3e1ba /scripts/install/install-image | |
| parent | 12fddd72207087e3a8f420e79a50c43c13749b74 (diff) | |
| parent | bdb1c996b5392682e163c0349c4d910633180d58 (diff) | |
| download | vyatta-cfg-system-679b908495be500854a05503589e96617603f4d9.tar.gz vyatta-cfg-system-679b908495be500854a05503589e96617603f4d9.zip | |
Merge pull request #83 from kroy-the-rabbit/current
T955: Integrating EFI into the installer
Diffstat (limited to 'scripts/install/install-image')
| -rwxr-xr-x | scripts/install/install-image | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install/install-image b/scripts/install/install-image index 1b482a19..dbdd5901 100755 --- a/scripts/install/install-image +++ b/scripts/install/install-image @@ -214,7 +214,7 @@ install_new () # postinst operations if ! /opt/vyatta/sbin/install-postinst-new \ - "$inst_drv" "$root_part" union; then + "$inst_drv" "$root_part" union; then exit 1 fi } @@ -297,7 +297,7 @@ rm -f $PART_FILE >&/dev/null # handle different types case "$root_part_type" in new) - install_new "$root_part" "$inst_drv" + install_new "$root_part" "$inst_drv" exit 0 ;; union|old) |
