summaryrefslogtreecommitdiffstats
path: root/remote/includes/packagemanager.inc
Commit message (Collapse)AuthorAgeFilesLines
* "Fedora Support", step 1 ->Simon Rettberg2014-07-041-7/+9
| | | | | | | | | | | | | | | | Several changes: 1) Make sure /bin /sbin /lib and /lib64 are ALWAYS symlinks to /usr/XXX, no matter what the current distribution does. 2) Make sure nobody and nogroup exist. 3) Fix various modules making assumptions that are not true on every distro. 4) Add symlinks to kdm module since fedora is looking for kdmrc in yet another spot. 5) Add detection of fedora, support its package manager What still breaks: dnbd3 Other distros might not work now, they need adaption to changed logic in some modules.
* [packagemanager] improve list_content_packages functionJonathan Bauer2014-03-241-31/+71
| | | | | added "--files" and "--dirs" switches to list only files or dirs respectively. added support for external "EXTRA_PACKAGES" bash variables with which the content of additional packages can be listed without them beeing in the REQUIRED_CONTENT_PACKAGES vairable of the config file
* [packagemanager.inc] add 'etc/init.d' to blacklist for package listingJonathan Bauer2014-01-231-2/+2
| | | | funciton
* [packagemanager.inc] --force-resolution for zypper based package installationChristian Rößler2014-01-211-2/+2
|
* [packagemanager.inc] minor improvements to output message when aJonathan Bauer2014-01-171-10/+16
| | | | package appears to not be installed or is a meta-package
* !! Split up 'mltk' into 'mltk' and 'openslx' !!Simon Rettberg2014-01-021-0/+138
'mltk remote' is now 'mltk' 'mltk server' is now 'openslx' Also changed the export type (-e) stage31 to 'cpio' and stage32 and addons to 'sqfs' It should describe what it's packed as, not what the meaning of the content is; you can already tell from the file name.