Merge lp:~bennabiy/ltsp/ltsp-LinuxMint into lp:~ltsp-upstream/ltsp/ltsp-trunk
| Status: | Merged |
|---|---|
| Merged at revision: | 2502 |
| Proposed branch: | lp:~bennabiy/ltsp/ltsp-LinuxMint |
| Merge into: | lp:~ltsp-upstream/ltsp/ltsp-trunk |
| Diff against target: |
59 lines (+23/-3) 3 files modified
common/ltsp-common-functions (+10/-1) server/share/ltsp/plugins/ltsp-build-client/Ubuntu/000-basic-configuration (+10/-2) server/share/ltsp/plugins/ltsp-build-client/Ubuntu/010-updates-mirrors (+3/-0) |
| To merge this branch: | bzr merge lp:~bennabiy/ltsp/ltsp-LinuxMint |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Vagrant Cascadian | Approve | ||
|
Review via email:
|
|||
This proposal supersedes a proposal from 2013-09-01.
Description of the change
This branch enables LinuxMint native support in ltsp-build-client. It enables a user of Linux Mint 13 through current (15) to build a client without getting an error. Up until now, if a user of Linux Mint wanted to build a client, they would need to ln -s /usr/share/
As of current, the building of the client is still mainly an Ubuntu client, but with the Mint repositories made available.
To test - Install Linux Mint {13,14,15}, apt-get install ltsp-standalone
After applying these changes, you could build a client from a stock install of LTSP.

Most plugins seem to be copies of ubuntu plugins, but should rather be symlinks to the appropriate plugins. Some of the plugins should also be reviewed for appropriateness for Mint- the 030-artwork plugin references ubuntu-specific packages. Good start on a proof of concept, though!