Re: [Grml] grml-live questions

2010-07-21 Thread Michael Prokop
* T o n g mlist4sunt...@yahoo.com [Tue Jul 20, 2010 at 11:49:31PM +]:
 On Wed, 14 Jul 2010 05:28:24 +, T o n g wrote:

  I did a test run, but got some error at the end . . .

 My CD was successfully build by grml-live. Detailed log at
 http://paste.grml.org/44/

 However, the CD isn't bootable:

 kvm -boot d -cdrom /dev/shm/gl/grml_isos/depen64.iso

 http://imagebin.ca/view/JQo_Gae.html

 What could be wrong? 

Problem with isolinux 4, I'm investigating.

regards,
-mika-


signature.asc
Description: Digital signature
___
Grml mailing list - Grml@mur.at
http://lists.mur.at/mailman/listinfo/grml
join #grml on irc.freenode.org
grml-devel-blog: http://grml.supersized.org/

Re: [Grml] grml-live package_config files

2010-07-21 Thread Michael Prokop
* T o n g mlist4sunt...@yahoo.com [Tue Jul 20, 2010 at 10:49:29PM +]:

 Does the grml-live package_config files support line end comments? e.g., 
 a_debian_package  # line end comment that explains what it is

Yes.

regards,
-mika-


signature.asc
Description: Digital signature
___
Grml mailing list - Grml@mur.at
http://lists.mur.at/mailman/listinfo/grml
join #grml on irc.freenode.org
grml-devel-blog: http://grml.supersized.org/

Re: [Grml] grml-live questions

2010-07-21 Thread Michael Prokop
* T o n g mlist4sunt...@yahoo.com [Tue Jul 20, 2010 at 11:49:31PM +]:
 On Wed, 14 Jul 2010 05:28:24 +, T o n g wrote:

  I did a test run, but got some error at the end . . .

 My CD was successfully build by grml-live. Detailed log at
 http://paste.grml.org/44/

 However, the CD isn't bootable:

 kvm -boot d -cdrom /dev/shm/gl/grml_isos/depen64.iso

 http://imagebin.ca/view/JQo_Gae.html

 What could be wrong? 

I just uploaded grml-live 0.9.43 to grml-testing which addresses
this issue, please let me know whether it works for you as well.

regards,
-mika-


signature.asc
Description: Digital signature
___
Grml mailing list - Grml@mur.at
http://lists.mur.at/mailman/listinfo/grml
join #grml on irc.freenode.org
grml-devel-blog: http://grml.supersized.org/

Re: [Grml] grml-live questions

2010-07-21 Thread T o n g
On Wed, 21 Jul 2010 12:46:41 +0200, Michael Prokop wrote:

 * T o n g mlist4sunt...@yahoo.com [Tue Jul 20, 2010 at 11:49:31PM
 +]:
 On Wed, 14 Jul 2010 05:28:24 +, T o n g wrote:
 
  I did a test run, but got some error at the end . . .
 
 My CD was successfully build by grml-live. Detailed log at
 http://paste.grml.org/44/
 
 However, the CD isn't bootable:
 
 kvm -boot d -cdrom /dev/shm/gl/grml_isos/depen64.iso
 
 http://imagebin.ca/view/JQo_Gae.html
 
 What could be wrong?
 
 Problem with isolinux 4, I'm investigating.
 I just uploaded grml-live 0.9.43 to grml-testing which addresses this
 issue, please let me know whether it works for you as well.

Yep,

rm /dev/shm/gl/grml_cd/boot/isolinux/ -rf
rm /dev/shm/gl/grml_isos/depen64.iso
grml-live ... 

problem solved. CD boots fine. 

-- 
Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/

___
Grml mailing list - Grml@mur.at
http://lists.mur.at/mailman/listinfo/grml
join #grml on irc.freenode.org
grml-devel-blog: http://grml.supersized.org/


[Grml] grml_2010.04 and NVIDIA card support

2010-07-21 Thread T o n g
Hi,

How well are NVIDIA cards supported in grml_2010.04?

