Skip to content

Commit

Permalink
Do not mount /sys
Browse files Browse the repository at this point in the history
seems to lead to cgroups problem on boot
  • Loading branch information
pcahyna committed Jul 20, 2023
1 parent 43e1d36 commit 29c6f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/rear/skel/default/etc/scripts/boot
Expand Up @@ -5,7 +5,7 @@ dmesg -n1

# basic mounts
mount -t proc -n none /proc
mount -t sysfs none /sys
#mount -t sysfs none /sys

if type udevd &>/dev/null && ! type udevinfo &>/dev/null; then
### we use udevinfo to filter out old udev versions (<106) that don't
Expand Down

1 comment on commit 29c6f3c

@pcahyna
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More generic solution: PR rear#3079

Please sign in to comment.