Skip to content

Scripts for building statically compiled binaries for use in the Shimboot bootloader.

License

Notifications You must be signed in to change notification settings

ading2210/shimboot-binaries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shimboot Static Binaries

This repo contains scripts for building various utilities that are used within Shimboot. Everything is statically linked, and an Alpine Linux chroot is used to minimize the output size.

The following programs are compiled:

Example:

$ sudo ./build.sh
$ du out/*
2.0M    out/cryptsetup
92K     out/fusermount3
4.4M    out/lklfuse
5.4M    out/python3
1.8M    out/swtpm
516K    out/unionfs
$ ldd out/*
out/cryptsetup:
        not a dynamic executable
out/fusermount3:
        not a dynamic executable
out/lklfuse:
        not a dynamic executable
out/python3:
        not a dynamic executable
out/swtpm:
        not a dynamic executable
out/unionfs:
        not a dynamic executable

Copyright:

The contents of this repository are licensed under the GNU GPL v3.

ading2210/shimboot-binaries: Scripts to build static binaries for Shimboot
Copyright (C) 2024 ading2210

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

About

Scripts for building statically compiled binaries for use in the Shimboot bootloader.

Resources

License

Stars

Watchers

Forks

Languages