LllLinuxClient: Difference between revisions
From LLL
Jump to navigationJump to search
AlainKnaff (talk | contribs) (Import from phpWiki) |
m (Reverted edits by Yxawyjo (Talk) to last version by AlainKnaff) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
* Get the <code>.xsession</code> patch from LGL (=linuxhome=) | * Get the <code>.xsession</code> patch from LGL (=linuxhome=) | ||
<code> | |||
if [ ! -w $HOME ] ; then | |||
HOME=$HOME/linuxhome | |||
fi | |||
</code> | |||
* Hack for only starting dhcp if we have network | * Hack for only starting dhcp if we have network | ||
* Set up YP client | * Set up YP client |
Latest revision as of 19:48, 26 November 2010
Linux[edit]
- Get the
.xsession
patch from LGL (=linuxhome=)
if [ ! -w $HOME ] ; then
HOME=$HOME/linuxhome
fi
- Hack for only starting dhcp if we have network
- Set up YP client
- Set up NFS mount
- remove failsafe from kdmrc
- Find clever way to handle dhcpcd on multiple cards
- look up name of kdmrc
- Changes to do on site
- remove list of users
- remove autologin
- Tests:
- login of user
- surfing without proxy