search for: firtboot

Displaying 1 result from an estimated 1 matches for "firtboot".

Did you mean: firstboot
2011 Jul 29
0
[PATCH node] Add debugging info to dracut plugin
...elif getarg reinstall >/dev/null; then elif getarg uninstall >/dev/null; then fb=$(getarg uninstall) else + info "No firstboot, reinstall or uninstall parameter found" return 0 fi if [ "$fb" = "no" -o "$fb" = 0 ]; then + info "firtboot reinstall or uninstall parameter set to 0 or no, exitting" return 0 fi - +info "Found valid firstboot reinstall or uninstall parameter" # Check storage_init argument # Accept either storage_init or ovirt_init # Prefer storage_init # Blank entry will result in getting first...