- mount debugfs (for ureadahead)
- create /var/lib/ureadahead and /storage/.cache/ureadahead
This commit is contained in:
Stephan Raue 2010-05-02 16:21:16 +02:00
parent 2f8153a31b
commit 131603f472
2 changed files with 5 additions and 0 deletions

View File

@ -6,3 +6,4 @@
progress "mounting needed filesystems"
$IONICE mount -n -t ramfs none /var
$IONICE mount -n -t debugfs none /sys/kernel/debug

View File

@ -23,3 +23,7 @@ progress "make variable directory structure"
$IONICE mkdir -p /var/lib/polkit-1 \
/var/lib/udisks \
/var/lib/upower
# ureadahead:
$IONICE mkdir -p /storage/.cache/ureadahead
ln -sf /storage/.cache/ureadahead /var/lib/ureadahead