-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to use a different lowerdir in overlay mount #20
Comments
Thanks @idlemoor it's working... but if I specify -vv in slackrepo build command i got this:
Maybe /usr/libexec/slackrepo must be mounted inside chroot? |
Hah!! Thanks for a GREAT idea -- but I'm still experimenting with it and fixing bugs! I'll update you when I've finished fixing the bugs :) Thanks again :) |
Just a quick progress report: this is actually more difficult that I thought, because the chroot might be a different version of Slackware. It will take me a few more days to finish it :( |
apparently slackrepo is not creating users and groups inside chroot if these users/groups already exists outside chroot... |
Use a different lowerdir on overlay mount instead of '/'...
Sample:
Install all slackware packages on alternate root:
installpkg --root $LOWERDIR/ --terse /mnt/cdrom/slackware64/{a,ap,d,e,f,k,kde,l,n,t,tcl,x,xap}/*.t?z
With that the build tree is always clean...
(Sorry my English...)
The text was updated successfully, but these errors were encountered: