Hi everyone. I've written some instructions and scripts to build LFS (Linux From Scratch), version 11.2, as simply as possible (I know, not that simple, but anyway). It's basically a super summarized version of the LFS book.
* First, this guide does not replace reading the whole LFS book. I highly recommend that you read it at least once. Only then you should use the automation scripts provided here.
* The whole process is run inside VirtualBox.
* You need two hard disks attached to your VM (one for the host, one for receiving the LFS build).
* Most steps will be executed via Shell scripts (there are four of them).
* Some steps need to be manually run.
* At the end, you will be able to create a separate VM and boot from it directly.
Hope you enjoy it, and feel free to send me feedback.
Hi everyone. I've written some instructions and scripts to build LFS (Linux From Scratch), version 11.0, as simply as possible (I know, not that simple, but anyway). It's basically a super summarized version of the LFS book.
- First, this guide does not replace reading the whole LFS book. I highly recommend that you read it at least once. Only then you should use the automation scripts provided here.
- The whole process is run inside VirtualBox.
- You need two hard disks attached to your VM (one for the host, one for receiving the LFS build).
- Most steps will be executed via Shell scripts (there are four of them).
- Some steps need to be manually run.
- At the end, you will be able to create a separate VM and boot from it directly.
Hope you enjoy it, and feel free to send me feedback.
This is a maintenance release. The following items were fixed and/or added:
* VMM: Fixed random memory corruption and XMM register state corruption inside the VM when Hyper-V is used (bug #19695)
* VMM: Fixed VMSVGA 3D support with Linux guests when Hyper-V is used (bug #19884)
* GUI: Fixed some Qt related crashes on macOS Big Sur
* Oracle Cloud Infrastructure integration: Fixed network integration not working behind some proxies
* USB: Mask out remote wake capability to avoid unresponsive devices
* Audio: Fixed issues with audio playback after host goes to sleep (bug #18594)
* Serial: Keep transferring data if the status line monitoring fails
* Serial: Fixed blocking a re-connect when TCP mode is used (bug #19878)
* HPET: Fixed inability of guests to use the last timer
* VBoxManage: Fixed detection of system locale when running 'VBoxManage unattended install' without --locale (bug #19856)
* macOS host: Installer on Big Sur is now reminding user that system has to be rebooted to load the installed KEXTs
* Linux host and guest: Support kernel version 5.9 (bug #19845)
* Linux guest: Workaround to improve resizing of 32-bit VMs with VMSVGA graphics controller, and do not try to use RandR version 1.3 due to bugs causing the X server to hang
* Linux guest: Fixed VBoxService crashing in the CPU hot-plug service under certain circumstances during a CPU hot-unplug event (bugs #19902 and #19903)
* Linux guest: Fixed Guest additions build for RHEL 8.3 beta (bug #19863)
Hi everyone. I've written some instructions and scripts to build LFS (Linux From Scratch), version 10.0, as simply as possible (I know, not that simple, but anyway). It's basically a super summarized version of the LFS book.
- First, this guide does not replace reading the whole LFS book. I highly recommend that you read it at least once. Only then you should use the automation scripts provided here.
- The whole process is run inside VirtualBox.
- You need two hard disks attached to your VM (one for the host, one for receiving the LFS build).
- Most steps will be executed via Shell scripts (there are four of them).
- Some steps need to be manually run.
- At the end, you will be able to create a separate VM and boot from it directly.
Hope you enjoy it, and feel free to send me feedback.
Hi everyone. I've written some instructions and scripts to build LFS (Linux From Scratch), version 11.2, as simply as possible (I know, not that simple, but anyway). It's basically a super summarized version of the LFS book.
You can check the instructions and get the scripts from my GitHub repository: https://github.com/luisgbm/lfs-scripts
Key points:
* First, this guide does not replace reading the whole LFS book. I highly recommend that you read it at least once. Only then you should use the automation scripts provided here.
* The whole process is run inside VirtualBox.
* You need two hard disks attached to your VM (one for the host, one for receiving the LFS build).
* Most steps will be executed via Shell scripts (there are four of them).
* Some steps need to be manually run.
* At the end, you will be able to create a separate VM and boot from it directly.
Hope you enjoy it, and feel free to send me feedback.