Home
last modified time | relevance | path

Searched refs:simroot (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/fm/scripts/
H A Dfmsim.ksh194 echo "fmsim: creating simulation world $simroot ... \c"
195 [[ -d $simroot ]] || mkdir -p $simroot || exit 1
196 cd $simroot || exit 1
207 (cd $sysroot && find usr/lib/fm -depth -print | cpio -pdmu $simroot)
212 (cd $sysroot && find ${platdir#/} -depth -print | cpio -pdmu $simroot)
216 (cd $sysroot && find usr/lib/locale/$LANG -depth -print | cpio -pdmu $simroot)
219 (cd $sysroot && list_cmds | cpio -pdmu $simroot)
228 fmd.conf) cp $file $simroot/etc/fm/fmd ;;
229 *.conf) cp $file $simroot/usr/lib/fm/fmd/plugins ;;
230 *.dict) cp $file $simroot/usr/lib/fm/dict ;;
[all …]