No description
Find a file
2024-12-14 11:58:52 +00:00
docs Working on Proxmox VM. 2023-10-27 23:44:11 -04:00
filesystem/boot utils scripts 2023-11-05 19:44:41 -05:00
.gitignore updates and remove old stuffs 2023-10-30 09:27:56 -04:00
build.sh refactors, not quite working 2023-10-30 18:51:53 -04:00
finish_image.sh Update finish_image.sh 2024-12-14 11:58:52 +00:00
mount_img.sh utils scripts 2023-11-05 19:44:41 -05:00
pacman.conf refactor to use web repo and pacstrap 2023-10-28 19:57:06 -04:00
README.md Update README.md 2024-12-14 11:48:27 +00:00
umount_img.sh utils scripts 2023-11-05 19:44:41 -05:00

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-essential i 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.sh
  • sudo ./finish_image.sh For a UEFI image:
  • BM="EFI" ./build.sh
  • sudo BM="EFI" ./finish_image.sh