probe_
This commit is contained in:
parent
08972d3817
commit
0dc8e3e6b1
23 changed files with 1607 additions and 0 deletions
26
build.mod
Normal file
26
build.mod
Normal file
|
@ -0,0 +1,26 @@
|
|||
MODULES=(
|
||||
'regexp'
|
||||
'memdisk' 'tar'
|
||||
'search'
|
||||
'part_gpt' 'part_msdos'
|
||||
'lvm' 'mdraid1x'
|
||||
'btrfs' 'ext2' 'iso9660' 'udf'
|
||||
'exfat' 'fat' 'hfs' 'hfspluscomp' 'ntfscomp'
|
||||
'linux' 'loopback' 'squash4'
|
||||
#
|
||||
'at_keyboard' 'keylayouts' 'keystatus' 'read'
|
||||
'halt' 'reboot'
|
||||
'all_video' 'videoinfo'
|
||||
'gfxterm_background' 'jpeg' 'png' 'tga'
|
||||
#
|
||||
'date' 'echo' 'eval' 'help' 'sleep' 'test' 'true'
|
||||
'cpuid' 'lspci'
|
||||
'cat' 'configfile' 'loadenv' 'progress' 'testspeed'
|
||||
'hashsum' 'gcry_sha256' 'gcry_sha512'
|
||||
'pgp' 'gcry_dsa' 'gcry_rsa'
|
||||
)
|
||||
|
||||
MODULES_BIOS=(
|
||||
'biosdisk'
|
||||
'ntldr'
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue