SHA256
1
0
forked from pool/libguestfs

- Create symlink from /etc/mtab to /proc/self/mounts (bnc#840662)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=236
This commit is contained in:
Olaf Hering 2013-09-19 13:45:26 +00:00 committed by Git OBS Bridge
parent 0d55f19c38
commit a67e5e3dfe
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 19 15:43:53 CEST 2013 - ohering@suse.de
- Create symlink from /etc/mtab to /proc/self/mounts (bnc#840662)
-------------------------------------------------------------------
Mon Sep 2 13:59:21 CEST 2013 - dvaleev@suse.com

View File

@ -87,6 +87,7 @@
#%programs: modprobe
#%programs: lvm
#%programs: grep
#%programs: ln
#%programs: ls
#%programs: head
#%programs: cat
@ -112,6 +113,8 @@ missing_commands="@GUESTFS_MISSING_CMDS@"
# run_all.sh will load them after this script is sourced
load_modules
ln -sfbn ../proc/self/mounts /etc/mtab
# from libguestfs-1.19.34/appliance/init:
# Disk optimizations.