2
0
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:
Markus Hilger 2020-01-17 18:21:46 +01:00
parent 8e9428986d
commit d127ba06cd

View File

@ -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";