[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#679798: marked as done (expert option does not set installer priority on Pegasos)



Your message dated Fri, 06 Jul 2012 00:47:10 +0000
with message-id <E1SmwhS-0004un-3T@franck.debian.org>
and subject line Bug#679798: fixed in debian-cd 3.1.9
has caused the Debian Bug report #679798,
regarding expert option does not set installer priority on Pegasos
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
679798: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679798
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: debian-cd
Tags: d-i wheezy sid patch
Severity: normal


Choosing 'expert' option does not set the installer priority on Pegasos.
The attached patch also adds 'auto' option.

Milan
Index: data/wheezy/pegasos/pegasos
===================================================================
--- data/wheezy/pegasos/pegasos	(revision 2348)
+++ data/wheezy/pegasos/pegasos	(working copy)
@@ -9,7 +9,7 @@
 \
 \ boot menu stuff
 \
-: my-max-boot-num 4 ;
+: my-max-boot-num 5 ;
 : my-boot-default 1 ;
 : my-boot-delay d# 300 ; \ unit = 100 ms
 : my-print-menu ( -- )
@@ -30,16 +30,18 @@
   ." 1: install"   						cr
   ." 2: expert"   						cr
   ." 3: rescue"   						cr
-  ." 4: return to OF prompt"					cr
+  ." 4: auto"   						cr
+  ." 5: return to OF prompt"					cr
   ."  "								cr
 ;
 : my-boot-case ( num -- )
   ."  " cr
   case
     1 of " cd install/powerpc/vmlinuz-chrp.initrd --" endof
-    2 of " cd install/powerpc/vmlinuz-chrp.initrd DEBCONF_PRIORITY=low --" endof
+    2 of " cd install/powerpc/vmlinuz-chrp.initrd priority=low --" endof
     3 of " cd install/powerpc/vmlinuz-chrp.initrd rescue/enable=true --" endof
-    4 of " none" endof
+    4 of " cd install/powerpc/vmlinuz-chrp.initrd auto=true priority=critical --" endof
+    5 of " none" endof
   endcase
   $boot
 ;

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: debian-cd
Source-Version: 3.1.9

We believe that the bug you reported is fixed in the latest version of
debian-cd, which is due to be installed in the Debian FTP archive:

debian-cd_3.1.9.dsc
  to main/d/debian-cd/debian-cd_3.1.9.dsc
debian-cd_3.1.9.tar.gz
  to main/d/debian-cd/debian-cd_3.1.9.tar.gz
debian-cd_3.1.9_all.deb
  to main/d/debian-cd/debian-cd_3.1.9_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 679798@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve McIntyre <93sam@debian.org> (supplier of updated debian-cd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 05 Jul 2012 18:32:04 -0600
Source: debian-cd
Binary: debian-cd
Architecture: source all
Version: 3.1.9
Distribution: unstable
Urgency: low
Maintainer: Debian CD Group <debian-cd@lists.debian.org>
Changed-By: Steve McIntyre <93sam@debian.org>
Description: 
 debian-cd  - Tools for building (Official) Debian CD set
Closes: 635260 672941 673656 673975 678064 679798
Changes: 
 debian-cd (3.1.9) unstable; urgency=low
 .
   [ Steve McIntyre ]
   * Add s390x as a known architecture, merging common s390/s390x boot
     setup scripts.
   * Add dependency on xorriso. Closes: #673656
   * Describe discs appropriately depending on the kernel used.
     Closes: #673975
   * Clean up handling of environment variable handling in perl tools.
   * Switch over to working with new task-* metapackages. Closes: #672941
   * Add espeakup to forcd1, so we get speech synthesis for a11y early on full
     CD/DVD sets. Closes: #678064
   * Fix installer priority handling on pegasos. Closes: #679798.
     Thanks to Milan Kupcevic for the patch.
   * Add gtk initrd to hurd-i386 images. Closes: #635260
     Thanks to Samuel Thibault for the patch.
   * Updated all the latest in-use scripts and config in the contrib dir.
Checksums-Sha1: 
 004fe9b34c103160790e04b6df299bf3381b0383 1676 debian-cd_3.1.9.dsc
 8686ebd6cb0d27b24adc77efc4217f1b50ffa3d1 849706 debian-cd_3.1.9.tar.gz
 719eb499d3befce7d4ed404ce89409b7433b9448 857784 debian-cd_3.1.9_all.deb
Checksums-Sha256: 
 98392956e7acc5ad8675aaa0156d7a8ce449b8be08f17bbd3a6a89c06f49ac98 1676 debian-cd_3.1.9.dsc
 caa7413d176e7c03f7f22a880b4cf6fda66ba13ea7df0aec99c03591daba9c0b 849706 debian-cd_3.1.9.tar.gz
 35d3162a3c2c22d37fcb8d42e3332b1f2d4a77741fe4efce304e8dd4ef933d03 857784 debian-cd_3.1.9_all.deb
Files: 
 443de13492719f5493a2ebf6bcfa6dfe 1676 admin extra debian-cd_3.1.9.dsc
 e6e1993e8ce319f1822d12ded523b14d 849706 admin extra debian-cd_3.1.9.tar.gz
 a3ee18893baabc37d6346c768f1972e7 857784 admin extra debian-cd_3.1.9_all.deb

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

iQIcBAEBCAAGBQJP9jPEAAoJEFh5eVc0QmhOhgYP/2MlNyxllLPN6wgywZzIByQz
fDxPaDaVXgi84AomNmoNUk53hASuW3bsfNR/aWJzn2O+1GHKOt8hl7+R40yf4Koo
TCvjqizg8OIMcDdj4SPOwALFpD5tdfWrTdp7wKtUTrCuG2KqcnCA7q0LLmYTF0ob
aWo+1BDmFP98LeVLXeZKtaVk+6dgdW60rguaB4wPNn2F0SGi0hlKd1P2NPosJ1hd
B9+Ptl5EOZ7ykyAkmJQjki6BYTDRlu+/lXIqJmfySWV9493VpKqJWcBXUwPVch4/
Z8kAt2Bm4pY0bkz/3O17tZ7IX+3UalYQ52mk7kzcYPdlNQ1Fhbyj+BXhq5kW23Sk
mM/gBAiqrSv4bEhPQ/V7zZxvbf5as/xeVpmTdXFigscGC7w3jsp0BZPEBrHbIwY1
EkjG5jZi2lOTUVtNXJp48NRXMIKGP1VgbVJMkoexo2hsSHPuPhkUgyNFwttVps7p
KsCepORoOa+18NJQCviTvfxgis9vVrHfB6xZjy1/29lvht81aThXDOGAruGQCl/8
22sF1VfQwBCudbH6rzsF/UHOW76+WDEiqw4Hf35GqMj8nP9Ls0I6jmeBXMlsGNTT
8N61021ab13xjkjkOT5/YuZGAVZ/NLFZx2w1re43iTxcC1+DH3tbEPOA6ZvMferd
LFTH7JnYxCxsQ+pk4OsM
=FjB9
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: