diff options
author | Roy Marples <roy@marples.name> | 2007-12-14 20:09:53 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-12-14 20:09:53 +0000 |
commit | afdcf1fa158e9833c163068f77e88d21ba0e3225 (patch) | |
tree | c170f21fb6be2dc278e2554c4ae7595f1738d1a4 /runlevels.mk | |
parent | 584cea1f8e0d2aa21f75c273159608d9ee35cda5 (diff) |
udev requires try function and the modules-update program should take care of any 2.4 vs 2.6 kernel issues. Also add vim instructions to a few files.
Diffstat (limited to 'runlevels.mk')
-rw-r--r-- | runlevels.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runlevels.mk b/runlevels.mk index bb27d5bb..d6fe434f 100644 --- a/runlevels.mk +++ b/runlevels.mk @@ -16,3 +16,5 @@ install: all: clean: + +# vim: set ts=4 : |