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
This commit is contained in:
jnqnfe 2015-01-05 18:27:35 +00:00 committed by Raphaël Hertzog
parent 42a9deb871
commit c48caf36fd
1 changed files with 5 additions and 0 deletions

View File

@ -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