Magellan Linux

Diff of /trunk/mlivecdbuild/profiles/alx-0_6_branch/prepare_custom

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

revision 1818 by niro, Fri May 4 08:23:02 2012 UTC revision 2120 by niro, Thu May 16 13:19:35 2013 UTC
# Line 37  chroot ${LIVECDROOT}/install-temp passwd Line 37  chroot ${LIVECDROOT}/install-temp passwd
37  # add user station with empty password  # add user station with empty password
38  chroot ${LIVECDROOT}/install-temp adduser -G users -h /home/station -s /bin/bash -D station  chroot ${LIVECDROOT}/install-temp adduser -G users -h /home/station -s /bin/bash -D station
39    
40    # install xinitrc
41    echo 'exec startfluxbox' > ${LIVECDROOT}/install-temp/home/station/.xinitrc
42    
43  # fix hostname and hosts file  # fix hostname and hosts file
44  echo "alx-i486" > ${LIVECDROOT}/install-temp/etc/hostname  echo "alx-i486" > ${LIVECDROOT}/install-temp/etc/hostname
45  echo "127.0.0.1 localhost alx-i486.magellan-linux.de alx-i486" > ${LIVECDROOT}/install-temp/etc/hosts  echo "127.0.0.1 localhost alx-i486.magellan-linux.de alx-i486" > ${LIVECDROOT}/install-temp/etc/hosts

Legend:
Removed from v.1818  
changed lines
  Added in v.2120