| Commit message (Expand) | Author | Age | Files | Lines |
* | Major updates. | William Harrington | 2021-12-11 | 1 | -81/+81 |
* | Add command for building the kernel. | William Harrington | 2021-04-13 | 1 | -1/+1 |
* | Add chapter 10 section and pass disk, partition and filesystem variables to c... | William Harrington | 2021-04-12 | 1 | -1/+15 |
* | Add bash profile, boot script configuration, inputrc and shell configuration ... | William Harrington | 2021-04-12 | 1 | -0/+8 |
* | Add to network script and source network script during build. | William Harrington | 2021-04-12 | 1 | -7/+8 |
* | Add network to list of targets to install. | William Harrington | 2021-04-12 | 1 | -2/+2 |
* | Add section for building chapter9. | William Harrington | 2021-04-12 | 1 | -1/+15 |
* | Add missing chapter8 build info. Was lost in merge. | William Harrington | 2021-04-12 | 1 | -2/+16 |
* | Add shellcheck directives. | William Harrington | 2021-04-08 | 1 | -0/+2 |
* | Revert chapter8 changes in insideroot. No chapter8 branch stuff in here! | William Harrington | 2021-04-07 | 1 | -16/+2 |
* | Have grep exit 0 without stdoutput when checking if a package is in packages.... | William Harrington | 2021-04-05 | 1 | -2/+16 |
* | Create directories and essential files outside of chroot. Then chroot. When s... | William Harrington | 2021-04-05 | 1 | -142/+3 |
* | Use intensity for OK and adjust message. | William Harrington | 2021-04-03 | 1 | -1/+1 |
* | Merge branch 'cleanup' into chapter7 | William Harrington | 2021-04-02 | 1 | -5/+5 |
|\ |
|
| * | Cleanup information messages. | William Harrington | 2021-04-02 | 1 | -5/+5 |
* | | Use [[ ]] instead of [ ] | William Harrington | 2021-04-02 | 1 | -1/+1 |
* | | Merge branch 'cleanup' into chapter7 | William Harrington | 2021-04-02 | 1 | -3/+3 |
|\| |
|
| * | Use if [[ ... ]] instead of [ ... ] and change retval check in setupdisk when... | William Harrington | 2021-04-02 | 1 | -3/+3 |
| * | Use intense colors for indented messages. | William Harrington | 2021-04-01 | 1 | -2/+2 |
| * | Use essential for essential files and symlinks. | William Harrington | 2021-03-30 | 1 | -4/+4 |
| * | Add chroot command with argument for chapter 7 and perform chapter 7 commands... | William Harrington | 2021-03-30 | 1 | -0/+147 |
| * | Change message when entering CHROOT. | William Harrington | 2021-03-23 | 1 | -1/+1 |
| * | Add new line at end of inside chroot message. | William Harrington | 2021-03-23 | 1 | -1/+1 |
| * | Use printf instead of echo. | William Harrington | 2021-03-23 | 1 | -1/+1 |
* | | Use intense green for already completed tasks which are indented. | William Harrington | 2021-04-01 | 1 | -2/+2 |
* | | Add new line to beginning of building chapter 7 build printf. | William Harrington | 2021-04-01 | 1 | -1/+1 |
* | | Add chapter 7 build message. | William Harrington | 2021-04-01 | 1 | -0/+3 |
* | | Use essential for essential files and symlinks. | William Harrington | 2021-03-30 | 1 | -4/+4 |
* | | Add TESTUSERID when chrooting and use 'id -u' commnd to get user id. Use whe... | William Harrington | 2021-03-29 | 1 | -2/+1 |
* | | Add some curly braces around retval for fun. | William Harrington | 2021-03-26 | 1 | -1/+1 |
* | | source functions while inside chroot. | William Harrington | 2021-03-26 | 1 | -1/+1 |
* | | Call inside root with an argument. 7 for chapter 7. Chapter 7 commands exit w... | William Harrington | 2021-03-24 | 1 | -108/+117 |
* | | Change message when entering CHROOT. | William Harrington | 2021-03-23 | 1 | -1/+1 |
* | | Use printf and do some minor cleanup. | William Harrington | 2021-03-23 | 1 | -8/+8 |
* | | Prepare chapter 7 build scripts. | William Harrington | 2021-03-22 | 1 | -1/+152 |
|/ |
|
* | Echo a success message when entering chroot. | William Harrington | 2021-03-22 | 1 | -2/+1 |
* | Add basic inside chroot script. | William Harrington | 2021-03-22 | 1 | -0/+6 |