HomeSort by relevance Sort by last modified time
    Searched refs:grep (Results 1 - 10 of 10) sorted by null

  /livemedia/livemedia/bootcd_skel/root/installer/
install-finish 52 echo "$RAW_SLICE" | grep "p0:boot$" > /dev/null 2>&1
60 grep -v \* "$TMP1" | grep -v '^[ ]*$' > "$TMP2"
77 awk '{ print $1 }' "$TMP2" | grep 191 > /dev/null
120 grep "/boot/multiboot kernel/unix -s" $MENUFILE > /dev/null 2>&1
128 grep "/boot/platform/i86pc/kernel/unix -s -B console=" $MENUFILE \
145 grep "^setprop[ ]\{1,\}bootpath" $BOOTENVRC > /dev/null
150 rootdev=`grep -v "^#" $BASEDIR/etc/vfstab | \
151 grep "[ ]/[ ]" | nawk '{print $1}'`
163 grep "^setprop[ ]\{1,\}bootpath" $BOOTENVRC > /dev/nul
    [all...]
install_live 63 find . -xdev -print | grep -v 'zlib$' | cpio -pmd /a
92 grep -v ramdisk /a/etc/vfstab >/tmp/vfstab.$$
  /livemedia/livemedia/
dummy_install 34 bootdev=`grep ^boot_device $profile|cut -f2 -d' '`
36 rootspec=`grep '^filesys.*/$' $profile`
44 swapspec=`grep '^filesys.*swap$' $profile`
78 swapcyls=`format -e -d $bootdev -f /tmp/fmt|grep swap|sed -e's/ */ /g'|cut -f 7 -d ' '`
build_live_dvd.lib 112 grep -v "^#" $MODULES | while read mod
usbcopy 158 acyls=`prtvtoc $dev | grep accessible | sed -e 's/ //g' -e 's/*//'|cut -f1 -d' '`
build_live_dvd 197 /usr/bin/perl $LIVEKIT/proc_toc.pl SUNWCXall $SOLPRODUCT | /usr/ccs/bin/tsort | grep -v "INFORM: cycle" | grep -v "SUNWdummy" > $TMPDIR/ordered
274 grep "^$d/" $PACKAGEDIR/buildpkg.list > /dev/null
  /livemedia/livemedia/packages/powernow/usr/share/misc/powernow/
install 31 [ `nm "$1" | /bin/grep -c "UNDEF.*|Acpi"` != 0 ]
35 if grep -s "$1" $2 > /dev/null 2>&1
59 if [ -x manifest ]; then ./manifest; else grep -v \^# manifest; fi |
132 if [ `grep -c pseudo "$dest"` != 0 ]
  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/
install 36 if print "$loc" | grep '^[./]*$' > /dev/null; then
45 if print "$loc" | grep '[^a-zA-Z0-9_.-/]' > /dev/null; then
  /livemedia/livemedia/bootcd_skel/lib/svc/method/
live-devices-local 110 /usr/lib/fs/hsfs/fstyp -v $dnode 2>&1 | grep "Volume id: $volumeid" > /dev/null
live-fs-root 197 /usr/lib/fs/ufs/fstyp $rdev 2>&1 | grep "^ufs$"
199 /usr/lib/fs/hsfs/fstyp -v $rdev 2>&1 | grep "Volume id: $volumeid" > /dev/null

Completed in 1450 milliseconds