mirror of
https://github.com/unraid/webgui.git
synced 2026-05-05 20:00:52 -05:00
Update CPUset.php
This commit is contained in:
@@ -91,6 +91,8 @@ case 'is':
|
||||
$syslinux = file('/boot/syslinux/syslinux.cfg',FILE_IGNORE_NEW_LINES+FILE_SKIP_EMPTY_LINES);
|
||||
$size = count($syslinux);
|
||||
$menu = $i = 0;
|
||||
$isolcpus = $isol = "";
|
||||
|
||||
// find the default section
|
||||
while ($i < $size) {
|
||||
if (scan($syslinux[$i],'label ')) {
|
||||
|
||||
Reference in New Issue
Block a user