# picker **Repository Path**: mirrors_coreos/picker ## Basic Information - **Project Name**: picker - **Description**: UEFI pre-bootloader for Container Linux - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # picker Pre-shim EFI bootloader for Container Linux. ## Building ### Prerequisites * Nightly Rust (`rustup toolchain install nightly && rustup default nightly` if you're using rustup) * GNU EFI (install through your package manager) ### Building For a release build: ``` make ``` For a debug build: ``` make debug ``` The resulting EFI application will reside in `build/`.