Add a partitioning system for Sun disklabel/vtoc
This is the partitioning system used on sparc machines. Confirmed working with a Solaris install iso image. Added to the haiku package for sparc and to haiku_extras for other architectures. Fixes #15638 Change-Id: I0584bef5e6a66eff9a33eb6675d5533cc9a45d1e Reviewed-on: https://review.haiku-os.org/c/haiku/+/2709 Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
c1cd7f0633
commit
68ea01249e
@@ -49,7 +49,7 @@ AddFilesToPackage add-ons kernel generic
|
||||
: ata_adapter bios@x86,x86_64 dpc
|
||||
locked_pool mpu401 scsi_periph smbios@x86,x86_64 <module>tty ;
|
||||
AddFilesToPackage add-ons kernel partitioning_systems
|
||||
: amiga_rdb@m68k apple@ppc efi_gpt intel session ;
|
||||
: amiga_rdb@m68k apple@ppc sun@sparc efi_gpt intel session ;
|
||||
AddFilesToPackage add-ons kernel interrupt_controllers : openpic@ppc ;
|
||||
AddFilesToPackage add-ons kernel power cpufreq : intel_pstates@x86,x86_64 ;
|
||||
AddFilesToPackage add-ons kernel power cpuidle : intel_cstates@x86,x86_64 ;
|
||||
|
||||
@@ -5,7 +5,7 @@ HaikuPackage $(extrasPackage) ;
|
||||
|
||||
# kernel modules
|
||||
AddFilesToPackage add-ons kernel partitioning_systems
|
||||
: amiga_rdb@!m68k apple@!ppc ;
|
||||
: amiga_rdb@!m68k apple@!ppc sun@!sparc ;
|
||||
|
||||
AddFilesToPackage add-ons control_look : BeControlLook ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user