diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-28 12:25:34 +0000 |
---|---|---|
committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-04-23 15:24:50 +0200 |
commit | 1eee15e8527e0b85f00c946caf7fcb57579f2256 (patch) | |
tree | 5fada5e1f39d134902fb0884c4d535597a5e6b59 /scripts/build/binary_grub-legacy | |
parent | 87b995597ca6804e989f667096a1b726ccddaaa1 (diff) | |
download | vyos-live-build-1eee15e8527e0b85f00c946caf7fcb57579f2256.tar.gz vyos-live-build-1eee15e8527e0b85f00c946caf7fcb57579f2256.zip |
config: obsolete unused --net-cow-* options
Diffstat (limited to 'scripts/build/binary_grub-legacy')
-rwxr-xr-x | scripts/build/binary_grub-legacy | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/build/binary_grub-legacy b/scripts/build/binary_grub-legacy index 7891bba65..9f0078ba6 100755 --- a/scripts/build/binary_grub-legacy +++ b/scripts/build/binary_grub-legacy @@ -127,12 +127,6 @@ then LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} union=${LB_UNION_FILESYSTEM}" fi -if [ -n "${LB_NET_COW_PATH}" ] -then - Echo_error "Net cow not yet supported on grub-legacy" - exit 1 -fi - LB_BOOTAPPEND_LIVE="$(echo ${LB_BOOTAPPEND_LIVE} | sed -e 's| ||')" # Assembling kernel configuration |