$> curl -s http://slackware.osuosl.org/slackware-13.37/slackware/a/tagfile | grep REC$ | cut -d : -f 1
#> find /lib/modules/ -type f -name '*.ko' -exec gzip {} \; #> depmod -aTo undo that, just:
#> find /lib/modules/ -type f -name '*.ko.gz' -exec gunzip {} \; #> depmod -a
Then you'll be on the command line of a fresh install of a minial slackware machine!$ gem install vagrant $ vagrant box add base http://hashbangbash.com/~vbatts/slackware_minimal.box $ mkdir -p ~/vagrant/slackware_minimal $ cd ~/vagrant/slackware_minimal $ vagrant init $ vagrant up $ vagrant ssh
# gem update --system
If you need my GPG key, you can pull down key 0x733F1362.
Last updated on: Tue Jun 7 07:57:34 PDT 2011