this post was submitted on 23 Aug 2023
1041 points (95.0% liked)
Memes
45536 readers
403 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
User: "Hey Linux, I want to remove the / directory."
Linux: "Go ahead, just remember to use sudo."
Need -no-preserve-root :(. They made Linux way too child friendly imo. It messes with my workflow. Now my old scripts don't work anymore T_T
just do
sudo rm -rf /*
and it works withoutI think that's okay as long they allow you to remove the safe guards.
I read that this might remove efivars from your motherboard and brick your hardware. There was a workaround but not sure if it's safe hardware wise now. I would like to do this to my laptop before reinstalling with btrfs but I'm kinda scared.