diff --git a/packages/sysutils/busybox/config/sysconfig b/packages/sysutils/busybox/config/profile similarity index 100% rename from packages/sysutils/busybox/config/sysconfig rename to packages/sysutils/busybox/config/profile diff --git a/packages/sysutils/busybox/install b/packages/sysutils/busybox/install index af6a354309..5999cc6866 100755 --- a/packages/sysutils/busybox/install +++ b/packages/sysutils/busybox/install @@ -23,8 +23,7 @@ USER_PWD="`$ROOT/$TOOLCHAIN/bin/cryptpw $USER_PASSWORD`" ln -sf /bin/sh $INSTALL/bin/bash mkdir -p $INSTALL/etc - cp $PKG_DIR/config/sysconfig $INSTALL/etc - cp $PKG_DIR/config/sysconfig $INSTALL/etc/profile + cp $PKG_DIR/config/profile $INSTALL/etc touch $INSTALL/etc/fstab ln -sf /var/run/resolv.conf $INSTALL/etc/resolv.conf ln -sf /var/run/hosts $INSTALL/etc/hosts diff --git a/packages/sysutils/busybox/scripts/init b/packages/sysutils/busybox/scripts/init index 6c89e467ee..acc61e6114 100755 --- a/packages/sysutils/busybox/scripts/init +++ b/packages/sysutils/busybox/scripts/init @@ -1,7 +1,7 @@ #!/bin/sh # read config - . /etc/sysconfig + . /etc/profile # getting runlevel RUNLEVEL="openelec"