Muestra las diferencias entre dos versiones de la página.
Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
master_cs:fortificacion:p1 [2025/02/04 15:48] – thejuanvisu | master_cs:fortificacion:p1 [2025/02/04 16:03] (actual) – thejuanvisu | ||
---|---|---|---|
Línea 5: | Línea 5: | ||
setroot=(hd0, | setroot=(hd0, | ||
linux /vmlinux root=/ | linux /vmlinux root=/ | ||
- | initrd /initrd.img | + | initrd |
</ | </ | ||
Línea 64: | Línea 64: | ||
* UserOnly: solo puede ser booteada por los usuarios | * UserOnly: solo puede ser booteada por los usuarios | ||
* Solo los superusuarios pueden bootear las entradas restantes | * Solo los superusuarios pueden bootear las entradas restantes | ||
+ | |||
+ | Para crear las entradas debemos crear unas " | ||
+ | < | ||
+ | menuentry " | ||
+ | set root=(hd0, | ||
+ | linux / | ||
+ | initrd / | ||
+ | boot | ||
+ | } | ||
+ | menuentry " | ||
+ | set root=(hd0, | ||
+ | linux / | ||
+ | initrd / | ||
+ | password usuario3 1234 | ||
+ | boot | ||
+ | } | ||
+ | </ | ||