aboutsummaryrefslogtreecommitdiffstats
path: root/insidechroot.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove -e and fix some indentions.William Harrington2021-05-041-2/+2
|
* Adjust for systemd specific builds.William Harrington2021-04-201-11/+1
|
* Make adjustments for Odroid N2+ aarch64 build.William Harrington2021-04-191-0/+1
|
* Add command for building the kernel.William Harrington2021-04-131-1/+1
|
* Add chapter 10 section and pass disk, partition and filesystem variables to ↵William Harrington2021-04-121-1/+15
| | | | chroot.
* Add bash profile, boot script configuration, inputrc and shell configuration ↵William Harrington2021-04-121-0/+8
| | | | to chapter9.
* Add to network script and source network script during build.William Harrington2021-04-121-7/+8
|
* Add network to list of targets to install.William Harrington2021-04-121-2/+2
|
* Add section for building chapter9.William Harrington2021-04-121-1/+15
|
* Add missing chapter8 build info. Was lost in merge.William Harrington2021-04-121-2/+16
|
* Add shellcheck directives.William Harrington2021-04-081-0/+2
|
* Revert chapter8 changes in insideroot. No chapter8 branch stuff in here!William Harrington2021-04-071-16/+2
|
* Have grep exit 0 without stdoutput when checking if a package is in ↵William Harrington2021-04-051-2/+16
| | | | packages.csv.
* Create directories and essential files outside of chroot. Then chroot. When ↵William Harrington2021-04-051-142/+3
| | | | stripping, exit status is not 0 when strip finds uknown formats. Just return true. Make createdirs, umountvirtfs and essential files as separate scripts.
* Use intensity for OK and adjust message.William Harrington2021-04-031-1/+1
|
* Merge branch 'cleanup' into chapter7William Harrington2021-04-021-5/+5
|\
| * Cleanup information messages.William Harrington2021-04-021-5/+5
| |
* | Use [[ ]] instead of [ ]William Harrington2021-04-021-1/+1
| |
* | Merge branch 'cleanup' into chapter7William Harrington2021-04-021-3/+3
|\|
| * Use if [[ ... ]] instead of [ ... ] and change retval check in setupdisk ↵William Harrington2021-04-021-3/+3
| | | | | | | | when checking exit code when creating partition.
| * Use intense colors for indented messages.William Harrington2021-04-011-2/+2
| |
| * Use essential for essential files and symlinks.William Harrington2021-03-301-4/+4
| |
| * Add chroot command with argument for chapter 7 and perform chapter 7 ↵William Harrington2021-03-301-0/+147
| | | | | | | | commands within insidechroot.sh.
| * Change message when entering CHROOT.William Harrington2021-03-231-1/+1
| |
| * Add new line at end of inside chroot message.William Harrington2021-03-231-1/+1
| |
| * Use printf instead of echo.William Harrington2021-03-231-1/+1
| |
* | Use intense green for already completed tasks which are indented.William Harrington2021-04-011-2/+2
| |
* | Add new line to beginning of building chapter 7 build printf.William Harrington2021-04-011-1/+1
| |
* | Add chapter 7 build message.William Harrington2021-04-011-0/+3
| |
* | Use essential for essential files and symlinks.William Harrington2021-03-301-4/+4
| |
* | Add TESTUSERID when chrooting and use 'id -u' commnd to get user id. Use ↵William Harrington2021-03-291-2/+1
| | | | | | | | when adding tester user to passwd.
* | Add some curly braces around retval for fun.William Harrington2021-03-261-1/+1
| |
* | source functions while inside chroot.William Harrington2021-03-261-1/+1
| |
* | Call inside root with an argument. 7 for chapter 7. Chapter 7 commands exit ↵William Harrington2021-03-241-108/+117
| | | | | | | | with status 7.
* | Change message when entering CHROOT.William Harrington2021-03-231-1/+1
| |
* | Use printf and do some minor cleanup.William Harrington2021-03-231-8/+8
| |
* | Prepare chapter 7 build scripts.William Harrington2021-03-221-1/+152
|/
* Echo a success message when entering chroot.William Harrington2021-03-221-2/+1
|
* Add basic inside chroot script.William Harrington2021-03-221-0/+6