index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-28 | Fix some bashisms (but change #! to /bin/bash) | Dan McGee | |
We need to use bash due to the usage of arrays, but we might as well fix some bashisms that were used in the scripts anyways. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-11-27 | mkarchroot: create $working_dir/etc (fixes error msg when trying to copy ↵ | Armin Luntzer | |
/etc/mtab during chroot creation) Signed-off-by: Jason Chu <jchu@xentac.net> | |||
2007-11-27 | mkarchroot: copy /etc/resolv.conf to chroot | Armin Luntzer | |
Signed-off-by: Jason Chu <jchu@xentac.net> | |||
2007-11-27 | mkarchroot: add -M switch for a custom makepkg.conf | Armin Luntzer | |
Signed-off-by: Jason Chu <jchu@xentac.net> | |||
2007-11-04 | Copy mtab over to chroot so that pacman can detect disk space | Jason Chu | |
2007-11-04 | Pass $RUN to chroot so that all the params are expanded properly | Jason Chu | |
2007-11-03 | Install the custom pacman.conf in the chroot so that it can be used for ↵ | Jason Chu | |
later updates | |||
2007-11-03 | add -C option to mkarchroot | Daniel Isenmann | |
Signed-off-by: Jason Chu <jchu@xentac.net> | |||
2007-10-29 | mkarchroot: move check for root below option parsing | Dan McGee | |
This way people can at least see the usage instructions. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-10-29 | mkarchroot: clean up/unify output messages | Dan McGee | |
Also remove an extra EUID check, we do this at the beginning. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-10-23 | Make sure that var/lib/pacman is created | Jason Chu | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-10-23 | Added 'update' to mkarchroot | Aaron Griffin | |
Allows automated updating of a chroot Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-10-21 | Added GPL headers | Aaron Griffin | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-10-07 | Generate current locale in new chroots by default | Aaron Griffin | |
This is a slightly hackish way of auto-filling locale information based on the locale at the time of chroot building. Further locale changes must be done manually. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-10-06 | Trap EXIT and use relative cache and db paths | Simo Leone | |
Trapping exit ensures that unmounting occurs in the event of an exit 1 or a normal exit. Pacman 3.0.6 takes cachedir and dbpath to be relative to it's given root, not absolute. Signed-off-by: Simo Leone <simo@archlinux.org> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-10-03 | Initial checking of makechrootpkg | Aaron Griffin | |
Mostly functional, missing true su capability.... Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-10-03 | Initial mkarchroot commit | Aaron Griffin | |
A simple utility for build and running within archlinux specific chroot environments Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> |