SOURCES: anaconda-pld.patch - fix badblocks path

glen glen at pld-linux.org
Wed May 24 18:48:36 CEST 2006


Author: glen                         Date: Wed May 24 16:48:36 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix badblocks path

---- Files affected:
SOURCES:
   anaconda-pld.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/anaconda-pld.patch
diff -u SOURCES/anaconda-pld.patch:1.1 SOURCES/anaconda-pld.patch:1.2
--- SOURCES/anaconda-pld.patch:1.1	Fri Apr 29 00:34:14 2005
+++ SOURCES/anaconda-pld.patch	Wed May 24 18:48:31 2006
@@ -1,4 +1,3 @@
-diff -r -u anaconda-10.2.0.52-old/scripts/getkeymaps anaconda-10.2.0.52/scripts/getkeymaps
 --- anaconda-10.2.0.52-old/scripts/getkeymaps	2004-05-20 03:00:03.000000000 +0200
 +++ anaconda-10.2.0.52/scripts/getkeymaps	2005-04-24 16:34:23.401958968 +0200
 @@ -37,7 +37,7 @@
@@ -10,3 +9,14 @@
      $READMAP $TMPDIR/`basename $n .map.gz`.map
    done
  done
+--- anaconda-11.0.5/fsset.py~	2006-03-13 21:12:36.000000000 +0200
++++ anaconda-11.0.5/fsset.py	2006-05-24 19:47:33.500294489 +0300
+@@ -203,7 +203,7 @@
+             w = None
+         
+         devicePath = entry.device.setupDevice(chroot)
+-        args = [ "/usr/sbin/badblocks", "-vv", devicePath ]
++        args = [ "/sbin/badblocks", "-vv", devicePath ]
+ 
+         # entirely too much cutting and pasting from ext2FormatFileSystem
+         fd = os.open("/dev/tty5", os.O_RDWR | os.O_CREAT | os.O_APPEND)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/anaconda-pld.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list