Stomata to linuxmemesEnglish • 1 day agoI still like this memesh.itjust.worksimagemessage-square204fedilinkarrow-up11.4Karrow-down127
arrow-up11.37Karrow-down1imageI still like this memesh.itjust.worksStomata to linuxmemesEnglish • 1 day agomessage-square204fedilink
minus-square@[email protected]linkfedilinkEnglish2•1 day agorm -rf / only deletes everything on the / partition and any currently mounted filesystems, since efi is its own partition and not mounted it wouldn’t be touched
minus-square@[email protected]linkfedilink4•1 day ago not mounted I agree with you, the EFI variables shouldn’t be mounted by default. Unfortunately, on some systems, they are. There was even a huge fight about that. I’m too lazy to look it up now, though.
rm -rf /
only deletes everything on the / partition and any currently mounted filesystems, since efi is its own partition and not mounted it wouldn’t be touchedI agree with you, the EFI variables shouldn’t be mounted by default. Unfortunately, on some systems, they are.
There was even a huge fight about that. I’m too lazy to look it up now, though.
Huh that’s very interesting!