Slackware is a Linux-based operating system which aims for design stability and simplicity.
2
votes
1answer
257 views
Fail to install perf on slackware 13.1
I was trying to install perf on slackware 13.1
When I first ran make at /usr/src/linux/tools/perf I got some errors.
And I found this patch
http://www.valimar.it/repo/linux/perf_fix-2.6.33.patch
And ...
1
vote
1answer
481 views
Boot into chroot directory leaves the root partition read-only
I am trying to make grub boot into a chroot directory /slack containing a Slackware Linux installation. This directory was created by issuing the following command:
installpkg --root /slack a/*.t?z
...