Created
May 1, 2011 14:57
-
-
Save skull-squadron/950550 to your computer and use it in GitHub Desktop.
Solved debian/ubuntu upstart + ureadahead + udev + partitioning issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/etc/fstab: | |
... /var ... 0 1 | |
... /var/log ... 0 1 | |
... /var/tmp ... 0 1 | |
/etc/init/ureadahead.conf: | |
start on (starting mountall | |
or starting mounted MOUNTPOINT=/var | |
or starting mounted MOUNTPOINT=/var/log | |
or starting mounted MOUNTPOINT=/var/tmp | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Credit: http://ubuntuforums.org/showpost.php?p=9555086&postcount=9