BTS

Issue664

Title grml-live: Support $VISUAL
Priority bug Status resolved
Superseder Nosy List ft, mika
Assigned To mika Topics

Created on 2009-04-17.18:10:54 by ft, last changed 2009-05-29.12:01:10 by mika.

Files
File name Uploaded Type Edit Remove
0001-Support-VISUAL-and-fall-back-to-vi-is-EDITOR-is-empt.patch ft, 2009-04-17.18:10:53 text/x-diff
Messages
msg2256 (view) Author: mika Date: 2009-05-29.12:01:09
We believe that your issue has been closed by the upload of
Version 0.9.17 of grml-live from Michael Prokop <mika@grml.org>.
The explanation is attached below

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

Format: 1.8
Date: Fri, 29 May 2009 12:55:05 +0200
Source: grml-live
Binary: grml-live grml-live-addons
Architecture: source all
Version: 0.9.17
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
 grml-live-addons - templates/boot/addons for grml-live
Changes: 
 grml-live (0.9.17) unstable; urgency=low
 .
   [ Frank Terbeck ]
   * grml-live-remaster: Support $VISUAL and fall back to 'vi' if
     EDITOR is empty. [Closes: issue664]
 .
   [ Michael Prokop ]
   * Mention speakup.synth=... and hwspeak in grml-cheatcodes.txt.
   * 15-initsetup: warn if /etc/runlevel.conf (and therefore live-rc)
     does not exist and skip rest of the script then.
   * Software related changes:
     - Drop package snort from GRML_FULL and all the workarounds for it.
       It's once again uninstallable in Debian/unstable.
     - Drop package sing from GRML_FULL (removed from Debian, see #530487).
     - Drop package nemesis from GRML_FULL (unmaintained upstream and
       uninstallable in Debian, see #423201 and #529508).
     - Drop package paketto from GRML_FULL (removed from Debian, see #530486).
     - Drop package ifupdown-scripts-zg2 from GRML_FULL.
   * Set APT_LISTCHANGES_FRONTEND and APT_LISTBUGS_FRONTEND to 'none'
     on upgrade actions in /etc/grml/fai/config/hooks/instsoft.GRMLBASE.
   * Update /boot/grub/* files in build output on every invocation of
     grml-live (as we do it for isolinux stuff too), so the variables
     inside menu.cfg are up2date if rebuilding the ISO. [Testing: issue676]
   * Use variable for $FLAVOUR.squashfs in grub's menu.lst as well.
Checksums-Sha1: 
 0fcf96b019f214d0e922f930be63d01837f2503b 901 grml-live_0.9.17.dsc
 00d3b1cd0d00220092395989464dece1a288a6ba 7000184 grml-live_0.9.17.tar.gz
 02bb3122ddcf2d3cdf9dfc7e14bd6eb1514270cd 271574 grml-live_0.9.17_all.deb
 054d4f61109db957c17a2a535038b07a09f3577c 6751270 grml-live-addons_0.9.17_all.deb
Checksums-Sha256: 
 ae2e4aa744de9b5b25b6afd7e339d3687893878b375798c0fe960dd6bdbd2e45 901 grml-live_0.9.17.dsc
 6696d8b3ea303737c4c5e422f2128bf9f7d2d5dea729b6cfcebeb36ee69e6391 7000184 grml-live_0.9.17.tar.gz
 935e6cdc038eff258539fc66350beaca851b2ff4ff7d1bbdbdddde0e0051d6c2 271574 grml-live_0.9.17_all.deb
 3f3132d56b34bf3a94b8ba48ff70881c9942916a3cf4f5e74c54befb8ed6aee5 6751270 grml-live-addons_0.9.17_all.deb
Files: 
 65419319e7cc4f9563ab37432e310802 901 grml extra grml-live_0.9.17.dsc
 00d33386821c4b4340bc47181fec50f5 7000184 grml extra grml-live_0.9.17.tar.gz
 fa90f4fdefe7d6617432c718bebea8a5 271574 grml extra grml-live_0.9.17_all.deb
 832a77e299881456cd823b671f70384e 6751270 grml extra grml-live-addons_0.9.17_all.deb

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

iD8DBQFKH8wm2N9T+zficugRAlqFAJ9r2Y90xry5m231qQAr0npozRxJvwCfb1Ug
Q9fwr+y9QhKVVSkq/jT81xc=
=1i4k
-----END PGP SIGNATURE-----
msg2244 (view) Author: mika Date: 2009-05-20.21:27:09
Thanks for the fix, Frank! Applied and pushed.

thx && regards,
-mika-
msg2184 (view) Author: ft Date: 2009-04-17.18:10:53
The grml-live-remaster script does not support $VISUAL, and it does
not provide a fallback if $EDITOR is empty or unset.

Attached patch cures that.
Again, I can just push that out if the patch is okay.

Regards, Frank
History
Date User Action Args
2009-05-29 12:01:10mikasetstatus: fixed-in-git -> resolved
nosy: mika, ft
messages: + msg2256
2009-05-20 21:27:15mikasetnosy: mika, ft
assignedto: mika
2009-05-20 21:27:09mikasetstatus: unread -> fixed-in-git
nosy: mika, ft
messages: + msg2244
2009-04-17 18:11:10ftsetpriority: bug
nosy: mika, ft
2009-04-17 18:10:54ftcreate