Merge lp:~philipgwyn/ltsp/ltsp-rhel into lp:~ltsp-upstream/ltsp/ltsp-trunk
Proposed by
Philip Gwyn
| Status: | Rejected |
|---|---|
| Rejected by: | Alkis Georgopoulos |
| Proposed branch: | lp:~philipgwyn/ltsp/ltsp-rhel |
| Merge into: | lp:~ltsp-upstream/ltsp/ltsp-trunk |
| Diff against target: |
128 lines (+94/-1) 4 files modified
client/Redhat/share/ltsp/init-ltsp.d/09-hostname (+2/-0) client/Redhat/share/ltsp/init-ltsp.d/49-no-nbd-swap (+14/-0) client/Redhat/share/ltsp/init-ltsp.d/50-rm-system-services (+67/-0) client/initscripts/ltsp-init-common (+11/-1) |
| To merge this branch: | bzr merge lp:~philipgwyn/ltsp/ltsp-rhel |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Alkis Georgopoulos | Disapprove | ||
|
Review via email:
|
|||
Description of the change
A few small changes to get more things working on CentOS 6.
To post a comment you must log in.
Unmerged revisions
- 2610. By Philip Gwyn <email address hidden>
-
Set IPV4ADDR and IPV4NETMASK
- 2609. By Philip Gwyn <email address hidden>
-
Log to stderr if syslog isn't running
- 2608. By Philip Gwyn <email address hidden>
-
Added 49-no-nbd-swap
- it will prevent checking nbd ports for swapfiles if / is mounted via NFS
- use NBD_SWAP=true to override - 2607. By Philip Gwyn <email address hidden>
-
Don't use function foo(), that is a bashism
- 2606. By Philip Gwyn <email address hidden>
-
Added support for upstart
- 2605. By Philip Gwyn <email address hidden>
-
Tweak comments
- 2604. By Philip Gwyn <email address hidden>
-
Added 50-rm-system-
services

First off, I haven't worked with Redhat based distributions for many, many years...
It seems like the IPV4ADDR/ IPV4NETMASK changes should be conditional if they're not already set, and the redhat-specific changes could be merged into client/ share/init- ltsp.d/ 09-hostname.
NBD swap is entirely independent of the type of rootfs used. It should use NBD_SWAP=false for environments that don't want to use it.
I'm wondering if it wouldn't be feasible to merge 50-rm-system- services from Debian, Gentoo and Redhat, rather than forking all the various versions...
syslog support should be enabled conditionally on the SYSLOG_HOST variable.