diff options
author | Andrew Gaffney <agaffney@gentoo.org> | 2008-12-15 20:54:31 -0600 |
---|---|---|
committer | Andrew Gaffney <agaffney@gentoo.org> | 2008-12-15 20:54:31 -0600 |
commit | 46ccc9ba2855d74a1b67f6bea3fc68ef89f1a5e6 (patch) | |
tree | 1e88cf19b1927efdc42d5fa050fd46141b3e96a6 /netboot | |
parent | We don't need to add - to UTILS_CROSS_COMPILE since it's already there (diff) | |
download | genkernel-46ccc9ba2855d74a1b67f6bea3fc68ef89f1a5e6.tar.gz genkernel-46ccc9ba2855d74a1b67f6bea3fc68ef89f1a5e6.tar.bz2 genkernel-46ccc9ba2855d74a1b67f6bea3fc68ef89f1a5e6.zip |
Enable GETTY for netboot busy-config
Diffstat (limited to 'netboot')
-rw-r--r-- | netboot/busy-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netboot/busy-config b/netboot/busy-config index 4f3158e..8e863ef 100644 --- a/netboot/busy-config +++ b/netboot/busy-config @@ -372,7 +372,7 @@ CONFIG_MESG=y # CONFIG_FEATURE_DEL_USER_FROM_GROUP is not set # CONFIG_ADDUSER is not set # CONFIG_DELUSER is not set -# CONFIG_GETTY is not set +CONFIG_GETTY=y # CONFIG_FEATURE_UTMP is not set # CONFIG_FEATURE_WTMP is not set # CONFIG_LOGIN is not set |