]> git.pld-linux.org Git - packages/anaconda.git/blob - anaconda-pld.patch
- fix badblocks path
[packages/anaconda.git] / anaconda-pld.patch
1 --- anaconda-10.2.0.52-old/scripts/getkeymaps   2004-05-20 03:00:03.000000000 +0200
2 +++ anaconda-10.2.0.52/scripts/getkeymaps       2005-04-24 16:34:23.401958968 +0200
3 @@ -37,7 +37,7 @@
4  
5  for map in $MAPS ; do 
6   eval find /lib/kbd/keymaps/$PATTERN -name "$map.map*" | while read n; do
7 -    /bin/loadkeys `basename $n .gz` >/dev/null
8 +    /usr/bin/loadkeys `basename $n .gz` >/dev/null
9      $READMAP $TMPDIR/`basename $n .map.gz`.map
10    done
11  done
12 --- anaconda-11.0.5/fsset.py~   2006-03-13 21:12:36.000000000 +0200
13 +++ anaconda-11.0.5/fsset.py    2006-05-24 19:47:33.500294489 +0300
14 @@ -203,7 +203,7 @@
15              w = None
16          
17          devicePath = entry.device.setupDevice(chroot)
18 -        args = [ "/usr/sbin/badblocks", "-vv", devicePath ]
19 +        args = [ "/sbin/badblocks", "-vv", devicePath ]
20  
21          # entirely too much cutting and pasting from ext2FormatFileSystem
22          fd = os.open("/dev/tty5", os.O_RDWR | os.O_CREAT | os.O_APPEND)
This page took 0.042354 seconds and 4 git commands to generate.