Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
c57a75e571
2 changed files with 1 additions and 10 deletions
  1. +0
    -9
      package/base/dietlibc/pkg_patch/pkg_wget.patch
  2. +1
    -1
      target/bootdisk/build_stage2.sh

+ 0
- 9
package/base/dietlibc/pkg_patch/pkg_wget.patch

@ -79,12 +79,3 @@
we've written. */
--- ./src/convert.c~ 2003-11-14 12:36:33.000000000 +0100
+++ ./src/convert.c 2003-11-14 12:37:06.000000000 +0100
@@ -600,7 +600,7 @@
*to++ = 'F';
}
}
- assert (to - newname == fsqlen);
+ assert ((to - newname) == fsqlen);
*to = '\0';
file_sans_qmark = newname;

+ 1
- 1
target/bootdisk/build_stage2.sh

@ -10,7 +10,7 @@ mkdir -p mnt/source mnt/target
package_map=' +00-dirtree +glibc22 +glibc23
-automake17 -automake18 -automake19 -gcc34
-linux24-source -linux26-header -linux24 +udev
-linux26-source -linux26-header -linux26
-linux26-source -linux26-header -linux26 -postinstall
-binutils -bin86 -nasm -dietlibc
+grub +lilo +yaboot +aboot
+silo +parted +mac-fdisk +pdisk

Loading…
Cancel
Save