Merge lp:~bennabiy/ltsp/ltsp-LinuxMint into lp:~ltsp-upstream/ltsp/ltsp-trunk
| Status: | Superseded |
|---|---|
| Proposed branch: | lp:~bennabiy/ltsp/ltsp-LinuxMint |
| Merge into: | lp:~ltsp-upstream/ltsp/ltsp-trunk |
| Diff against target: |
113 lines (+46/-8) 5 files modified
common/ltsp-common-functions (+12/-2) server/share/ltsp/plugins/ltsp-build-client/Debian/000-basic-configuration (+12/-2) server/share/ltsp/plugins/ltsp-build-client/Ubuntu/000-basic-configuration (+13/-3) server/share/ltsp/plugins/ltsp-build-client/Ubuntu/010-updates-mirrors (+6/-0) server/share/ltsp/plugins/ltsp-build-client/Ubuntu/030-artwork (+3/-1) |
| To merge this branch: | bzr merge lp:~bennabiy/ltsp/ltsp-LinuxMint |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Vagrant Cascadian | Needs Fixing | ||
|
Review via email:
|
|||
This proposal has been superseded by a proposal from 2013-09-25.
Commit message
Linux Mint support for Mint from 13 - Latest
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.
Unmerged revisions
- 2509. By ben-Nabiy Derush
-
Reverted 000-basic-
configuration and added 001-set-mint-dist - 2508. By ben-Nabiy Derush
-
Fix per alkisg: change order of tests.
- 2507. By ben-Nabiy Derush
-
Bug-Fix escaped ( )
- 2506. By ben-Nabiy Derush
-
changed case on lsb_vendor variable to reflect local, rather than global
- 2505. By ben-Nabiy Derush
-
Fixing variables in 000-basic-
configuration - 2504. By ben-Nabiy Derush
-
Bug Squashing - Ubuntu distribution not being selected.
- 2503. By ben-Nabiy Derush
-
Updating with Upstream
- 2502. By ben-Nabiy Derush
-
Typo
- 2501. By ben-Nabiy Derush
-
modified:
server/share/ltsp/ plugins/ ltsp-build- client/ Ubuntu/ 000-basic- configuration - 2500. By ben-Nabiy Derush
-
Is this the one? Updated detect_vendor() and renamed various variables...

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!