add /var/run/usb. This is needed for hotplugging. Actually, this is probably
the wrong place to make these directories. After all, if we build this into a real installer what do we know what to install? Perhaps we will use a completely different hotplug implementation that won't use this directory. Ah well, future work ;) svn path=/nixu/trunk/; revision=4502
This commit is contained in:
parent
f20d80957c
commit
bdf2a61d91
|
@ -173,6 +173,7 @@ make_dir 00755 /var/lock
|
|||
make_dir 00755 /var/lock/subsys
|
||||
make_dir 00755 /var/log
|
||||
make_dir 00755 /var/run
|
||||
make_dir 00755 /var/run/usb
|
||||
make_dir 00755 /var/spool
|
||||
make_dir 00755 /var/state
|
||||
make_dir 00755 /var/state/dhcp
|
||||
|
|
Loading…
Reference in New Issue