Search Results

Search: Posts Made By: paulhoffusa
3,414
Posted By paulhoffusa
Below is the code solution I came up with. It...
Below is the code solution I came up with. It seems to work fine regarding running the commands in a script non interactively from within a chroot.



Thank you again Corona68. Problem is...
3,414
Posted By paulhoffusa
Ok thank you. For clarification chrootbeg and...
Ok thank you. For clarification chrootbeg and chrootend were bash functions I created in the script not actual commands. If I do what you mentioned and create a separate script that contain just the...
3,414
Posted By paulhoffusa
# Begin chroot chrootbeg() { echo...
# Begin chroot
chrootbeg() {
echo "chrootbeg - beg funct ..."
sudo mount --bind /dev/ unsquash/dev
sudo chroot unsquash

mount -t proc none /proc/
mount -t sysfs none /sys/
mount...
3,414
Posted By paulhoffusa
Iso - remaster script trying to start chroot run commands then exit but host system gets messed up
The script works and creates a modified iso fine until I added the chrootbeg and chrootend functions and executed them. I'm sorry if I did something wrong this is my first post. I uploaded entire...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 07:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy