Merging Debian /firmware directories like the /pool directories

This commit is contained in:
Thomas Schmitt 2022-06-18 21:20:42 +02:00
parent 5897c706a4
commit 68c4a39c37
2 changed files with 21 additions and 0 deletions

View File

@ -732,8 +732,29 @@ do
fi fi
done done
for mount_point in $MOUNT_LIST
do
if test "$mount_point" = "$mount_point_1"
then
if test -d "${mount_point}/firmware"
then
echo \
"Planned as imported /firmware : ${mount_point}/firmware" >&2
fi
else
if test -d "${mount_point}/firmware"
then
echo \
"Planned for merging into /firmware : ${mount_point}/firmware" >&2
echo " -map ${mount_point}/firmware /firmware" >>temp_file
fi
fi
done
if test "$XORRISO" = dummy if test "$XORRISO" = dummy
then then
echo "Planned xorriso commands in temp_file:" >&2
cat temp_file
echo >&2 echo >&2
echo 'NOTE: Variable XORRISO is set to "dummy".' >&2 echo 'NOTE: Variable XORRISO is set to "dummy".' >&2
echo ' Will not perform xorriso run but only show its arguments:' >&2 echo ' Will not perform xorriso run but only show its arguments:' >&2

Binary file not shown.