Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • 1
    Thanks for the brilliant answer! I have one small doubt: after the installation is completed, installation medium removed, and system rebooted, is the /sys automatically recreated? Commented Sep 4, 2019 at 7:26
  • Yes, just like every time you reboot a Linux system. Commented Sep 4, 2019 at 7:28
  • Are the old /sys files deleted or updated? Commented Sep 4, 2019 at 7:30
  • 1
    /sys is entirely RAM-based, so the "old /sys files" will simply vanish into nothingness when the kernel stops running. Commented Sep 4, 2019 at 7:32
  • This doubt had bugging me for the last two days. Thanks again for clearing it so effectively! Commented Sep 4, 2019 at 7:33