Muestra las diferencias entre dos versiones de la página.
Ambos lados, revisión anteriorRevisión previa | |||
master_cs:fortificacion:p1 [2025/02/04 15:52] – 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 65: | Línea 65: | ||
* Solo los superusuarios pueden bootear las entradas restantes | * Solo los superusuarios pueden bootear las entradas restantes | ||
- | Para crear las entradas debemos crear unas " | + | Para crear las entradas debemos crear unas " |
< | < | ||
+ | menuentry " | ||
+ | set root=(hd0, | ||
+ | linux / | ||
+ | initrd / | ||
+ | boot | ||
+ | } | ||
+ | menuentry " | ||
+ | set root=(hd0, | ||
+ | linux / | ||
+ | initrd / | ||
+ | password usuario3 1234 | ||
+ | boot | ||
+ | } | ||
</ | </ | ||