change to new linux-firmware

This commit is contained in:
Tobias Powalowski 2022-01-20 06:54:48 +01:00
parent 21ad2b02e3
commit 377834b6e3

View file

@ -76,13 +76,13 @@ if [[ "${_L_COMPLETE}" == "1" || "${_L_INSTALL_COMPLETE}" == "1" ]]; then
if [[ "${_L_COMPLETE}" == "1" ]]; then if [[ "${_L_COMPLETE}" == "1" ]]; then
echo "Step 2/6: Generating archboot container in "${_W_DIR}" ..." echo "Step 2/6: Generating archboot container in "${_W_DIR}" ..."
echo " This will need some time ..." echo " This will need some time ..."
archboot-${_RUNNING_ARCH}-create-container.sh "${_W_DIR}" -cc -cp -alf >/dev/tty7 2>&1 || exit 1 archboot-${_RUNNING_ARCH}-create-container.sh "${_W_DIR}" -cc -cp >/dev/tty7 2>&1 || exit 1
fi fi
# create container with package cache # create container with package cache
if [[ "${_L_INSTALL_COMPLETE}" == "1" ]]; then if [[ "${_L_INSTALL_COMPLETE}" == "1" ]]; then
echo "Step 2/6: Generating archboot container in "${_W_DIR}" ..." echo "Step 2/6: Generating archboot container in "${_W_DIR}" ..."
echo " This will need some time ..." echo " This will need some time ..."
archboot-${_RUNNING_ARCH}-create-container.sh "${_W_DIR}" -cc -alf >/dev/tty7 2>&1 || exit 1 archboot-${_RUNNING_ARCH}-create-container.sh "${_W_DIR}" -cc >/dev/tty7 2>&1 || exit 1
fi fi
# generate initrd in container, remove archboot packages from cache, not needed in normal install, umount tmp before generating initrd # generate initrd in container, remove archboot packages from cache, not needed in normal install, umount tmp before generating initrd