02-02-2016, 15:37
|
#10
|
Senior Member
Iscritto dal: Jan 2015
Messaggi: 650
|
Quote:
Originariamente inviato da fano
In realtà in una macchina (U)EFI una parte del BIOS e file per permettere il boot sono sul disco primario nella prima partizione che è di solito di pochi MB; partizione che un sistema operativo come si deve non dovrebbe mai esporre all'utente... soprattutto NON in scrittura!
Poi diciamolo a fare "rm -rf /" un po' se la sono cercata 
|
poettering commented Feb 1, 2016
To make this very clear: we actually write to the EFI fs in systemd. Specifically, when you issue "systemctl reboot --firmware" we'll set the appropriate EFI variable, to ask for booting into the EFI firmware setup. And because we need it writable we'll mount it writable for that.
https://github.com/systemd/systemd/issues/2402
|
|
|