diff options
author | jnqnfe <jnqnfe@gmail.com> | 2015-01-05 18:27:35 +0000 |
---|---|---|
committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-03-05 11:22:20 +0000 |
commit | c48caf36fd33c45328cfa570849af352e8b443d8 (patch) | |
tree | a762b486bf832681534b9c77662c3dde458a2aad /scripts | |
parent | 42a9deb871a4584b2717720661f909021583bc0d (diff) | |
download | vyos-live-build-c48caf36fd33c45328cfa570849af352e8b443d8.tar.gz vyos-live-build-c48caf36fd33c45328cfa570849af352e8b443d8.zip |
binary: fix missing handling of disk info for netboot case
The specifics of what whould be done for it, beyond the disk info
label, needs addressing. (fixme comment left). (#952854).
Partial fix for #952846
Gbp-Dch: Short
Closes: #952846
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/binary_disk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/build/binary_disk b/scripts/build/binary_disk index d9fefa4b0..692e31d79 100755 --- a/scripts/build/binary_disk +++ b/scripts/build/binary_disk @@ -148,6 +148,11 @@ case "${LB_DEBIAN_INSTALLER}" in fi ;; + netboot) + #FIXME incomplete? + echo "${TITLE} ${VERSION} \"${DISTRIBUTION}\" - ${STRING} LIVE/NETBOOT Binary $(date +%Y%m%d-%H:%M)" > binary/.disk/info + ;; + businesscard) echo "main" > binary/.disk/base_components |