Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 768 Bytes

File metadata and controls

15 lines (8 loc) · 768 Bytes

Runtime usage

ugrd runs the init script generated in the build dir. In cases where agetty is needed, all but basic initialization and the final switch_root are performed in init_main.sh.

µgRD should prompt for relevant input or warn if devices are missing at runtime.

If µgRD does not print its version after the kernel calls /init, the ugrd.base.console module may need to be enabled to start an agetty session.

Failure recovery

In the event of a failure, modules will either fail through, or re-exec the init script.

The ugrd_recovery cmdline arg will allow a shell to be spawned in the event of a failure. This is useful for debugging.

This can be set by simply adding ugrd_recovery to the kernel command line, or ugrd_recovery=1