It's called "preferences" not "prefs"! :-)
Added some preferences applications to the image. Some of them even start (DataTranslations, Keyboard), most will bring down the app_server, or miss libtracker.so. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12735 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
04dc040e40
commit
402612b831
10
makehdimage
10
makehdimage
@ -110,6 +110,7 @@ BEOS_BIN="touch sync ln listarea listattr listsem listport \
|
||||
ppp_up gdb tail zip unzip mountvolume"
|
||||
|
||||
BEOS_APPS="MiniTerminal"
|
||||
BEOS_PREFERENCES="DataTranslations Mouse Keyboard Keymap Menu Sounds Media FileTypes"
|
||||
|
||||
BEOS_SYSTEM_LIB="libbe.so libstdc++.r4.so libnet.so libmedia.so \
|
||||
libtranslation.so libbind.so libnetapi.so libsocket.so libdebug.so \
|
||||
@ -145,6 +146,7 @@ jam -j$(sysinfo -cpu | head -c 2) -q rc resattr kernel boot_loader \
|
||||
rld.so kernel_fortune consoled \<bin\>route \
|
||||
$BEOS_BIN \
|
||||
$BEOS_APPS \
|
||||
$BEOS_PREFERENCES \
|
||||
$BEOS_SYSTEM_LIB \
|
||||
$BEOS_SYSTEM_SERVERS \
|
||||
$BEOS_NETWORK_CORE \
|
||||
@ -210,7 +212,7 @@ $mkindex BEOS:APP_SIG
|
||||
$mkdir -p beos/apps
|
||||
$mkdir -p beos/bin
|
||||
$mkdir -p beos/etc
|
||||
$mkdir -p beos/prefs
|
||||
$mkdir -p beos/preferences
|
||||
$mkdir -p beos/system/add-ons/kernel/boot
|
||||
$mkdir -p beos/system/add-ons/kernel/bus_managers
|
||||
$mkdir -p beos/system/add-ons/kernel/busses/ide
|
||||
@ -338,6 +340,12 @@ for f in $BEOS_APPS; do
|
||||
$cp ${sPrefix}$f $targetDir/beos/apps/
|
||||
done
|
||||
|
||||
cd $sourceDir/distro/${arch}.R1/beos/preferences
|
||||
$scd ${sPrefix}$sourceDir/distro/${arch}.R1/beos/preferences
|
||||
for f in $BEOS_PREFERENCES; do
|
||||
$cp ${sPrefix}$f $targetDir/beos/preferences/
|
||||
done
|
||||
|
||||
|
||||
# scripts and data files
|
||||
echo "Installing scripts and data files..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user