BTS

Issue552

Title grml-live grub menu amend
Priority feature Status resolved
Superseder Nosy List mika, suntong
Assigned To mika Topics grml-live

Created on 2008-10-12.16:25:55 by suntong, last changed 2008-10-25.10:30:48 by mika.

Messages
msg1619 (view) Author: mika Date: 2008-10-25.10:30:44
We believe that your issue has been closed by the upload of
Version 0.9.5 of grml-live from Michael Prokop <mika@grml.org>.
The explanation is attached below

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 25 Oct 2008 12:18:37 +0200
Source: grml-live
Binary: grml-live
Architecture: source all
Version: 0.9.5
Distribution: unstable
Urgency: low
Maintainer: Michael Prokop <mika@grml.org>
Changed-By: Michael Prokop <mika@grml.org>
Description: 
 grml-live  - build system for creating a grml (based) live-cd
Changes: 
 grml-live (0.9.5) unstable; urgency=low
 .
   * Drop "root (cd)" from grub/menu.lst. Thanks, Tong Sun. [Closes: issue552]
   * Drop xserver-xorg-video-newport from all flavours.
   * Replace all unzoo package references with zoo, see #497775.
   * Handle policy-rc.d in /etc/grml/fai/config/hooks/updatebase.GRMLBASE
     because we have to skip FAI's updatebase task and lack /proc therefore.
     New packages that are being installed and want to start any daemons
     might fail, let's try to do our best to avoid that.
   * Try to get rid of any hanging $CHROOT_OUTPUT/dev[/pts] mountpoints.
   * Drop clamav-getfiles from GRML_FULL.
   * Update debian/control:
     - move from XS-Vcs-* to Vcs-*
     - use Build-Depends-Indep
Checksums-Sha1: 
 22669a5353931730b579778d7ad6c38ce3dbd27e 879 grml-live_0.9.5.dsc
 e30842bc63777290557565749b57eb7055d53a4e 2063405 grml-live_0.9.5.tar.gz
 fb779e0d5cda9f7085408411a799ef97f01f416d 2069826 grml-live_0.9.5_all.deb
Checksums-Sha256: 
 ca2da7716803ac67b90b847649bac0fc724afb0cf76b3ff997d64376c46fb22d 879 grml-live_0.9.5.dsc
 7beac5ec8ef510038340497f39461796aa024c56e816fffe4f2930dd0ea19807 2063405 grml-live_0.9.5.tar.gz
 fc4f789049710508f88463411f7bb6bff89d9853c5ffc0d26647c5bdd3bee8f0 2069826 grml-live_0.9.5_all.deb
Files: 
 8738498f1480909180902e3648ad5383 879 grml extra grml-live_0.9.5.dsc
 4e5b290dbe4492d9adbf5e56371538b5 2063405 grml extra grml-live_0.9.5.tar.gz
 5c69f2f114b4429d07dd4f173962082e 2069826 grml extra grml-live_0.9.5_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJAvQM2N9T+zficugRAuZGAJsEqNEJYZ7OFbAVNOiEgBO0LB7XxwCghHRb
bHT54xaOp0sAHSTfLYsncQ0=
=gwl5
-----END PGP SIGNATURE-----
msg1599 (view) Author: suntong Date: 2008-10-13.16:03:54
thanks!
msg1597 (view) Author: mika Date: 2008-10-13.07:30:49
Thanks, commited:

  http://git.grml.org/?p=grml-live.git;a=commit;h=418933c
msg1595 (view) Author: suntong Date: 2008-10-12.16:25:55
hi, 

Please remove "root (cd)" from the grub/menu.lst from grml-live:

$ diff -wU 1 boot/grub/menu.lst~ boot/grub/menu.lst
--- boot/grub/menu.lst~ 2008-09-28 12:29:14.000000000 -0400
+++ boot/grub/menu.lst  2008-10-11 13:58:39.000000000 -0400
@@ -7,3 +7,2 @@
 timeout 30
-root (cd)
 # color red/blue green/black

It will still work when booted from CD. Most importantly, it will still work
when copied onto HD or USB. 

thanks
History
Date User Action Args
2008-10-25 10:30:48mikasetnosy: mika, suntong
messages: + msg1619
2008-10-13 16:03:55suntongsetstatus: in-progress -> resolved
nosy: mika, suntong
messages: + msg1599
2008-10-13 07:31:01mikasettopic: + grml-live
nosy: mika, suntong
2008-10-13 07:30:51mikasetstatus: unread -> in-progress
assignedto: mika
messages: + msg1597
nosy: + mika
2008-10-12 16:25:55suntongcreate