diff options
author | jnqnfe <jnqnfe@gmail.com> | 2015-01-14 00:14:04 +0000 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-16 16:29:00 +0000 |
commit | 2fc60a1151aff092f09c02e48b09de97772b70bc (patch) | |
tree | c5a6274a8a3d7ef8d099487f68804bc2c570109d | |
parent | 8a7bc408e5ebc8fdad47ed6a55747d0f0b3be7d1 (diff) | |
download | vyos-live-build-2fc60a1151aff092f09c02e48b09de97772b70bc.tar.gz vyos-live-build-2fc60a1151aff092f09c02e48b09de97772b70bc.zip |
syslinux: remove replacement of unused label in menu configs
-rwxr-xr-x | scripts/build/binary_syslinux | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build/binary_syslinux b/scripts/build/binary_syslinux index 7bc3ba6ae..ba2b2edae 100755 --- a/scripts/build/binary_syslinux +++ b/scripts/build/binary_syslinux @@ -245,7 +245,6 @@ do sed -i -e "s#@APPEND_LIVE@#${LB_BOOTAPPEND_LIVE}#g" \ -e "s#@APPEND_LIVE_FAILSAFE@#${LB_BOOTAPPEND_LIVE_FAILSAFE}#g" \ -e "s#@APPEND_INSTALL@#${LB_BOOTAPPEND_INSTALL}#g" \ - -e "s#@APPEND_INSTALL_FAILSAFE@#${LB_BOOTAPPEND_INSTALL_FAILSAFE}#g" \ -e "s|@PROJECT@|${_PROJECT}|g" \ -e "s|@DISTRIBUTION@|${_DISTRIBUTION}|g" \ -e "s|@PARENT_DISTRIBUTION@|${LB_PARENT_DISTRIBUTION_BINARY}|g" \ |