mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
ci: print mountinfo instead of mount cmd output
mountinfo contains more info than just "mount" output Signed-off-by: Alexander Mikhalitsyn <alexander.mikhalitsyn@virtuozzo.com>
This commit is contained in:
parent
5c0b4fbcda
commit
f641e0c4ba
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ print_env() {
|
|||
print_header "uname -a"
|
||||
uname -a || :
|
||||
print_header "Mounted file systems"
|
||||
mount || :
|
||||
cat /proc/self/mountinfo || :
|
||||
print_header "Kernel command line"
|
||||
cat /proc/cmdline || :
|
||||
print_header "Distribution information"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue