Do not create symlinks on usb-hdd images.
This commit is contained in:
parent
ed5bb2e187
commit
1db91d83b0
|
@ -420,7 +420,10 @@ do
|
|||
ln -s ${LH_DISTRIBUTION} binary/dists/${DISTRIBUTION}
|
||||
done
|
||||
|
||||
ln -s . binary/debian
|
||||
if [ "${LH_BINARY_IMAGES}" != "usb-hdd" ]
|
||||
then
|
||||
ln -s . binary/debian
|
||||
fi
|
||||
|
||||
# Creating stage file
|
||||
Create_stagefile .stage/binary_debian-installer
|
||||
|
|
Loading…
Reference in New Issue