diff options
author | Roy Marples <roy@marples.name> | 2008-03-27 13:49:49 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-27 13:49:49 +0000 |
commit | d09f9f47eb92e85afd52b83da6a287369b280f71 (patch) | |
tree | 3ed321d363fdf9dca8f1df7042a5efd9f09e52cf /runlevels | |
parent | b271ac5af525e494e55c41ae8ce285420f5ce9a4 (diff) |
Split terminal encoding out.
Diffstat (limited to 'runlevels')
-rw-r--r-- | runlevels/Makefile.Linux | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runlevels/Makefile.Linux b/runlevels/Makefile.Linux index 1aa23f96..f9a32044 100644 --- a/runlevels/Makefile.Linux +++ b/runlevels/Makefile.Linux @@ -1,2 +1,3 @@ -BOOT+= hwclock consolefont keymaps modules mtab net.lo procfs +BOOT+= hwclock consolefont keymaps modules mtab net.lo procfs \ + termencoding DEFAULT+= hdparm |