lsgm/readme.md

80 lines
1 KiB
Markdown
Raw Normal View History

2023-09-30 12:46:03 +00:00
# Live Scan Grub Menu
Build an ESP File System including:
* standalone EFI & BIOS GRUB images
* boot time dynamic GRUB menu
## Project
* build.mod
* build.py
* build.sh
* images
* nightly.png
* license.md
* live
* env.sh
* main.sh
* menu
* cmd.sh
* env.sh
* gfx.sh
* main.sh
* menu.sh
* scan.sh
* util.sh
* var.sh
* menu
* main.sh
* todo.gv
* todo.svg
## Build
* bios
* boot.img
* core.img
* setup.sh
* efi
* boot
* bootx64.efi
* grub
* fonts
* *.pf2
* grub.cfg
* i386-pc
* *.lst
* *.mod
* locale
* *.mo
* themes
* breeze
* starfield
* x86_64-efi
* *.lst
* *.mod
* grub.env
## Tasks
2023-11-03 23:30:39 +00:00
* live-media
* -mount-opts
2023-09-30 12:46:03 +00:00
* build
* layouts
* grub.env
* variablize
2023-10-01 19:14:31 +00:00
* pgp
2023-11-03 23:30:39 +00:00
* secure boot
* /efi/boot
* bootx64.efi ← /usr/lib/shim/shimx64.efi.signed
* grubx64.efi ← /usr/lib/grub/x86_64-efi-signed/grubx64.efi.signed
* root
* /.disk/info
* /.disk/mini-info
* grub.cfg
* prefix → /boot/grub
* cmdpath → /efi/boot
2023-09-30 12:46:03 +00:00
![Graph](todo.svg)