mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 09:36:41 +00:00
SLE15: Correct proc mount
This commit is contained in:
parent
8e9428986d
commit
d127ba06cd
@ -254,7 +254,7 @@ unless ($onlyinitrd) {
|
||||
mkpath "$rootimg_dir/sys";
|
||||
|
||||
#needed for newer versions of the SLE permissions RPM. See: https://github.com/openSUSE/permissions/commit/2d0ef5d55b30f72322d18951214353ecfd9c4245
|
||||
system "mount -t proc none $rootimg_dir/proc";
|
||||
system "mount -t proc proc $rootimg_dir/proc";
|
||||
#Create /sys to have /sys/kernel/fscaps. Fixes: "Warning: running kernel does not support fscaps"
|
||||
system "mount -o bind /sys $rootimg_dir/sys";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user