Closed abmusse closed 9 years ago
Original comment by Aaron Bartell (Bitbucket: aaronbartell, GitHub: aaronbartell).
I just realized the :sh
section can accomplish this....
chroot_xxxxx.lst:
:sh
./pkg_setup.sh pkg_gcc-4.6.2.lst
Original comment by Aaron Bartell (Bitbucket: aaronbartell, GitHub: aaronbartell).
we want both scripts to be able to run independently (not merged to one script),
Agreed. I will work on this later this week (hopefully).
Original comment by Tony Cairns (Bitbucket: rangercairns, GitHub: rangercairns).
Ok by me. -- but --- to be clear, we want both scripts to be able to run independently (not merged to one script), thereby people not doing chroot at all can still use any pkgxxx.lst in root file system.
Original report by Aaron Bartell (Bitbucket: aaronbartell, GitHub: aaronbartell).
I would like to propose a change to
chroot_setup.sh
but wanted to make sure I am not missing something before I code it.Currently the process of creating a chroot environment and subsequently adding packages is a manual process (i.e. after I run
chroot_setup.sh
I then have to chroot into environment and runpkg_setup.sh
). It would be good if we could add a:pkg_files
section toxxxx.lst
files so we could, for example, runperzl_bash_4.3.lst
fromchroot_myversion.lst
.Example
File: chroot_myversion.lst
Thoughts @rangercairns?