1
0
mirror of synced 2026-01-18 00:42:31 +00:00
steve b47a57aa2f 2006-02-18 12:23:01 by steve
Create /dev entries for the guest.
2006-02-18 12:23:01 +00:00

22 lines
334 B
Bash
Executable File

#!/bin/sh
#
# This script ensures that the new guest images have a nicely
# populated /dev directory.
#
# Steve
# --
# $Id: 55-create-dev,v 1.1 2006-02-18 12:23:01 steve Exp $
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