1
0
mirror of synced 2026-01-22 10:11:28 +00:00
steve c45a6eba1f 2006-03-13 10:00:47 by steve
Remove the CVS $ID:$ markers from the file to avoid merge warnings.
2006-03-13 10:00:47 +00:00

22 lines
302 B
Bash
Executable File

#!/bin/sh
#
# This script ensures that the new guest images have a nicely
# populated /dev directory.
#
# Steve
# --
# http://www.steve.org.uk/
prefix=$1
#
# Make sure we have a /dev directory and change into it.
#
mkdir -p ${prefix}/dev
cd ${prefix}/dev
#
# Make the devices.
#
./MAKEDEV generic