https://git.useribm.hu
/
user-lxc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8980ccc
)
Updated c3.sh (separately copy the rpm database under /usr).
author
Zoltán Felleg
<zoltan.felleg@userrendszerhaz.hu>
Mon, 20 Jun 2022 14:26:49 +0000
(16:26 +0200)
committer
Zoltán Felleg
<zoltan.felleg@userrendszerhaz.hu>
Mon, 20 Jun 2022 14:26:49 +0000
(16:26 +0200)
scripts/c3.sh
patch
|
blob
|
history
diff --git
a/scripts/c3.sh
b/scripts/c3.sh
index c9d547a879a41f9343d0ab6a6fa23bf5328cec90..8b8c6a1a8fac0ef6473368ff91bf428a291a178d 100755
(executable)
--- a/
scripts/c3.sh
+++ b/
scripts/c3.sh
@@
-75,6
+75,13
@@
copy_and_install()
;;
esac
done
+ # the rpm database has moved to /usr
+ for DIRECTORY in usr/lib/sysimage
+ do
+ rm --force --recursive $CONTAINER_BUILDROOT/$DIRECTORY
+ cp --archive $BASE_CONTAINER_PATH/rootfs/$DIRECTORY \
+ $CONTAINER_BUILDROOT/$DIRECTORY
+ done
echo "Installing special packages."