made permission for / on stateless node to be 755
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7932 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
fcb6701a6e
commit
44be87bb74
@ -862,9 +862,9 @@ EOMS
|
||||
print $inifile "elif [ -r /rootimg.gz ]; then\n";
|
||||
print $inifile "echo Setting up RAM-root tmpfs.\n";
|
||||
if ($rootlimit) {
|
||||
print $inifile " mount -o size=$rootlimit -t tmpfs rootfs /sysroot\n";
|
||||
print $inifile " mount -o size=$rootlimit mode=755 -t tmpfs rootfs /sysroot\n";
|
||||
} else {
|
||||
print $inifile " mount -t tmpfs rootfs /sysroot\n";
|
||||
print $inifile " mount -o mode=755 -t tmpfs rootfs /sysroot\n";
|
||||
}
|
||||
print $inifile " cd /sysroot\n";
|
||||
print $inifile " echo -n \"Extracting root filesystem:\"\n";
|
||||
|
@ -1184,9 +1184,9 @@ EOMS
|
||||
print $inifile "elif [ -r /rootimg.gz ]; then\n";
|
||||
print $inifile "echo Setting up RAM-root tmpfs.\n";
|
||||
if ($rootlimit) {
|
||||
print $inifile " mount -o size=$rootlimit -t tmpfs rootfs /sysroot\n";
|
||||
print $inifile " mount -o size=$rootlimit mode=755 -t tmpfs rootfs /sysroot\n";
|
||||
} else {
|
||||
print $inifile " mount -t tmpfs rootfs /sysroot\n";
|
||||
print $inifile " mount -o mode=755 -t tmpfs rootfs /sysroot\n";
|
||||
}
|
||||
print $inifile " cd /sysroot\n";
|
||||
print $inifile " echo -n \"Extracting root filesystem:\"\n";
|
||||
|
@ -1111,9 +1111,9 @@ EOMS
|
||||
print $inifile "elif [ -r /rootimg.gz ]; then\n";
|
||||
print $inifile "echo Setting up RAM-root tmpfs.\n";
|
||||
if ($rootlimit) {
|
||||
print $inifile " mount -o size=$rootlimit -t tmpfs rootfs /sysroot\n";
|
||||
print $inifile " mount -o size=$rootlimit mode=755 -t tmpfs rootfs /sysroot\n";
|
||||
} else {
|
||||
print $inifile " mount -t tmpfs rootfs /sysroot\n";
|
||||
print $inifile " mount -o mode=755 -t tmpfs rootfs /sysroot\n";
|
||||
}
|
||||
print $inifile " cd /sysroot\n";
|
||||
print $inifile " echo -n \"Extracting root filesystem:\"\n";
|
||||
|
Loading…
Reference in New Issue
Block a user