Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Systemd hell. | William Harrington | 2021-04-27 | 1 | -1/+48 |
| | |||||
* | pwquality needs help | William Harrington | 2021-04-27 | 1 | -1/+1 |
| | |||||
* | Add keyutils to basic MIT_Kerberos then rebuild MIT_Kerberos and adjust make ↵ | William Harrington | 2021-04-23 | 1 | -5/+11 |
| | | | | targets. | ||||
* | Adjust for bind utils and add Python dep. | William Harrington | 2021-04-23 | 1 | -2/+11 |
| | |||||
* | Add libtinfo to ncurses for BLFS libedit. Some packages will want to find ↵ | William Harrington | 2021-04-23 | 1 | -2/+4 |
| | | | | libtinfo from ncurses. Add --disable-tic-depends to get libtinfow per INSTALL document. | ||||
* | Go ahead and add libedit.... why not. | William Harrington | 2021-04-23 | 1 | -5/+21 |
| | |||||
* | Add lxml to GTK-Doc. | William Harrington | 2021-04-23 | 1 | -2/+5 |
| | |||||
* | Reverse some changes that came from the odroid_n2+ plain and systemd branches. | William Harrington | 2021-04-23 | 1 | -2/+4 |
| | |||||
* | Merge branch 'master' of git.berzerkula.org:lfs_build | William Harrington | 2021-04-23 | 1 | -4/+5 |
|\ | |||||
| * | Set TERM to xterm. | William Harrington | 2021-04-21 | 1 | -4/+5 |
| | | |||||
* | | Add a Makefile to help with dependency listing while building a server or ↵ | William Harrington | 2021-04-23 | 1 | -0/+233 |
|/ | | | | desktop target (to be added later). | ||||
* | Remove verbosity of chown command. | William Harrington | 2021-04-21 | 1 | -1/+1 |
| | |||||
* | Upgrade to LESS 581. | William Harrington | 2021-04-21 | 1 | -1/+1 |
| | |||||
* | Move changing ownership of outside of the setupdisk section and into the ↵ | William Harrington | 2021-04-21 | 1 | -3/+6 |
| | | | | create limited directory structure section. | ||||
* | Replace versions in filenames to @ | William Harrington | 2021-04-20 | 1 | -6/+6 |
| | |||||
* | Merge branch 'chapter10' | William Harrington | 2021-04-19 | 86 | -357/+5039 |
|\ | |||||
| * | Disable bracketed paste by default. | William Harrington | 2021-04-19 | 1 | -1/+2 |
| | | |||||
| * | /mnt should be owned by root. Use sudo to create LFS target directory. | William Harrington | 2021-04-17 | 1 | -1/+1 |
| | | |||||
| * | Copy kernel config. | William Harrington | 2021-04-15 | 1 | -1/+1 |
| | | |||||
| * | Create fail and success functions and remove trailing white spaces at ends ↵ | William Harrington | 2021-04-15 | 18 | -51/+60 |
| | | | | | | | | of lines. | ||||
| * | Set LC_TIME to POSIX since coreutils 8.28 has changed date behaviour from ↵ | William Harrington | 2021-04-15 | 1 | -0/+1 |
| | | | | | | | | gnulib where some locales with 12 hour time data will output date's time in 12 hour instead of 24 hour format. View coreutil's changelog. | ||||
| * | Upgrade meson to 0.57.2 | William Harrington | 2021-04-14 | 1 | -1/+1 |
| | | |||||
| * | Use AND lists and remove set -e | William Harrington | 2021-04-14 | 104 | -447/+347 |
| | | |||||
| * | 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 |
| | | |||||
* | | Adjust spacing with configure option. | William Harrington | 2021-04-19 | 1 | -1/+1 |
| | | |||||
* | | /mnt should be owned by root. Use sudo to create LFS target directory. | William Harrington | 2021-04-17 | 1 | -1/+1 |
| | | |||||
* | | Create fail and success functions and remove trailing white spaces at ends ↵ | William Harrington | 2021-04-15 | 18 | -49/+63 |
| | | | | | | | | of lines. | ||||
* | | Set LC_TIME to POSIX since coreutils 8.28 has changed date behaviour from ↵ | William Harrington | 2021-04-15 | 1 | -0/+1 |
| | | | | | | | | gnulib where some locales with 12 hour time data will output date's time in 12 hour instead of 24 hour format. View coreutil's changelog. | ||||
* | | Upgrade meson to 0.57.2 | William Harrington | 2021-04-14 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'chapter9' | William Harrington | 2021-04-13 | 8 | -1/+183 |
|\ \ | |||||
| * | | 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 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 |
| | |