I saw that NVIDIA binary kernel modules are compiled up to
nvidia-kernel-2.6.31-grml64, not to 2.6.33 that grml_2010.04 uses.

thanks

-- 
Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/

___
Grml mailing list - Grml@mur.at
http://lists.mur.at/mailman/listinfo/grml
join #grml on irc.freenode.org
grml-devel-blog: http://grml.supersized.org/


Re: [Grml] About grml bootid

2010-07-21 Thread Michael Prokop
* T o n g mlist4sunt...@yahoo.com [Wed Jul 21, 2010 at 03:56:24PM +]:
 On Sun, 13 Jun 2010 21:24:00 +0200, Ulrich Dangel wrote:

  - how would bootid work with integrating multiple-grml on the same USB?

  grml2usb takes care of it.
  Basically the process is:
  If no /conf/bootid.txt is present, generate a random id and write it to
  /conf/bootid.txt.
  Read /conf/bootid.txt and adjust the bootid parameter for every
  specified iso.

 Thanks for the reply. 

 OK, if I build my own flavour of grml via grml-live, and I want to 
 install it to the same USB key that an official flavour of grml has been 
 installed, would it be possible?

 According to the above, it seems impossible to me because there is only 
 one /conf/bootid.txt file on the USB key and the content in mine would be 
 different than the official one.

grml2usb generates the bootid for you, so it's supposed to just
work for your own flavour of grml. If it doesn't work it's a bug.

Enjoy. :)

regards,
-mika-


signature.asc
Description: Digital signature
___
Grml mailing list - Grml@mur.at
http://lists.mur.at/mailman/listinfo/grml
join #grml on irc.freenode.org
grml-devel-blog: http://grml.supersized.org/

Re: [Grml] About grml bootid

2010-07-21 Thread T o n g
On Wed, 21 Jul 2010 22:11:32 +0200, Michael Prokop wrote:

  - how would bootid work with integrating multiple-grml on the same
  USB?
 
  grml2usb takes care of it.
  Basically the process is:
  If no /conf/bootid.txt is present, generate a random id and write it
  to /conf/bootid.txt.
  Read /conf/bootid.txt and adjust the bootid parameter for every
  specified iso.
 
 Thanks for the reply.
 
 OK, if I build my own flavour of grml via grml-live, and I want to
 install it to the same USB key that an official flavour of grml has
 been installed, would it be possible?
 
 According to the above, it seems impossible to me because there is only
 one /conf/bootid.txt file on the USB key and the content in mine would
 be different than the official one.
 
 grml2usb generates the bootid for you, so it's supposed to just work
 for your own flavour of grml. If it doesn't work it's a bug.

Sorry I still don't get it.

Say when grml2usb installing grml-small and generates a bootid of grml-
small-123. Then when grml2usb installing my own flavour of grml, it 
generates another bootid of my-own-456. Now grml-small expect that the 
bootid is grml-small-123, and mine being my-own-456. My understand is 
that only one of them can boot now. which part I've figured wrong?

Thanks

-- 
Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/

___
Grml mailing list - Grml@mur.at
http://lists.mur.at/mailman/listinfo/grml
join #grml on irc.freenode.org
grml-devel-blog: http://grml.supersized.org/


[Grml] grml-live, specifying GRML_LIVE_SOURCES

2010-07-21 Thread T o n g
Hi,

Is it possible to *add to* current GRML_LIVE_SOURCES setting? 

I tried, 

GRML_LIVE_SOURCES=$GRML_LIVE_SOURCES
# debian multimedia
deb http://www.debian-multimedia.org sid main non-free
. . .


but got 

 /etc/grml/grml-live.local: line 29: GRML_LIVE_SOURCES: unbound variable

then I realized that the grml-live.local should be in python syntax, 
which I don't know. 

Please help. 
Thanks

___
Grml mailing list - Grml@mur.at
http://lists.mur.at/mailman/listinfo/grml
join #grml on irc.freenode.org
grml-devel-blog: http://grml.supersized.org/