X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig;h=dce5adb4f9af11813901a9173b1324382b6373ee;hp=2e1032823639f52861acfbf5a39a6beae3a8b13e;hb=9adf1670d57462101cc1eeca041f1fc497688aa1;hpb=6c265c82405767eccb349f3cf14d432c5dd5b35f diff --git a/autoconfig b/autoconfig index 2e10328..dce5adb 100644 --- a/autoconfig +++ b/autoconfig @@ -95,7 +95,6 @@ CONFIG_TESTCD='yes' # CD checker CONFIG_TIME='yes' # set clock, check for bootparam utc/gmt [only in live-mode] CONFIG_TIMEZONE='yes' # get bootparam 'tz' and set it as /etc/localtime [only in live-mode] CONFIG_TOHD='yes' # bootoption tohd=... -CONFIG_USERFSTAB='yes' # check for username of uid 1000 CONFIG_VIRTUALBOX_SHARED_FOLDERS='yes' # set up shared folders in VirtualBox environment CONFIG_VNC='yes' # check for bootparam vnc CONFIG_WELCOME='yes' # play welcome sound (audio) @@ -107,6 +106,6 @@ CONFIG_XSTARTUP='yes' # start X window system via grml-x [only in live-m CONFIG_AUTOCONFIG_LOCAL='/etc/grml/autoconfig.local' -[ -e ${CONFIG_AUTOCONFIG_LOCAL} ] && . ${CONFIG_AUTOCONFIG_LOCAL} +[ -r ${CONFIG_AUTOCONFIG_LOCAL} ] && . ${CONFIG_AUTOCONFIG_LOCAL} ## END OF FILE #################################################################