|
@ -2,7 +2,7 @@ |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# |
|
|
# |
|
|
# Filename: target/sheba/pkg_util-vserver.conf |
|
|
# Filename: target/sheba/pkg_util-vserver.conf |
|
|
# Copyright (C) 2007 - 2008 The OpenSDE Project |
|
|
|
|
|
|
|
|
# Copyright (C) 2007 - 2010 The OpenSDE Project |
|
|
# Copyright (C) 2004 - 2006 Alejandro Mery |
|
|
# Copyright (C) 2004 - 2006 Alejandro Mery |
|
|
# |
|
|
# |
|
|
# More information can be found in the files COPYING and README. |
|
|
# More information can be found in the files COPYING and README. |
|
@ -21,8 +21,6 @@ sheba_util_vserver_populate() |
|
|
local devdir="$root$sysconfdir/vservers/.defaults/dev" |
|
|
local devdir="$root$sysconfdir/vservers/.defaults/dev" |
|
|
local node= |
|
|
local node= |
|
|
|
|
|
|
|
|
overlay_apply "$base/target/$target/pkgs/$pkg" |
|
|
|
|
|
|
|
|
|
|
|
mkdir -p "$devdir" |
|
|
mkdir -p "$devdir" |
|
|
"$udevconfdir/create_nodes.sh" "$devdir" < $root$docdir/nodes.txt | |
|
|
"$udevconfdir/create_nodes.sh" "$devdir" < $root$docdir/nodes.txt | |
|
|
while read node; do |
|
|
while read node; do |
|
@ -30,5 +28,3 @@ sheba_util_vserver_populate() |
|
|
done |
|
|
done |
|
|
} |
|
|
} |
|
|
hook_add postmake 5 "sheba_util_vserver_populate" |
|
|
hook_add postmake 5 "sheba_util_vserver_populate" |
|
|
|
|
|
|
|
|
var_append patchfiles ' ' $base/target/$target/patches/$pkg.patch |
|
|
|