haiku/build/jam
Fabiano Fidêncio 4e29847d38 ImageRules: Use a less generic name as volume-id
The current volume-id is "bootimg", does not matter which version of
haiku nor to which architecture the ISO is targetting.

Having a "too generic" name as volume-id directly affects the ISO's
recognition by libosinfo.

From now on, let's use:
haiku-$(HAIKU_VERSION)-$(TARGET_ARCH)

Which would generate an ISO with volume-id as:
Volume id: haiku-default-r1~beta1-x86_64

Fixes: #14695

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>

Change-Id: I25e2f5338403058a363872abd196d698764cc3c1
Reviewed-on: https://review.haiku-os.org/c/1034
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
2019-02-13 20:06:13 +00:00
..
board
images regular: Typo fix. 2019-01-08 19:55:45 -05:00
packages build: Add the new "Hostname" network panel to the regular image. 2019-01-15 14:06:49 -05:00
repositories kernel: Add riscv config_manager and kernel lib arch sources 2018-12-08 16:46:17 -06:00
ArchitectureRules ArchitectureRules: Enable more warnings. 2019-01-16 19:31:58 -05:00
BeOSRules
BootRules BootRules: Fix BuildMBR under Clang. 2018-11-23 00:06:23 -05:00
BuildFeatureRules
BuildFeatures
BuildSetup build: Fixes to support building in paths with spaces in them. 2019-01-09 19:18:28 -05:00
CDRules build: Use the absolute path on more instances of build_* scripts. 2018-11-02 23:26:11 -04:00
CommandLineArguments
ConfigRules
DefaultBuildProfiles
FileRules FileRules: Fix typo. 2019-01-10 12:32:33 -05:00
HaikuPackages netfs: Fix and enable on 64-bit. 2018-11-18 14:37:06 -05:00
HeadersRules
HelperRules
ImageRules ImageRules: Use a less generic name as volume-id 2019-02-13 20:06:13 +00:00
KernelRules build: Do not use regular TARGET_*FLAGS in kernel and bootloader. 2018-11-23 00:06:23 -05:00
LocaleRules
MainBuildRules MainBuildRules: Fail if the generated struct-offsets header is empty. 2018-11-24 14:35:10 -05:00
MathRules
MiscRules
OptionalPackages
OverriddenJamRules OverridenJamRules: Override MkDir to use -p. 2018-11-24 17:52:08 -05:00
PackageRules
RepositoryRules build: Fix paths of tools for bootstrap builds. 2018-11-19 23:14:02 +00:00
SystemLibraryRules
TestsRules
UserBuildConfig.ReadMe
UserBuildConfig.sample