Supporting remote preseeding files.
This commit is contained in:
parent
aa6204c8ae
commit
f34c8d45f5
|
@ -565,7 +565,15 @@ Set_defaults ()
|
|||
;;
|
||||
|
||||
net)
|
||||
LH_BOOTAPPEND_PRESEED="file=/${LH_DEBIAN_INSTALLER_PRESEEDFILE}"
|
||||
case "${LH_DEBIAN_INSTALLER_PRESEEDFILE}" in
|
||||
*://*)
|
||||
LH_BOOTAPPEND_PRESEED="file=${LH_DEBIAN_INSTALLER_PRESEEDFILE}"
|
||||
;;
|
||||
|
||||
*)
|
||||
LH_BOOTAPPEND_PRESEED="file=/${LH_DEBIAN_INSTALLER_PRESEEDFILE}"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue