diff options
author | maximilian attems <maks@debian.org> | 2008-12-15 14:52:31 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2008-12-15 15:27:04 +0100 |
commit | 6eac119e508d7de61dcfd8c1214ab834a8ce8075 (patch) | |
tree | f003ce5661b1f730fed8b7ee98471331e9a2b31b /scripts | |
parent | 7e82cbb4ff425ef0201e215566f17826311197c1 (diff) | |
download | initramfs-tools-6eac119e508d7de61dcfd8c1214ab834a8ce8075.tar.gz initramfs-tools-6eac119e508d7de61dcfd8c1214ab834a8ce8075.zip |
scripts/functions: comment fix path to moved linux-2.6 Documentation.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/functions | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions index 85a5138..697ce89 100644 --- a/scripts/functions +++ b/scripts/functions @@ -261,7 +261,8 @@ configure_networking() # networking already configured thus bail out [ -n "${DEVICE}" ] && [ -e /tmp/net-"${DEVICE}".conf ] && return 0 - # support ip options see linux sources Documentation/nfsroot.txt + # support ip options see linux sources + # Documentation/filesystems/nfsroot.txt case ${IPOPTS} in none|off) # Do nothing |