Skip to content

Commit 9eea625

Browse files
committed
README: fix the rootfs path in required LD_LIBRARY_PATH case
1 parent 3847069 commit 9eea625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ If the ```libkrun``` and/or ```libkrunfw``` libraries were installed on a path t
244244
To avoid this problem, use the ```LD_LIBRARY_PATH``` environment variable to point to the location where the libraries were installed. For example, if the libraries were installed in ```/usr/local/lib64```, use something like this:
245245

246246
```
247-
LD_LIBRARY_PATH=/usr/local/lib64 ./chroot_vm rootfs/ /bin/sh
247+
LD_LIBRARY_PATH=/usr/local/lib64 ./chroot_vm rootfs_fedora/ /bin/sh
248248
```
249249

250250
## Status

0 commit comments

Comments
 (0)