aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add Polkit and deps.William Harrington2021-05-031-1/+4
|
* Add even more dependencies for a crazy systemd build.William Harrington2021-05-031-21/+115
|
* Update Vim to 8.2.2813William Harrington2021-05-031-1/+1
|
* Iana-Etc to 20210407.William Harrington2021-05-031-1/+1
|
* Update BC to 4.0.1William Harrington2021-05-031-1/+1
|
* Latest blfs dep changes leading up to full systemd-extras build.William Harrington2021-05-031-10/+186
|
* Adjust for bind utils and add Python dep.William Harrington2021-04-231-8/+36
|
* Add libtinfo to ncurses for BLFS libedit. Some packages will want to find ↵William Harrington2021-04-231-2/+4
| | | | libtinfo from ncurses. Add --disable-tic-depends to get libtinfow per INSTALL document.
* Some packages may enter a long loop if all cores are used at once. Override ↵William Harrington2021-04-231-0/+2
| | | | with -j5 for the N2/N2+
* Remove patch. It is hosted elsewhere.William Harrington2021-04-231-95/+0
|
* Add a Makefile to help with dependency listing while building a server or ↵William Harrington2021-04-231-0/+233
| | | | desktop target (to be added later).
* Add coreutils and gcc aarch64 patches.William Harrington2021-04-212-2/+2
|
* Add libquadmath for aarch64.William Harrington2021-04-211-0/+1
|
* Add coreutils aarch64 fix until upstream fixes are in place.William Harrington2021-04-211-0/+1
|
* Add coreutils aarch64 fix until upstream fixes are in place.William Harrington2021-04-211-0/+95
|
* Don't hard code jobs for arm. Just back one off when building for arm by ↵William Harrington2021-04-211-2/+1
| | | | setting MAKEFLAGS and NINJAJOBS in env.sh.
* Set TERM to xterm.William Harrington2021-04-211-4/+5
|
* SC2046: Quote to prevent word splitting.William Harrington2021-04-211-1/+1
|
* Hardcode systemd man-pages for now until download repo has new release.William Harrington2021-04-211-1/+1
|
* Remove verbosity of chown command.William Harrington2021-04-211-1/+1
|
* Upgrade to LESS 581.William Harrington2021-04-211-1/+1
|
* Move changing ownership of outside of the setupdisk section and into the ↵William Harrington2021-04-211-3/+6
| | | | create limited directory structure section.
* Update systemd to 248 and remove unneeded systemd upstream patch.William Harrington2021-04-213-4/+8
|
* Change dbus to d-bus.William Harrington2021-04-201-1/+1
|
* Add missing version in csv.William Harrington2021-04-201-2/+2
|
* Adjust for systemd specific builds.William Harrington2021-04-2016-110/+106
|
* Replace versions in filenames to @William Harrington2021-04-201-6/+6
|
* Disable bracketed paste by default.William Harrington2021-04-191-1/+2
|
* Make adjustments for Odroid N2+ aarch64 build.William Harrington2021-04-19120-17/+180
|
* Copy kernel config.William Harrington2021-04-151-1/+1
|
* Create fail and success functions and remove trailing white spaces at ends ↵William Harrington2021-04-1518-51/+60
| | | | of lines.
* Set LC_TIME to POSIX since coreutils 8.28 has changed date behaviour from ↵William Harrington2021-04-151-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.2William Harrington2021-04-141-1/+1
|
* Use AND lists and remove set -eWilliam Harrington2021-04-14104-447/+347
|
* Use set -eWilliam Harrington2021-04-141-8/+9
|
* Remove empty line.William Harrington2021-04-142-3/+0
|
* Remove space.William Harrington2021-04-141-1/+0
|
* Use AND lists.William Harrington2021-04-141-10/+10
|
* Add LFS_SWAP environment varialbe and use it in fstab.William Harrington2021-04-132-1/+2
|
* Add linux kernel script. Copies kernel config from /sources and builds.William Harrington2021-04-131-0/+14
|
* Add a kernel config for vmware.William Harrington2021-04-131-0/+4615
|
* Copy kernel config long with scripts and package/patches csv files. Adjust a ↵William Harrington2021-04-131-2/+4
| | | | CHROOT printf.
* Add command for building the kernel.William Harrington2021-04-131-1/+1
|
* Add swap device to environment variables.William Harrington2021-04-131-0/+3
|
* Add fstab and use LFS env varibles for disk, partition and filesystem.William Harrington2021-04-131-0/+1
|
* Add set -e to scripts.William Harrington2021-04-136-0/+6
|
* Upgrade URL for sysvinit patch.William Harrington2021-04-131-1/+1
|
* Add set -e to top of scripts and remove space between -j and value in MAKEFLAGS.William Harrington2021-04-13110-5/+113
|
* Add Chapter 10 fstab script.William Harrington2021-04-121-0/+18
|
* Add chapter 10 section and pass disk, partition and filesystem variables to ↵William Harrington2021-04-121-1/+15
| | | | chroot.