const_void@lemmy.ml to Memes@lemmy.mlEnglish · 1 year agoWindows has a lot of bloatware dependenciesi.imgflip.comimagemessage-square154fedilinkarrow-up1987arrow-down148
arrow-up1939arrow-down1imageWindows has a lot of bloatware dependenciesi.imgflip.comconst_void@lemmy.ml to Memes@lemmy.mlEnglish · 1 year agomessage-square154fedilink
minus-squaretorafugu@artemis.camplinkfedilinkarrow-up11·1 year agoUser: “Hey Linux, I want to remove the / directory.” Linux: “Go ahead, just remember to use sudo.”
minus-squareMaliciousKebab@sh.itjust.workslinkfedilinkEnglisharrow-up3·1 year agoI 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.
minus-squareSoyaSuki@lemmy.mllinkfedilinkarrow-up2·1 year agoNeed -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
minus-squareЭшли Карамель@discuss.tchncs.delinkfedilinkarrow-up4·1 year agojust do sudo rm -rf /* and it works without
User: “Hey Linux, I want to remove the / directory.”
Linux: “Go ahead, just remember to use sudo.”
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.
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 without