Bugfix: do not create /dev/lock and /dev/lock-frontend
This commit is contained in:
parent
fdcdab72dc
commit
d145b0c9ec
|
@ -66,7 +66,7 @@ then
|
||||||
Expand_packagelist "${LIST}" "config/package-lists" > chroot/root/"$(basename ${LIST})"
|
Expand_packagelist "${LIST}" "config/package-lists" > chroot/root/"$(basename ${LIST})"
|
||||||
|
|
||||||
# Downloading additional packages
|
# Downloading additional packages
|
||||||
Chroot chroot "xargs --no-run-if-empty --arg-file=/root/$(basename ${LIST}) apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb -o Dir::State::status=/dev/null --download-only install"
|
Chroot chroot "xargs --no-run-if-empty --arg-file=/root/$(basename ${LIST}) apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb -o Dir::State::status=/dev/null -o Debug::NoLocking=true --download-only install"
|
||||||
|
|
||||||
# Remove package list
|
# Remove package list
|
||||||
rm chroot/root/"$(basename ${LIST})"
|
rm chroot/root/"$(basename ${LIST})"
|
||||||
|
|
|
@ -366,7 +366,7 @@ then
|
||||||
Echo_debug "DI_FIRMWARE_PACKAGES: %s" "${DI_FIRMWARE_PACKAGES}"
|
Echo_debug "DI_FIRMWARE_PACKAGES: %s" "${DI_FIRMWARE_PACKAGES}"
|
||||||
|
|
||||||
# Set apt command prefix
|
# Set apt command prefix
|
||||||
_LB_APT_COMMAND="apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb -o Dir::State::status=/dev/null -o APT::Install-Recommends=false --download-only"
|
_LB_APT_COMMAND="apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb -o Dir::State::status=/dev/null -o APT::Install-Recommends=false -o Debug::NoLocking=true --download-only"
|
||||||
|
|
||||||
if [ "${LB_DEBIAN_INSTALLER}" = "live" ]
|
if [ "${LB_DEBIAN_INSTALLER}" = "live" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue