home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Linux / Ubuntu_64-bit / ubuntu-11.04-desktop-amd64.iso / casper / filesystem.squashfs / sbin / casper-login < prev    next >
Text File  |  2011-03-28  |  102b  |  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.