Merge lp:~jigish-gohil/ltsp/ltsp-trunk into lp:~ltsp-upstream/ltsp/ltsp-trunk

Proposed by cyberorg
Status: Rejected
Rejected by: Alkis Georgopoulos
Proposed branch: lp:~jigish-gohil/ltsp/ltsp-trunk
Merge into: lp:~ltsp-upstream/ltsp/ltsp-trunk
Diff against target: 25 lines (+16/-0)
1 file modified
server/SUSE_LINUX/share/ltsp/ltsp-server-vendor-functions (+16/-0)
To merge this branch: bzr merge lp:~jigish-gohil/ltsp/ltsp-trunk
Reviewer Review Type Date Requested Status
Alkis Georgopoulos Disapprove
Review via email: mp+121327@code.launchpad.net

Description of the change

openSUSE specific function in vendor-function for ltsp-config

To post a comment you must log in.
lp:~jigish-gohil/ltsp/ltsp-trunk updated
2389. By Registry Administrators

add more suse specific functions to ltsp-server-vendor-functions, this probably completes lts-config functionality

Revision history for this message
Wim Muskee (wimmuskee) wrote :

Not sure of the direction this integration takes. I tried to note my objections in the following public pad: http://pad.ubuntu-uk.org/kiwi-ltsp-integration

Revision history for this message
Alkis Georgopoulos (alkisg) wrote :

I'm setting the state of old merge requests that have been stale for years, to rejected; if someone wants, he can do another merge request in git format, since now ltsp uses git.

review: Disapprove

Unmerged revisions

2389. By Registry Administrators

add more suse specific functions to ltsp-server-vendor-functions, this probably completes lts-config functionality

2388. By Registry Administrators

add config_lts_conf to ltsp-server-vendor-functions for suse

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'server/SUSE_LINUX/share/ltsp/ltsp-server-vendor-functions'
2--- server/SUSE_LINUX/share/ltsp/ltsp-server-vendor-functions 2012-05-14 19:29:25 +0000
3+++ server/SUSE_LINUX/share/ltsp/ltsp-server-vendor-functions 2012-08-26 07:35:21 +0000
4@@ -1,5 +1,21 @@
5 # SUSE_LINUX-specific function overrides for the common functions
6+. /etc/sysconfig/kiwi-ltsp
7+. /usr/share/kiwi-ltsp/kiwi-ltsp-functions.sh
8+check_variables
9
10 detect_arch() {
11 echo $(uname -m | sed -e s/i.86/i386/ -e s/ppc.*/powerpc/)
12 }
13+
14+config_lts_conf() {
15+ modify_lts
16+}
17+
18+config_nbd_server() {
19+ kiwi-ltsp -nbd
20+}
21+
22+isc_dhcp_server() {
23+ kiwi-ltsp -d
24+}
25+

Subscribers

People subscribed via source and target branches

to all changes: