Lines Matching refs:init
17 echo "syntax: $0 imagename <size-in-KBs> <init prog> [tar files]"
20 echo "linked init program and using the dev.tar.gz file to create devices."
24 echo "for /sbin/init there."
34 init=$3
51 # init
52 echo "* Copying $init to sbin/init..."
54 sudo cp $init tmpmnt/sbin/init
55 sudo chmod 755 tmpmnt/sbin/init