remove not needed add_device calls, all is in devtmpfs now

This commit is contained in:
Tobias Powalowski 2011-06-10 08:28:28 +02:00
parent 5486e2d50f
commit 7a12d17a66

View file

@ -19,10 +19,6 @@ build ()
add_dir "/addons"
add_dir "/home"
add_dir "/run"
add_device "/dev/null" c 1 3
add_device "/dev/zero" c 1 5
add_device "/dev/console" c 5 1
add_device "/dev/mem" c 1 1
### adding needed programs from running system
add_file "${CONFIG}" "/config"