You are not logged in.
Pages: 1
Arch Linux is already a pretty speedy distro and boots quite quickly. Is there a way to get it to boot any faster? Any ideas?
Offline
See wiki.
Offline
1) custom kernel with all your hardware static compiled.
2) pacman -S preload and add it your rc.conf
3) pacman prelink and set it up
4) edit rc.conf and and @ infront of daemons to background them. make sure you know what should be backgrounded
Last edited by zio (2008-03-31 06:03:11)
Offline
Thanks. How do I know what should be backgrounded? Also, what's the deal with prelink? I hear it's risky to use.
Offline
prelink basically records the dynamic links needed by an executable and embeds it.. speeding it up. it only breaks when underlying libraries are upgraded and prelink is not run. Its very effective for KDE and GNOME and apps that are linked against alot of libraries
Offline
prelink basically records the dynamic links needed by an executable and embeds it.. speeding it up. it only breaks when underlying libraries are upgraded and prelink is not run. Its very effective for KDE and GNOME and apps that are linked against alot of libraries
So how exactly do I prevent this breakage? Is there any disadvantage to prelink?
Offline
disadvantage are some binaries slow down if there not re-prelinked, after the libraries it depends on are updated or changed. as long as you run prelink say after you do a system update, performance wont degrade.
Last edited by zio (2008-03-31 07:10:16)
Offline
disadvantage are some binaries slow down if there not re-prelinked, after the libraries it depends on are updated or changed. as long as you run prelink say after you do a system update, performance wont degrade.
But is there a chance that it could totally mess up my system?
Offline
Consider fs-fcache, if it still works.
and btw, it isn't necessary to use prelinking anymore.
Last edited by henriknj (2008-03-31 21:27:54)
Offline
Consider fs-fcache, if it still works.
and btw, it isn't necessary to use prelinking anymore.
Let's say I want my programs to run faster, prelink is still good, right? I'll try fs-fcache.
Offline
Is it already included in the kernel?
Offline
Pages: 1