]> git.pld-linux.org Git - packages/anaconda.git/commitdiff
- fix badblocks path
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 24 May 2006 16:48:31 +0000 (16:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anaconda-pld.patch -> 1.2

anaconda-pld.patch

index f8906bf4a82a7d8fbc9790833377044aaf05c1e1..384fb9451c4683f675fa8ff7fda8c98c1d840175 100644 (file)
@@ -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 @@ diff -r -u anaconda-10.2.0.52-old/scripts/getkeymaps anaconda-10.2.0.52/scripts/
      $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)
This page took 0.034302 seconds and 4 git commands to generate.