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:
parent
42a9deb871
commit
c48caf36fd
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue