<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slackwiki.com/index.php?action=history&amp;feed=atom&amp;title=Customising_the_install_disk</id>
	<title>Customising the install disk - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.slackwiki.com/index.php?action=history&amp;feed=atom&amp;title=Customising_the_install_disk"/>
	<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=Customising_the_install_disk&amp;action=history"/>
	<updated>2026-04-08T14:27:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=Customising_the_install_disk&amp;diff=84&amp;oldid=prev</id>
		<title>Erik: Copy from old</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=Customising_the_install_disk&amp;diff=84&amp;oldid=prev"/>
		<updated>2009-06-02T03:24:31Z</updated>

		<summary type="html">&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;</summary>
		<author><name>Erik</name></author>
	</entry>
</feed>