No description
- Shell 100%
| docs | ||
| filesystem/boot | ||
| .gitignore | ||
| build.sh | ||
| finish_image.sh | ||
| mount_img.sh | ||
| pacman.conf | ||
| README.md | ||
| umount_img.sh | ||
Core
Updates/edits to https://github.com/MichielDerhaeg/build-linux
Arch packages
- bc
- fakeroot
- musl
Depends (Slackware)
- fakeroot
- musl
- Qemu kinda i guess
Depends (Ubuntu)
- musl-tools
- fakeroot
- build-essential
- flex (not in
build-essentiali guess?) - libelf-dev
- nasm
Notes
- enabled init msg in bb config
make oldconfig- update kernel config for newer version
Build
For a BIOS image:
./build.shsudo ./finish_image.shFor a UEFI image:BM="EFI" ./build.shsudo BM="EFI" ./finish_image.sh