Tiny Core Linux

General TC => Remasters / Remixes - Unofficial => Topic started by: wjp79 on December 14, 2012, 07:07:46 AM

Title: login as root
Post by: wjp79 on December 14, 2012, 07:07:46 AM
I building a remaster CD.
At the boot of the CD it runs a script which needs root to function. .
Because I dont want to rewrite my whole script (it was used before on a knoppix remaster CD) I would like to boot the CD as root!!!

Is there a list of cheatocdes I can use, or is there another way?

Greets
WJP
Title: Re: login as root
Post by: gerald_clark on December 14, 2012, 07:12:23 AM
The scripts /opt/bootsync.sh and /opt/bootlocal.sh are intended for running custom scripts at startup.  They run as root.
Title: Re: login as root
Post by: wjp79 on December 14, 2012, 07:26:49 AM
Hello,

Allright, did not knew that..

Thank you.