| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Use set -e | William Harrington | 2021-04-14 | 1 | -8/+9 | |
| | | ||||||
| * | Remove empty line. | William Harrington | 2021-04-14 | 2 | -3/+0 | |
| | | ||||||
| * | Remove space. | William Harrington | 2021-04-14 | 1 | -1/+0 | |
| | | ||||||
| * | Use AND lists. | William Harrington | 2021-04-14 | 1 | -10/+10 | |
| | | ||||||
| * | Add LFS_SWAP environment varialbe and use it in fstab. | William Harrington | 2021-04-13 | 2 | -1/+2 | |
| | | ||||||
| * | Add linux kernel script. Copies kernel config from /sources and builds. | William Harrington | 2021-04-13 | 1 | -0/+14 | |
| | | ||||||
| * | Add a kernel config for vmware. | William Harrington | 2021-04-13 | 1 | -0/+4615 | |
| | | ||||||
| * | Copy kernel config long with scripts and package/patches csv files. Adjust a ↵ | William Harrington | 2021-04-13 | 1 | -2/+4 | |
| | | | | | CHROOT printf. | |||||
| * | Add command for building the kernel. | William Harrington | 2021-04-13 | 1 | -1/+1 | |
| | | ||||||
| * | Add swap device to environment variables. | William Harrington | 2021-04-13 | 1 | -0/+3 | |
| | | ||||||
| * | Add fstab and use LFS env varibles for disk, partition and filesystem. | William Harrington | 2021-04-13 | 1 | -0/+1 | |
| | | ||||||
| * | Add set -e to scripts. | William Harrington | 2021-04-13 | 6 | -0/+6 | |
| | | ||||||
| * | Upgrade URL for sysvinit patch. | William Harrington | 2021-04-13 | 1 | -1/+1 | |
| | | ||||||
| * | Add set -e to top of scripts and remove space between -j and value in MAKEFLAGS. | William Harrington | 2021-04-13 | 110 | -5/+113 | |
| | | ||||||
| * | Add Chapter 10 fstab script. | William Harrington | 2021-04-12 | 1 | -0/+18 | |
| | | ||||||
| * | Add chapter 10 section and pass disk, partition and filesystem variables to ↵ | William Harrington | 2021-04-12 | 1 | -1/+15 | |
| | | | | | chroot. | |||||
| * | Add chapter 10 section. | William Harrington | 2021-04-12 | 1 | -1/+22 | |
| | | ||||||
| * | Add bash profile, boot script configuration, inputrc and shell configuration ↵ | William Harrington | 2021-04-12 | 5 | -0/+123 | |
| | | | | | to chapter9. | |||||
| * | Add to network script and source network script during build. | William Harrington | 2021-04-12 | 2 | -7/+33 | |
| | | ||||||
| * | Add shellcheck directive. | William Harrington | 2021-04-12 | 1 | -0/+2 | |
| | | ||||||
| * | Add network script. | William Harrington | 2021-04-12 | 1 | -0/+13 | |
| | | ||||||
| * | Add network to list of targets to install. | William Harrington | 2021-04-12 | 1 | -2/+2 | |
| | | ||||||
| * | Add lfs-bootscripts script for chapter9. | William Harrington | 2021-04-12 | 1 | -0/+3 | |
| | | ||||||
| * | Add section for building chapter9. | William Harrington | 2021-04-12 | 1 | -1/+15 | |
| | | ||||||
| * | Add chapter9 log directory. | William Harrington | 2021-04-12 | 1 | -0/+3 | |
| | | ||||||
| * | Add missing chapter8 build info. Was lost in merge. | William Harrington | 2021-04-12 | 1 | -2/+16 | |
| | | ||||||
| * | Merge branch 'chapter8' | William Harrington | 2021-04-12 | 78 | -13/+1215 | |
| |\ | ||||||
| | * | Really fix the run and run lock creation. | William Harrington | 2021-04-12 | 1 | -3/+3 | |
| | | | ||||||
| | * | Upgrade kernel to 5.10.29. | William Harrington | 2021-04-12 | 1 | -2/+2 | |
| | | | ||||||
| | * | Fix link creation for /run and /run lock. Was causing issues when botting ↵ | William Harrington | 2021-04-12 | 0 | -0/+0 | |
| | | | | | | | | | because /run ended up being an inifnite loop. | |||||
| | * | Don't remove doc, info and man during cleanup. | William Harrington | 2021-04-12 | 1 | -3/+3 | |
| | | | ||||||
| | * | Fix link creation for /run and /run lock. Was causing issues when botting ↵ | William Harrington | 2021-04-10 | 1 | -2/+2 | |
| | | | | | | | | | because /run ended up being an inifnite loop. | |||||
| | * | Upgrade GCC to 10.3.0. | William Harrington | 2021-04-08 | 1 | -2/+2 | |
| | | | ||||||
| | * | Add shellcheck directives. | William Harrington | 2021-04-08 | 5 | -1/+8 | |
| | | | ||||||
| | * | Add shellcheck directives. | William Harrington | 2021-04-08 | 1 | -0/+4 | |
| | | | ||||||
| | * | Add shellcheck parsing directives. | William Harrington | 2021-04-08 | 8 | -2/+15 | |
| | | | ||||||
| | * | Source preparechroot instead of sudo. If limited directory structure is ↵ | William Harrington | 2021-04-08 | 1 | -9/+12 | |
| | | | | | | | | | created, then put a conditional around it if limited has already been done and if not, then touch a file. This keeps /mnt/lfs/tools from cropping up after cleanup stage for chapter 8 and this script is reran. | |||||
| | * | Use sudo inside preparechroot and remove check for root user. | William Harrington | 2021-04-08 | 1 | -27/+22 | |
| | | | ||||||
| | * | Adjust backup and cleanup scripts for chapter8. | William Harrington | 2021-04-08 | 2 | -0/+88 | |
| | | | ||||||
| | * | Fix/Add chroot commands. Add cleanup and backup for chapter 8. | William Harrington | 2021-04-08 | 1 | -4/+43 | |
| | | | ||||||
| | * | Change backup file to proper user:group ownership after creation. | William Harrington | 2021-04-07 | 2 | -2/+2 | |
| | | | ||||||
| | * | Fix a header so that #include <python3.9/Python.h> works. | William Harrington | 2021-04-07 | 1 | -0/+2 | |
| | | | ||||||
| | * | Install shell-complletions for bash and zsh. | William Harrington | 2021-04-07 | 1 | -0/+2 | |
| | | | ||||||
| | * | Use configure prefix option rather than PREFIX variable for /usr | William Harrington | 2021-04-07 | 1 | -1/+1 | |
| | | | ||||||
| | * | Merge branch 'cleanup' into chapter8 | William Harrington | 2021-04-07 | 2 | -1/+2 | |
| | |\ | ||||||
| | * | | Add commands to move libmagic shared library to /lib. | William Harrington | 2021-04-07 | 1 | -0/+3 | |
| | | | | ||||||
| | * | | Merge branch 'cleanup' into chapter8 | William Harrington | 2021-04-07 | 1 | -1/+4 | |
| | |\ \ | ||||||
| | * | | | Use package version when changing ownership of versioned library libpsx.so.x.xx | William Harrington | 2021-04-07 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Merge branch 'cleanup' into chapter8 | William Harrington | 2021-04-07 | 1 | -1/+1 | |
| | |\ \ \ | ||||||
| | * | | | | Use package version for versioned patch/directories. | William Harrington | 2021-04-07 | 2 | -2/+2 | |
| | | | | | | ||||||
