1
0
mirror of synced 2026-02-06 16:04:50 +00:00

2006-02-18 12:23:01 by steve

Create /dev entries for the guest.
This commit is contained in:
steve
2006-02-18 12:23:01 +00:00
parent d7f0fe1b44
commit b47a57aa2f

22
etc/hook.d/55-create-dev Executable file
View File

@@ -0,0 +1,22 @@
#!/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