<feed xmlns='http://www.w3.org/2005/Atom'>
<title>debianutils/installkernel, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/debianutils/atom?h=master</id>
<link rel='self' href='https://git.osdyson.ru/debianutils/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/debianutils/'/>
<updated>2011-01-18T20:26:32Z</updated>
<entry>
<title>Patch from Ben Hutchings to have installkernel run hook scripts.  closes: #607411.</title>
<updated>2011-01-18T20:26:32Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@gnu.org</email>
</author>
<published>2011-01-18T20:26:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/debianutils/commit/?id=fb0d9980407b75a60b7d18a80db73dfa0c50d6a8'/>
<id>urn:sha1:fb0d9980407b75a60b7d18a80db73dfa0c50d6a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>installkernel: fix symlinking of kernel images.  closes: #526493.</title>
<updated>2009-05-01T15:07:31Z</updated>
<author>
<name>Clint Adams</name>
<email>schizo@debian.org</email>
</author>
<published>2009-05-01T15:07:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/debianutils/commit/?id=26a37e9d79cf00bb600901811594f9f12e37c5ea'/>
<id>urn:sha1:26a37e9d79cf00bb600901811594f9f12e37c5ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>installkernel: remove stray right bracket, thanks to Alban Browaeys.  closes: #521286.</title>
<updated>2009-03-26T13:52:49Z</updated>
<author>
<name>Clint Adams</name>
<email>schizo@debian.org</email>
</author>
<published>2009-03-26T13:52:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/debianutils/commit/?id=5df99e348dd1ac347ebcaf8caaa018f5e83f5bdc'/>
<id>urn:sha1:5df99e348dd1ac347ebcaf8caaa018f5e83f5bdc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>installkernel: patch from Thibaut VARENE to fix symlinks better.  closes: #520690.</title>
<updated>2009-03-22T22:54:16Z</updated>
<author>
<name>Clint Adams</name>
<email>schizo@debian.org</email>
</author>
<published>2009-03-22T22:54:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/debianutils/commit/?id=eb79dd97f596db2dc4003f2cb248f5cc2330cfea'/>
<id>urn:sha1:eb79dd97f596db2dc4003f2cb248f5cc2330cfea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore a fifth argument to installkernel</title>
<updated>2009-03-22T17:48:38Z</updated>
<author>
<name>Manoj Srivastava</name>
<email>srivasta@debian.org</email>
</author>
<published>2009-03-22T17:22:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/debianutils/commit/?id=b9fee10f98575fc20af898524224cfc13acbdd83'/>
<id>urn:sha1:b9fee10f98575fc20af898524224cfc13acbdd83</id>
<content type='text'>
While parsing the command line options, we check to see if the number of
options is sane. On most architectures, this is either three or four
options; except of course, powerpc has to be all different, and passes in
a fifth argument, because it is "special". We now ignore the fifth
argument, and do not flag is as an error, which it would be for any arch
apart from powerpc

Signed-Off-By: Manoj Srivastava &lt;srivasta@debian.org&gt;
</content>
</entry>
<entry>
<title>Handle symlinks in /boot when reinstalling</title>
<updated>2009-03-22T17:01:07Z</updated>
<author>
<name>Manoj Srivastava</name>
<email>srivasta@debian.org</email>
</author>
<published>2009-03-22T16:08:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/debianutils/commit/?id=7cf1b61b3d18967c0f455401e639002988713f88'/>
<id>urn:sha1:7cf1b61b3d18967c0f455401e639002988713f88</id>
<content type='text'>
The check to see if we need to handle symbolic links in boot in
installkernel, meant to check whether the current link points to a
different file than the one being installed, works fine provided that we
are indeed not reinstalling the same kernel version. Otherwise, the
inequality test will fail and we'll fall back to the else clause of the
if statement, leading to plain file creation again.

Nested the if statements.

Signed-Off-By: Manoj Srivastava &lt;srivasta@debian.org&gt;
</content>
</entry>
<entry>
<title>Document that installkernel no longer calls mkboot</title>
<updated>2009-03-04T19:35:39Z</updated>
<author>
<name>Manoj Srivastava</name>
<email>srivasta@debian.org</email>
</author>
<published>2009-03-01T18:09:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/debianutils/commit/?id=ca44834d1d61e1a32ada68bf731ac63d7ac28adb'/>
<id>urn:sha1:ca44834d1d61e1a32ada68bf731ac63d7ac28adb</id>
<content type='text'>
Calling mkboot is far from existing practice in modern Debian
installations, and in almost all cases calling it would be the wrong
thing to do. This patch updates the documentation, and also cleans up
the installkernel script by removing the obsolete, commented out call
to mkboot.

Signed-Off-By: Manoj Srivastava &lt;srivasta@debian.org&gt;
</content>
</entry>
<entry>
<title>This patch updates the installkernel script to be useful on modern</title>
<updated>2008-06-08T22:13:39Z</updated>
<author>
<name>Manoj Srivastava</name>
<email>srivasta@debian.org</email>
</author>
<published>2008-06-08T19:17:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/debianutils/commit/?id=b748ce4e8e996485d1eacdb2f2887e01ca7f2999'/>
<id>urn:sha1:b748ce4e8e996485d1eacdb2f2887e01ca7f2999</id>
<content type='text'>
Debian installations, which now default to grub, and not LILO, and
also tend to run initial RAM fs creators, and other post processing
steps, before hooking in their boot manager update scripts.

mkboot has not been the default way to setup a newly installed kernel
in about a decade or so.

installkernel also unconditionally created symbolic links in
$DESTDIR (nominally /boot).  The symlinks created were:
       $DESTDIR/{config,System.map,vmlinu[xz]}
These symlinks are not useful if you use grub, or use official kernel
images. Creating these links make it less useful when used to create
kernel image packages. (running mkboot is even worse when building a
kernel image package).

Ideally, the symbolic links should be updated if they exist, but
should not be created when they do not, which is what this patch does.

Next, the modern Debian installation has kernel images run scripts
which have been dropped into /etc/kernel/{pre,post}{inst,rm}.d/
directories, or put into /etc/kernel-img.conf -- and installkernel
does not do anything like this. When installkernel is called (by
running make install in a kernel source directory), the modules might
not yet have been installed, so running the scripts would be wrong
(intramfs, for instance, depends on the modules being around)

Signed-off-by: Manoj Srivastava &lt;srivasta@debian.org&gt;
</content>
</entry>
<entry>
<title>import all changes from the bzr branch as a single changeset</title>
<updated>2007-11-12T16:16:06Z</updated>
<author>
<name>Clint Adams</name>
<email>schizo@debian.org</email>
</author>
<published>2007-11-12T16:16:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/debianutils/commit/?id=aa2159e1a3eeb0c82bee22c54a8739d578639761'/>
<id>urn:sha1:aa2159e1a3eeb0c82bee22c54a8739d578639761</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tag of schizo@debian.org--2004-primary/debianutils--etch--0--version-0</title>
<updated>2005-06-21T23:30:25Z</updated>
<author>
<name>Clint Adams</name>
<email>schizo@debian.org</email>
</author>
<published>2005-06-21T23:30:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/debianutils/commit/?id=c2a1c435ef5e7d590328802ce333de410ce40cb6'/>
<id>urn:sha1:c2a1c435ef5e7d590328802ce333de410ce40cb6</id>
<content type='text'>
(automatically generated log message)

git-archimport-id: schizo@debian.org--etch/debianutils--etch--0--base-0
</content>
</entry>
</feed>
