From 46dc63915bf21ca0b9765a0ac9e9e2803eb85605 Mon Sep 17 00:00:00 2001 From: Tomas M Date: Fri, 12 Oct 2012 21:19:39 -0500 Subject: [PATCH] comment --- livekitlib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livekitlib b/livekitlib index 81e782c..ec0d114 100644 --- a/livekitlib +++ b/livekitlib @@ -429,7 +429,7 @@ change_root() cd "$1" - # make sure important files devices are in union + # make sure important device files and directories are in union mkdir -p boot dev proc sys tmp mnt run if [ ! -e dev/console ]; then mknod dev/console c 5 1; fi if [ ! -e dev/null ]; then mknod dev/null c 1 3; fi