diff options
author | Jeff Bailey <jbailey@ubuntu.com> | 2005-06-13 01:40:55 +0000 |
---|---|---|
committer | Jeff Bailey <jbailey@ubuntu.com> | 2005-06-13 01:40:55 +0000 |
commit | 8d503582491ccf26b6925e5eb7cf77d9158fc65b (patch) | |
tree | 57df4afca9aad0585a23aced340eaa453247bf4d /scripts/local-top/md | |
parent | b1efb2876bac0e27aac5ff55200a4a7cc83042a0 (diff) | |
download | initramfs-tools-8d503582491ccf26b6925e5eb7cf77d9158fc65b.tar.gz initramfs-tools-8d503582491ccf26b6925e5eb7cf77d9158fc65b.zip |
Update with new dependancy based init system, call the right script directories, always use busybox now, sigh.
Diffstat (limited to 'scripts/local-top/md')
-rw-r--r-- | scripts/local-top/md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/scripts/local-top/md b/scripts/local-top/md new file mode 100644 index 0000000..d6f7e94 --- /dev/null +++ b/scripts/local-top/md @@ -0,0 +1,18 @@ +#!/bin/sh + +PREREQ="" + +prereqs() +{ + echo "$PREREQ" +} + +case $1 in +# get pre-requisites +prereqs) + prereqs + exit 0 + ;; +esac + +/bin/mdrun /dev |