X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage4%2Fhv-install-1;h=e96602efbf253d1ad656bacd1bffc85187f14964;hb=166111908c2cff78986972e0d2668feb7ee9d42b;hp=9ed64fd19386288912d6dd52632c3f98bd470170;hpb=d0406e3d6f1151a689207d154f7de6fdd61a4715;p=hvlinux.git diff --git a/stage4/hv-install-1 b/stage4/hv-install-1 index 9ed64fd..e96602e 100755 --- a/stage4/hv-install-1 +++ b/stage4/hv-install-1 @@ -3,11 +3,7 @@ source ../functions/main source /etc/profile -if [ "x${USER}" != "xroot" ]; then - echo "You must be the superuser to install hvlinux." - exit 1 -fi - +check_for_root_user init_log_file LFS_PKG_DIR_ORIG=${LFS_PKG_DIR} @@ -84,7 +80,7 @@ ipkg -m acnb ${DBUS_GLIB} \ --disable-tests \ --libexecdir=/usr/lib/dbus-1.0/dbus-1 ipkg ${EGGDBUS} -ipkg ${POLKIT} +ipkg -m acnb ${POLKIT} ipkg -m acnb ${CONSOLEKIT} \ --libexecdir=/usr/lib/ConsoleKit \ --localstatedir=/var \