mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-22 08:09:41 +00:00
test image, xxx.bin, so we can explore dxe removal
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
ef78c1fa77
commit
4fcefd53c3
@ -3,6 +3,27 @@ default: build
|
||||
build:
|
||||
echo fetch, uroot, kernel, or image.bin
|
||||
|
||||
xxx.bin: imageinitramfs.bin
|
||||
utk \
|
||||
-xzPath /usr/bin/xz \
|
||||
$< \
|
||||
remove Iscsi.* \
|
||||
remove Scsi.* \
|
||||
remove Fat.* \
|
||||
remove Ahci.* \
|
||||
remove Partition.* \
|
||||
remove Sata.* \
|
||||
remove Disk.* \
|
||||
remove Whea.* \
|
||||
remove Ata.* \
|
||||
remove Mouse.* \
|
||||
remove .*Keyboard.* \
|
||||
remove EbcDxe \
|
||||
save $@
|
||||
utk $@ table | guid2english | grep Free
|
||||
echo -n need
|
||||
stat -c %s kernel
|
||||
|
||||
dxeremove.bin: imageinitramfs.bin
|
||||
utk \
|
||||
-xzPath /usr/bin/xz \
|
||||
|
Loading…
Reference in New Issue
Block a user