From 83333bf237fce576098c96b08dc76126f5bd33c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 11 Oct 2005 01:17:48 +0000 Subject: [PATCH] Missed those with the previous commit: added tarfs to the boot loader build. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14345 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/boot/partitions.h | 2 ++ src/system/Jamfile | 3 +++ 2 files changed, 5 insertions(+) diff --git a/headers/private/kernel/boot/partitions.h b/headers/private/kernel/boot/partitions.h index 151ee76424..3f500bd727 100644 --- a/headers/private/kernel/boot/partitions.h +++ b/headers/private/kernel/boot/partitions.h @@ -66,6 +66,7 @@ class Partition : public Node, public partition_data { #define kPartitionTypeHFSPlus "HFS+ Filesystem" #define kPartitionTypeISO9660 "ISO9660 Filesystem" #define kPartitionTypeReiser "Reiser Filesystem" +#define kPartitionTypeTarFS "TAR Filesystem" #define kPartitionTypeUDF "UDF Filesystem" // structure definitions as used in the boot loader @@ -87,5 +88,6 @@ struct file_system_module_info { extern file_system_module_info gBFSFileSystemModule; extern file_system_module_info gAmigaFFSFileSystemModule; +extern file_system_module_info gTarFileSystemModule; #endif /* KERNEL_BOOT_PARTITIONS_H */ diff --git a/src/system/Jamfile b/src/system/Jamfile index f843914884..b21ea1a615 100644 --- a/src/system/Jamfile +++ b/src/system/Jamfile @@ -8,6 +8,9 @@ KernelLd boot_loader : # file systems boot_bfs.a boot_amiga_ffs.a + boot_tarfs.a + + libz.a # libroot functions needed by the stage2 boot loader <$(SOURCE_GRIST)!libroot!os!arch!$(OBOS_ARCH)>byteorder.o