Magellan Linux

Diff of /smage/branches/alx-0_6_0/core/alxconfig-ng/alxconfig-ng-0.6.0_rc1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2177 by niro, Wed May 18 22:02:57 2011 UTC revision 2178 by niro, Wed May 18 22:07:05 2011 UTC
# Line 47  postinstall() Line 47  postinstall()
47  {  {
48   # install user station if needed (uucp is needed to acces com ports [ica-mappings])   # install user station if needed (uucp is needed to acces com ports [ica-mappings])
49   ${MLIBDIR}/museradd -o "-g users -G audio,video,uucp -d /home/station -s /bin/bash" station   ${MLIBDIR}/museradd -o "-g users -G audio,video,uucp -d /home/station -s /bin/bash" station
50   [ ! -d /home/station ] && install -o station -g users -d /home/station   [ ! -d ${MROOT}/home/station ] && install -o station -g users -d ${MROOT}/home/station
51    
52   # install default xsession   # install default xsession
53   echo "exec startfluxbox" > /home/station/.xinitrc   echo "exec startfluxbox" > ${MROOT}/home/station/.xinitrc
54    
55   # setup runlevels   # setup runlevels
56   # but never start the services!   # but never start the services!

Legend:
Removed from v.2177  
changed lines
  Added in v.2178