home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / sbin / casper-login < prev    next >
Encoding:
Text File  |  2007-02-07  |  102 b   |  7 lines

  1. #! /bin/sh
  2.  
  3. USERNAME=root
  4. [ -f /etc/casper.conf ] && . /etc/casper.conf
  5. exec /bin/login -f $USERNAME
  6.  
  7.