Skip to content

Commit

Permalink
lib/init.sh: support init=<path> kernel command-line parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
illiliti committed Sep 23, 2023
1 parent 80074e0 commit 0679dbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ parse_cmdline()
rootfstype=*) root_type=${_param#*=} ;;
rootflags=*) root_opts=${_param#*=} ;;
rootdelay=*) root_wait=${_param#*=} ;;
init=*) init=${_param#*=} ;;
esac; done
}

Expand Down

0 comments on commit 0679dbe

Please sign in to comment.