Finalized core changes
20
README.md
|
@ -1,3 +1,17 @@
|
||||||
# Distro-Builder
|
# Distro Builder
|
||||||
This is a powerful and easy way to build ubuntu remix distributions with debootstrap, chroot, and Xephyr at its core.
|
This is a powerful and easy way to build ubuntu remix distributions with
|
||||||
these scripts handle everything up to chroot and after while leaving the fun and meaty parts of the build to be handled by the user.
|
debootstrap, chroot, and Xephyr at its core. These scripts handle everything
|
||||||
|
up to chroot and after while leaving the fun and meaty parts of the build to
|
||||||
|
be handled by the user.
|
||||||
|
|
||||||
|
# Notes
|
||||||
|
Check the CONFIG.sh file for important variables that need to be set.
|
||||||
|
|
||||||
|
# Updates
|
||||||
|
n/a
|
||||||
|
|
||||||
|
# TODO
|
||||||
|
* Create Chroot script pipline again.
|
||||||
|
|
||||||
|
# Images
|
||||||
|
![1 Distro Builder menu. ](images/pic1.png)
|
||||||
|
|
After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 502 KiB After Width: | Height: | Size: 502 KiB |
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
|
@ -50,6 +50,18 @@ function confirm_dialouge() {
|
||||||
|
|
||||||
# ---- Messages Used Throughout The Process ---- #
|
# ---- Messages Used Throughout The Process ---- #
|
||||||
|
|
||||||
|
function start_menu_mesage() {
|
||||||
|
echo "NOTE: Remember to check the CONFIG.sh and set the variables!"
|
||||||
|
echo "\nWhat do you want to run?"
|
||||||
|
echo "\t0) Do all jobs (Including cleanup berfore starting.)"
|
||||||
|
echo "\t1) Do debootstrap run"
|
||||||
|
echo "\t2) Chroot"
|
||||||
|
echo "\t3) Create boot structure"
|
||||||
|
echo "\t4) Create the ISO"
|
||||||
|
echo "\t5) Cleanup (Purges everything that was generated.)"
|
||||||
|
echo "\t6) EXIT"
|
||||||
|
}
|
||||||
|
|
||||||
function chroot_big_dump_mesage() {
|
function chroot_big_dump_mesage() {
|
||||||
echo "NOTE: COPY_OVER_TO_CHROOT is removed after exit from chroot env."
|
echo "NOTE: COPY_OVER_TO_CHROOT is removed after exit from chroot env."
|
||||||
echo "\nRun each time you chroot:"
|
echo "\nRun each time you chroot:"
|
Before Width: | Height: | Size: 359 KiB After Width: | Height: | Size: 359 KiB |
Before Width: | Height: | Size: 135 B After Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 140 B After Width: | Height: | Size: 140 B |
Before Width: | Height: | Size: 136 B After Width: | Height: | Size: 136 B |
Before Width: | Height: | Size: 134 B After Width: | Height: | Size: 134 B |
Before Width: | Height: | Size: 407 B After Width: | Height: | Size: 407 B |
Before Width: | Height: | Size: 407 B After Width: | Height: | Size: 407 B |
Before Width: | Height: | Size: 195 B After Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 178 B After Width: | Height: | Size: 178 B |
Before Width: | Height: | Size: 407 B After Width: | Height: | Size: 407 B |
Before Width: | Height: | Size: 195 B After Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 150 B After Width: | Height: | Size: 150 B |
Before Width: | Height: | Size: 146 B After Width: | Height: | Size: 146 B |
Before Width: | Height: | Size: 141 B After Width: | Height: | Size: 141 B |
Before Width: | Height: | Size: 133 B After Width: | Height: | Size: 133 B |
Before Width: | Height: | Size: 195 B After Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 407 B After Width: | Height: | Size: 407 B |
Before Width: | Height: | Size: 195 B After Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 181 B After Width: | Height: | Size: 181 B |
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 128 B |
Before Width: | Height: | Size: 154 B After Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 154 B After Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 135 B After Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 140 B After Width: | Height: | Size: 140 B |
Before Width: | Height: | Size: 136 B After Width: | Height: | Size: 136 B |