|
@@ -52,10 +52,4 @@ boot() {
|
|
|
|
|
|
# temporary hack until configd exists
|
|
# temporary hack until configd exists
|
|
/sbin/reload_config
|
|
/sbin/reload_config
|
|
-
|
|
|
|
- # create /dev/root if it doesn't exist
|
|
|
|
- [ -e /dev/root -o -h /dev/root ] || {
|
|
|
|
- rootdev=$(awk 'BEGIN { RS=" "; FS="="; } $1 == "root" { print $2 }' < /proc/cmdline)
|
|
|
|
- [ -n "$rootdev" ] && ln -s "$rootdev" /dev/root
|
|
|
|
- }
|
|
|
|
}
|
|
}
|