Move ~/config/boot to ~/config/settings/
This commit is contained in:
@@ -252,10 +252,10 @@ for linkTarget in $(SYSTEM_DEMOS) {
|
|||||||
# scripts and data files
|
# scripts and data files
|
||||||
local userBootScripts = UserBootscript UserSetupEnvironment.sample ;
|
local userBootScripts = UserBootscript UserSetupEnvironment.sample ;
|
||||||
SEARCH on $(userBootScripts) = [ FDirName $(HAIKU_TOP) data config boot ] ;
|
SEARCH on $(userBootScripts) = [ FDirName $(HAIKU_TOP) data config boot ] ;
|
||||||
AddFilesToHaikuImage home config boot : $(userBootScripts) ;
|
AddFilesToHaikuImage home config settings boot : $(userBootScripts) ;
|
||||||
|
|
||||||
# Add boot launch directory
|
# Add boot launch directory
|
||||||
AddDirectoryToHaikuImage home config boot launch ;
|
AddDirectoryToHaikuImage home config settings boot launch ;
|
||||||
|
|
||||||
# Add mail provider infos.
|
# Add mail provider infos.
|
||||||
AddFilesToHaikuImage home config settings Mail ProviderInfo :
|
AddFilesToHaikuImage home config settings Mail ProviderInfo :
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# DO NOT EDIT!
|
# DO NOT EDIT!
|
||||||
#=====================================================================
|
#=====================================================================
|
||||||
# Start programs and open files in the boot launch folder
|
# Start programs and open files in the boot launch folder
|
||||||
for file in $HOME/config/boot/launch/*
|
for file in $HOME/config/settings/boot/launch/*
|
||||||
do
|
do
|
||||||
/bin/open "$file" &
|
/bin/open "$file" &
|
||||||
done
|
done
|
||||||
|
|||||||
@@ -186,8 +186,8 @@ launch system/preferences/Time "" --update
|
|||||||
|
|
||||||
if [ "$SAFEMODE" != "yes" ]; then
|
if [ "$SAFEMODE" != "yes" ]; then
|
||||||
# Start user boot script
|
# Start user boot script
|
||||||
if [ -f $HOME/config/boot/UserBootscript ]; then
|
if [ -f $HOME/config/settings/boot/UserBootscript ]; then
|
||||||
. $HOME/config/boot/UserBootscript
|
. $HOME/config/settings/boot/UserBootscript
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -54,8 +54,8 @@ fi
|
|||||||
|
|
||||||
if [ "$SAFEMODE" != "yes" ]
|
if [ "$SAFEMODE" != "yes" ]
|
||||||
then
|
then
|
||||||
if [ -f $HOME/config/boot/UserSetupEnvironment ]
|
if [ -f $HOME/config/settings/boot/UserSetupEnvironment ]
|
||||||
then
|
then
|
||||||
. $HOME/config/boot/UserSetupEnvironment
|
. $HOME/config/settings/boot/UserSetupEnvironment
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user