CIA.vc
Michael Prokop
Real-time open source activity stats
Stats » Authors » Michael Prokop
informationsyndicateUTC clock
15:54 on Feb 23, 2012
event counters
The last message was received 2.93 days ago at 17:30 on Feb 20, 2012
0 messages so far today, 0 messages yesterday
2 messages so far this week, 5 messages last week
21 messages so far this month, 135 messages last month
299 messages since the first one, 3.55 months ago, for an average of 8.54 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
13:58 Mondaygrml
Commit by Michael Prokop on grml-rescueboot:master :: r910169a / debian/changelog : (link)
Release new version 0.4.2 - http://git.io/FCeRxA
#
13:52 Mondaygrml
Commit by Michael Prokop on grml-rescueboot:master :: r395abc5 / (debian/postinst debian/postrm): (link)
Maintainer scripts: test for presence of grub.cfg, don't execute update-grub otherwise

Let's do the same as memtest86+-4.20 does: test for presence of
/boot/grub/grub.cfg, if the file exists (and running some other
checks) we can execute update-grub, otherwise don't care....

This is supposed to address the annoying:

| /usr/sbin/grub-probe: error: cannot find a device for / (is /dev mounted?).

issue which is showing up in minimal chroots on package removal.

Closes: #660588 - http://git.io/HEGEgQ
#
12:52 Sundaygrml
Commit by Michael Prokop on grml.org:master :: r50cfaed / static.inc : (link)
Footer: raise copyright version to 2012 - http://git.io/aeSW9g
#
14:34 on Feb 16grml
Commit by Michael Prokop on grml-live:master :: rdc28a1b / etc/grml/fai/config/package_config/GRML_FULL : (link)
SW: add hostapd to GRML_FULL

Thanks: Matthias Strubel for suggestion - http://git.io/YQA5MA
#
23:02 on Feb 15grml
Commit by Michael Prokop on grml-live:master :: rd91a6d4 / (2 files): (link)
SW: Add disktype to GRML_SMALL and GRML_FULL

Ack-ed by: Alexander Wirt <formorer at grml dot org> - http://git.io/mFJnbg
#
12:50 on Feb 13grml
Commit by Michael Prokop on kantan:master :: rf3d27e7 / (example_profile/server.cfg sbin/kantan): (link)
Use live-media-path=/live/grml64/ as default live-media-path

The moved /live/*.squashfs of the latest release really bites us. - http://git.io/MaTOGg
#
12:27 on Feb 13grml
Commit by Michael Prokop on kantan:master :: r01f060d / (doc/kantan.txt sbin/kantan): (link)
Support vmlinuz and initrd.img as kernel/initrd files as used on recent Grml ISOs - http://git.io/xcoHDg
#
16:58 on Feb 10grml
Commit by Michael Prokop on grml-shlib:master :: r47e8350 / debian/control : (link)
Add asciidoc, xsltproc, docbook-xsl to Build-Depends - http://git.io/13JXmA
#
15:18 on Feb 10grml
Commit by Michael Prokop on grml.org:master :: r875644d / daily/index.html : (link)
daily.grml.org: include grml-small ISOs, rename grml to grml-full - http://git.io/Epf-nA
#
16:18 on Feb 09grml
Commit by Michael Prokop on grml-kernel:master :: r1f13d38 / linux-meta-grml/debian/changelog : (link)
Release linux-meta-grml package 3.2.0-1+grml.1 - http://git.io/qArtgQ
#
16:14 on Feb 09grml
Commit by Michael Prokop on grml-kernel:master :: rdd79bfe / linux-meta-grml/debian/control : (link)
Update linux-meta-grml package for 3.2.0-1 release - http://git.io/mTxnWQ
#
15:27 on Feb 09grml
Commit by Michael Prokop on grml-kernel:master :: rd001146 / linux-3/debian/patches/series/base : (link)
disable bugfix/all/pci-rework-aspm-disable-code.patch - http://git.io/-pPxmQ
#
15:27 on Feb 09grml
Commit by Michael Prokop on grml-kernel:master :: rcfb425a / linux-3/debian/changelog : (link)
Release 3.2.0-1+grml.1 based on 3.2.5 - http://git.io/uqjZNg
#
15:27 on Feb 09grml
Commit by Michael Prokop on grml-kernel:master :: rbf32f30 / linux-3/debian/patches/series/base : (link)
disable features/all/*request_firmware.patch - http://git.io/W3ii3Q
#
15:26 on Feb 09grml
Commit by Michael Prokop on grml-kernel:master :: re47f46c / (2 files): (link)
Add 3.2.5 stable patch - http://git.io/q3KrVw
#
15:26 on Feb 09grml
Commit by Michael Prokop on grml-kernel:master :: r10e9149 / (87 files in 23 dirs): (link)
Sync with Debian's svn

svn://svn.debian.org/svn/kernel/dists/trunk/linux-2.6, svn r18671 - http://git.io/5S4EhQ
#
22:14 on Feb 08grml
Commit by Michael Prokop on grml2usb:master :: rf1cfc39 / grml2iso : (link)
grml2iso: use shell for calculation instead of using bc

We are lacking a dependency on bc but there shouldn't be any
reason why we'd have to use bc to calculate the cylinder foo,
so let's just use the internal shell mechanism. - http://git.io/TcEOxg
#
08:48 on Feb 08fai
Commit by Michael Prokop on master :: recc8559 / Makefile : (link)
Add fai-deps to list of USRBIN_SCRIPTS, fixing build error introduced in 56f9545c

http://jenkins.grml.org/job/fai-binaries/37/architecture=amd64/console - http://git.io/RtP_XQ
#
08:36 on Feb 08fai
Commit by Michael Prokop on master :: rbc54ded / lib/subroutines : (link)
lib/subroutines: fix syntax error, introduced in 378dd96

http://jenkins.grml.org/job/fai-binaries/36/architecture=amd64/console - http://git.io/_Vimmw
#
08:26 on Feb 08fai
Commit by Michael Prokop on master :: r849da5d / lib/get-boot-info : (link)
lib/get-boot-info: fix shell syntax error, introduced in f1f5cd1b

Either indent end of here documents with tab or don't indent them at all,
but what was committed in f1f5cd1b is *broken*.

http://jenkins.grml.org/job/fai-binaries/architecture=amd64/35/console - http://git.io/oA8pAw
#