Updated text, some logic, added echo stubs
This commit is contained in:
@@ -53,39 +53,24 @@ function confirm_dialouge() {
|
||||
function start_menu_mesage() {
|
||||
echo "NOTE: Remember to check the CONFIG.sh and set the variables!"
|
||||
echo "\nWhat do you want to run?"
|
||||
echo "\t1) Do all jobs (Including cleanup before starting.)"
|
||||
echo "\t2) Do debootstrap run"
|
||||
echo "\t1) Do All Jobs (Including cleanup before starting.)"
|
||||
echo "\t2) Debootstrap"
|
||||
echo "\t3) Chroot"
|
||||
echo "\t4) Create boot structure"
|
||||
echo "\t5) Create the ISO"
|
||||
echo "\t4) Boot Structure"
|
||||
echo "\t5) ISO"
|
||||
echo "\t6) Cleanup (Purges everything that was generated.)"
|
||||
echo "\t0) EXIT"
|
||||
}
|
||||
|
||||
function chroot_big_dump_mesage() {
|
||||
echo "NOTE: COPY_OVER_TO_CHROOT is removed after exit from chroot env."
|
||||
echo "Run (after modifying) COPY_OVER_TO_CHROOT/start.sh ..."
|
||||
echo "\nRun each time you chroot:"
|
||||
echo "\texport HOME=/root"
|
||||
echo "\texport LC_ALL=C"
|
||||
echo "\nRun once in chroot:"
|
||||
echo "\tapt-get update"
|
||||
echo "\tapt-get install --yes dbus"
|
||||
echo "\tdbus-uuidgen > /var/lib/dbus/machine-id"
|
||||
echo "\tdpkg-divert --local --rename --add /sbin/initctl"
|
||||
echo "\tapt-get --yes upgrade"
|
||||
|
||||
echo "Note: You probably should copy to a notepad the following..."
|
||||
echo "\nThere is a current (for Karmic, ..., Precise) issue with services running in a chroot:"
|
||||
echo "\thttps://bugs.launchpad.net/ubuntu/+source/upstart/+bug/430224."
|
||||
echo "\nA workaround is to link /sbin/initctl to /bin/true:"
|
||||
echo "\tln -s /bin/true /sbin/initctl"
|
||||
|
||||
echo "\nInstall packages needed for Live System (I think 'ubuntu-standard' package is optional.):"
|
||||
echo "\tapt-get install --yes casper lupin-casper"
|
||||
echo "\tapt-get install --yes discover laptop-detect os-prober"
|
||||
echo "\nTo actually install the system you'll need one of the following or something similar..."
|
||||
echo "\tapt-get install --yes linux-generic"
|
||||
echo "\tapt-get install --yes ubiquity-frontend-gtk"
|
||||
echo "\t\tOR"
|
||||
echo "\tapt-get install --yes ubiquity-frontend-kde"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user