From c48caf36fd33c45328cfa570849af352e8b443d8 Mon Sep 17 00:00:00 2001 From: jnqnfe Date: Mon, 5 Jan 2015 18:27:35 +0000 Subject: 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 --- scripts/build/binary_disk | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3