<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Customising the install disk - Revision history</title>
		<link>https://www.slackwiki.com/index.php?title=Customising_the_install_disk&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.40.0</generator>
		<lastBuildDate>Wed, 08 Apr 2026 14:27:52 GMT</lastBuildDate>
		<item>
			<title>Erik: Copy from old</title>
			<link>https://www.slackwiki.com/index.php?title=Customising_the_install_disk&amp;diff=84&amp;oldid=prev</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Customising_the_install_disk&amp;diff=84&amp;oldid=prev</guid>
			<description>&lt;p&gt;Copy from old&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Tips]] [[Category:Slamd64]]&lt;br /&gt;
&lt;br /&gt;
This is from my experience working with [http://www.slamd64.com Slamd64], and will probably grow&lt;br /&gt;
as people ask more things.&lt;br /&gt;
&lt;br /&gt;
==Adding a new kernel to the disk==&lt;br /&gt;
Firstly, copy the kernels/bare.i/config to .config in your kernel source directory. You then need&lt;br /&gt;
to configure your kernel as appropriate, and build it. Once you've done this, go to the kernels/ subdirectory of the tree, and make a new directory for your kernel, then run these commands:&lt;br /&gt;
&lt;br /&gt;
 cd /usr/src/linux&lt;br /&gt;
 cp .config /path/to/slackware/tree/kernels/$KERNELNAME/config&lt;br /&gt;
 cp arch/x86_64/boot/bzImage /path/to/slackware/tree/kernels/$KERNELNAME/bzImage&lt;br /&gt;
 gzip -9 System.map&lt;br /&gt;
 cp System.map.gz /path/to/slackware/tree/kernels/$KERNELNAME/System.map.gz&lt;br /&gt;
&lt;br /&gt;
You then need to add a new section to the isolinux/isolinux.cfg file for the kernel,&lt;br /&gt;
for example, if $KERNELNAME = 3ware.s (from Slamd64):&lt;br /&gt;
 &lt;br /&gt;
 label 3ware.s&lt;br /&gt;
  kernel /kernels/3ware.s/bzImage&lt;br /&gt;
  append initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=11719 rw root=/dev/ram SLACK_KERNEL=3ware.s11&lt;/div&gt;</description>
			<pubDate>Tue, 02 Jun 2009 03:24:31 GMT</pubDate>
			<dc:creator>Erik</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Customising_the_install_disk</comments>
		</item>
</channel></rss>