diff options
author | Roy Marples <roy@marples.name> | 2007-04-16 13:05:33 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-04-16 13:05:33 +0000 |
commit | c688523fcc88470906c8dd0357783c9918fafeda (patch) | |
tree | 18b5e7803ebfa0283f4194aac0ffd18c44e44f79 /init.d.Linux/Makefile | |
parent | 757b8bcc968fa285e3d78435e30b6c47abc048dc (diff) |
Punted the volumes init script. Volume handling will be handled by
init script that can be run at any point, even before checkroot.
Diffstat (limited to 'init.d.Linux/Makefile')
-rw-r--r-- | init.d.Linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.Linux/Makefile b/init.d.Linux/Makefile index 286266d5..b8328d22 100644 --- a/init.d.Linux/Makefile +++ b/init.d.Linux/Makefile @@ -1,5 +1,5 @@ DIR = /etc/init.d -EXES = clock consolefont keymaps modules numlock volumes +EXES = clock consolefont keymaps modules numlock TOPDIR = .. include $(TOPDIR)/default.mk |