Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
f919f5ca
Commit
f919f5ca
authored
Jan 07, 2017
by
Reto Gantenbein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix chroot rpmdb path
Signed-off-by:
Reto Gantenbein
<
reto.gantenbein@linuxmonk.ch
>
parent
c172e264
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lxc-fedora.in
templates/lxc-fedora.in
+1
-1
No files found.
templates/lxc-fedora.in
View file @
f919f5ca
...
@@ -611,7 +611,7 @@ download_fedora()
...
@@ -611,7 +611,7 @@ download_fedora()
# It might happen, that the dnf used above will write an incompatible
# It might happen, that the dnf used above will write an incompatible
# RPM database for the version running in the rootfs. Rebuild it.
# RPM database for the version running in the rootfs. Rebuild it.
echo
"Fixing up RPM databases"
echo
"Fixing up RPM databases"
rm
-f
"
${
CHROOT_DIR
}${
INSTALL_ROOT
}
"
/var/lib/rpm/__db
*
rm
-f
"
${
setup_rootfs
}
"
/var/lib/rpm/__db
*
chroot
"
${
setup_rootfs
}
"
rpm
--rebuilddb
chroot
"
${
setup_rootfs
}
"
rpm
--rebuilddb
chroot_umounts
"
${
setup_rootfs
}
"
chroot_umounts
"
${
setup_rootfs
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment