From ad5b1deb2f61464fb80d1aed96af991a2d377200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 26 Jan 2005 03:58:13 +0000 Subject: [PATCH] Now also builds and copies the timezone files. No longer copies the settings directory completely to get rid of the CVS entries in the target... git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11064 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- makehdimage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makehdimage b/makehdimage index 34c1b61586..41f7c78efc 100755 --- a/makehdimage +++ b/makehdimage @@ -83,7 +83,7 @@ jam -q rc resattr kernel boot_loader config_manager pci isa ide scsi \ $BEOS_BIN $BEOS_SYSTEM_LIB $BEOS_SYSTEM_SERVERS \ $BEOS_ADD_ONS_TRANSLATORS $BEOS_ADD_ONS_MEDIA \ kernel_uname libnet.so dprintf null zero random \tty \ - \config \ + \config timezone_files \ || { echo "*** Build failed!" 1>&2 ; exit 1; } # create the image and the directory structure @@ -198,7 +198,7 @@ cp data/system/boot/Bootscript data/system/boot/SetupEnvironment $targetDir/beos cp data/etc/profile $targetDir/beos/etc/ cp src/kernel/apps/fortune/fortunes $targetDir/beos/etc/ cp -R distro/x86.R1/beos/etc $targetDir/beos/ -cp -R data/settings $targetDir/home/config/ +cp data/settings/kernel/drivers/kernel $targetDir/home/config/settings/kernel/drivers/ ln -sf /boot/beos/etc/timezones/Europe/Paris $targetDir//home/config/settings/timezone