diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-10-31 11:10:05 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2007-10-31 11:10:05 +0100 |
| commit | 15f9200589c6a789ef4fb38de5398d916e615f4b (patch) | |
| tree | bfebb136b25696f318ad5cccd1a99b5721f00610 /helpers/lh_binary_syslinux | |
| parent | bb08fc8d1e287b7d38e864d3b57fac4406f5adcc (diff) | |
| download | vyos-live-build-15f9200589c6a789ef4fb38de5398d916e615f4b.tar.gz vyos-live-build-15f9200589c6a789ef4fb38de5398d916e615f4b.zip | |
Fixing indenting.
Diffstat (limited to 'helpers/lh_binary_syslinux')
| -rwxr-xr-x | helpers/lh_binary_syslinux | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux index 34ea104ba..7de257cee 100755 --- a/helpers/lh_binary_syslinux +++ b/helpers/lh_binary_syslinux @@ -435,17 +435,19 @@ fi if [ -n "${LH_NET_COW_PATH}" ] then case "${LH_NET_COW_FILESYSTEM}" in - nfs) + nfs) if [ -n "${LH_NET_COW_MOUNTOPTIONS}" ] then LH_NET_COW_MOUNTOPTIONS=",${LH_NET_COW_MOUNTOPTIONS}" fi + LH_BOOTAPPEND_LIVE="${LH_BOOTAPPEND_LIVE} nfscow=${LH_NET_COW_SERVER}:${LH_NET_COW_PATH}${LH_NET_COW_MOUNTOPTIONS}" - ;; - *) - Echo_error "Unsupported net filesystem" - exit 1 - ;; + ;; + + *) + Echo_error "Unsupported net filesystem" + exit 1 + ;; esac fi |
