In the definition of the generalized linear models (GLIM), $g(\mu) = \beta^T X$, i.e. the link function of mean is modelled to be linear in explanatory variables.
But GLIM is said to be generalization of the general linear model. In the general linear model, however, $\mu$ is only required to be linear in parameter $\beta$, not necessarily in $X$.
So this makes me to ask if $g(\mu)$ in GLIM is only required to be linear in $\beta$ and not necessarily linear in $X$? Thanks!