summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-01Don't try mounting if the root dir doesn't existHEADmasterMarco Barisione1-0/+1
2010-12-01When unpacking change the write permissions for everything, not just for dirsMarco Barisione1-1/+1
2010-12-01Update the documentationMarco Barisione1-20/+29
2010-12-01Remove the example configuration files, they are not needed anymoreMarco Barisione4-54/+0
2010-12-01Say which chroot was mounted or unmountedMarco Barisione1-2/+2
2010-12-01Check if the chroot is (un)mounted when a specific status is neededMarco Barisione1-0/+18
2010-12-01Make list print out if the chroots are runningMarco Barisione1-3/+11
2010-12-01Make configure suggest the use of unpack -c in the right caseMarco Barisione1-2/+2
2010-12-01Add a remove command to remove chroot configurationsMarco Barisione1-1/+31
2010-12-01Add a list command to list all the available chrootsMarco Barisione1-1/+16
2010-12-01Move the code to get the default chroot into a separate functionMarco Barisione1-1/+5
2010-12-01There is no need to use _sudo to remove the variables fileMarco Barisione1-1/+1
2010-12-01Decide automatically which display number to useMarco Barisione1-9/+34
2010-12-01Make configure set the new chroot as default if ~/.mg doesn't existMarco Barisione1-2/+12
2010-12-01Allow to set the current chroot with -cMarco Barisione1-3/+13
2010-12-01Load the configuration dirs from the chroot, not from ~/.mgMarco Barisione1-4/+27
2010-11-30Add a configure command to create a new chrootMarco Barisione1-0/+112
2010-11-30Shift the arguments before calling _sudoMarco Barisione1-1/+1
2010-11-30Ignore Vim swap filesMarco Barisione1-0/+1
2010-11-30Save the start and variables scripts in /varMarco Barisione1-9/+11
2010-11-30Add un unpack command to extract a MeeGo image into the chroot rootMarco Barisione1-1/+59
2010-11-30Make _replacedir() work, variables were not expandedMarco Barisione1-1/+1
2010-11-30Prefix functions names with "_" to avoid conflicts with commandsMarco Barisione1-19/+19
2010-11-29Make it possible to use mg through sudoMarco Barisione1-5/+14
2010-11-29Add _error() to print errors on stderr and exitMarco Barisione1-4/+8
2010-11-29initial commitJonny Lamb7-0/+211