Home
last modified time | relevance | path

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

/dragonfly/contrib/lvm2/dist/scripts/lvm2create_initrd/
HDlvm2create_initrd60 MAKEDEV=${MAKEDEV:-"debian"}
237 -M|--makedev) MAKEDEV=$2; shift;;
372 case "$MAKEDEV" in
374 (cd $TMPMNT/dev; /dev/MAKEDEV $OPT_Q $BASICDEVICES $BLOCKDEVICES)
378 (cd $TMPMNT/dev; /dev/MAKEDEV $OPT_Q -d $TMPMNT/dev -m 2)
382 (cd $TMPMNT/dev; /usr/sbin/MAKEDEV $OPT_Q $BASICDEVICES $BLOCKDEVICES)
386 echo "$cmd -- ERROR: $MAKEDEV is not a known MAKEDEV style."
HDlvm2create_initrd.pod110 Set MAKEDEV invocation style. The script currently supports 2 styles of
111 MAKEDEV programs I<debian> and I<redhat>. The default is I<debian>. Set
112 to I<redhat> if using the RedHat/Fedora binary MAKEDEV program. Please send
145 =item B<$MAKEDEV>
151 …script (which is "std consoleonly fd"). These values are passed to the B<MAKEDEV> program to creat…
156 … (which is "md hda hdb hdc hdd sda sdb sdc sdd"). This value is passed to the B<MAKEDEV> program to
174 I don't like having to specify a -M option to set the MAKEDEV style, but I know
175 of no way to reliably detect what type of MAKEDEV is being used. We'll probably
176 have to add other MAKEDEV styles in the future as this script is tested on
187 B<MAKEDEV>(8), B<mdadm>(8), B<busybox>(8), B<lvm.conf>(5)
/dragonfly/share/examples/diskless/
HDclone_root124 (cd $DEST/dev ; cp /dev/MAKEDEV . )
125 (cd $DEST/dev ; /dev/MAKEDEV ${DEVICES} )
/dragonfly/usr.sbin/mergemaster/
HDmergemaster.sh562 rm -f ${TEMPROOT}/dev/MAKEDEV ${TEMPROOT}/dev/MAKEDEV.local
772 /dev/MAKEDEV)
/dragonfly/sys/vfs/ufs/
HDREADME64 Another interesting test point is a full MAKEDEV. Because it runs
70 labrat# time ./MAKEDEV std
78 labrat# time ./MAKEDEV std
/dragonfly/sys/bus/firewire/
HD00README50 - ./MAKEDEV
/dragonfly/
HDUPDATING890 so after upgrading be sure to cd /dev; ./MAKEDEV <blah> where <blah>
892 and MAKEDEV no longer exists.
HDMakefile_upgrade.inc754 TO_REMOVE+=/usr/share/man/man8/i386/MAKEDEV.8.gz