]> hackdaworld.org Git - hdw-linux/hdw-linux.git/commitdiff
documentation updated / fixed & updated cdrtools / fixed coreutils
authorhackbard <hackbard>
Fri, 13 Aug 2004 11:34:10 +0000 (11:34 +0000)
committerhackbard <hackbard>
Fri, 13 Aug 2004 11:34:10 +0000 (11:34 +0000)
doc/BUILD
doc/CHANGELOG
doc/INSTALL
packages/base/coreutils/coreutils
packages/hackbard/cdrtools/cdrtools
packages/hackbard/cdrtools/u8.patch

index 3dcb36d5fbc1a7b1dbc44e646ecdf1587da477f1..06f6b83eb77d15b7bbfc9abb42e79aaddd14f1b8 100644 (file)
--- a/doc/BUILD
+++ b/doc/BUILD
@@ -16,6 +16,7 @@ requirements:
 - wget, cvs
 - internet connection, or local server using -mirror option
 - kernel with devfs support for versions <= 0.2
 - wget, cvs
 - internet connection, or local server using -mirror option
 - kernel with devfs support for versions <= 0.2
+- at least kernel version 2.6 with hotplug support for versions > 0.2
 - a not used partition (900mb-3gb) for building. 250-900mb for sources
   depending on the selected target
 - x86 hardware for default users, any hardware for development ;)
 - a not used partition (900mb-3gb) for building. 250-900mb for sources
   depending on the selected target
 - x86 hardware for default users, any hardware for development ;)
index be9ce1c1a5170211b2ecbdb5b523a80b017d1dbf..124af6336a8a2ffab6d9765ff6fb15ed9df1e18d 100644 (file)
@@ -1,3 +1,9 @@
+*) 2004-08-13
+
+- cdrtools update/fix
+- coreutils fixes (cut,tr got ot /bin)
+- documentation update
+
 *) 2004-08-12
 
 - small fix to INSTALL documentation + build qt licq frontend
 *) 2004-08-12
 
 - small fix to INSTALL documentation + build qt licq frontend
index 54f52f4d616dbb057ee260852098f20fc25634d8..c855d9ac2348051dfcb86272b521a9521405dfd0 100644 (file)
@@ -15,6 +15,8 @@ offer the binaries of the latest stable release on hackdaworld.dyndns.org,
 mirrors appreciated! finally some configuration issues are discussed and the
 system is prepared for reboot.
 
 mirrors appreciated! finally some configuration issues are discussed and the
 system is prepared for reboot.
 
+for both ways you will need kernel 2.6 running to do the chroot later on!
+
 here we go ...
 
 1. way - hdw-distro ready @ $hdw_build_dir
 here we go ...
 
 1. way - hdw-distro ready @ $hdw_build_dir
@@ -112,7 +114,7 @@ final steps
 | mount /proc ; mount /sys  (when you think its needed)                    | 
 |--------------------------------------------------------------------------|
 
 | mount /proc ; mount /sys  (when you think its needed)                    | 
 |--------------------------------------------------------------------------|
 
-- chroot to your new build system and compile a new kernel
+- chroot to your new build system and compile a new kernel.
   (you have to do this if you are not booting via nfsroot!)
        
        example:
   (you have to do this if you are not booting via nfsroot!)
        
        example:
index 6b4ae9838f1a5d9025efddde190d593b075ccbe0..1d90999533ef9c9f2d6f380fdd4d044c8badabaa 100644 (file)
@@ -17,7 +17,7 @@ if [ "$hdw_status" = "2" ] ; then
                        dir dircolors du date echo false head \
                        install ln ls mkdir mkfifo mknod mv pwd \
                        rm rmdir shred sync sleep stty su test \
                        dir dircolors du date echo false head \
                        install ln ls mkdir mkfifo mknod mv pwd \
                        rm rmdir shred sync sleep stty su test \
-                       touch true uname vdir; do
+                       touch true uname vdir tr cut; do
                                [ -f $prefix/bin/$i ] && \
                                mv $prefix/bin/$i $root/bin
                done
                                [ -f $prefix/bin/$i ] && \
                                mv $prefix/bin/$i $root/bin
                done
index 247ea94ae41478d8ef6767e56385f319f565653e..59dd0ec65a9b8ee761e82b081a7944bba039e70f 100644 (file)
@@ -2,9 +2,9 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 2.01a33
+# [V] 2.01a36
 # [S] 3-1
 # [S] 3-1
-# [D] cdrtools-2.01a33.tar.bz2 ftp://ftp.berlios.de/pub/cdrecord/alpha/ 
+# [D] cdrtools-2.01a36.tar.bz2 ftp://ftp.berlios.de/pub/cdrecord/alpha/ 
 
 make_conf="$make_conf INS_BASE=$prefix DEFINSUSR=root DEFINSGRP=root"
 install_conf="$install_conf INS_BASE=$prefix DEFINSUSR=root DEFINSGRP=root"
 
 make_conf="$make_conf INS_BASE=$prefix DEFINSUSR=root DEFINSGRP=root"
 install_conf="$install_conf INS_BASE=$prefix DEFINSUSR=root DEFINSGRP=root"
index 6b1d87309f532830137fbc520838f07645b0d78a..5d39f475095b32c88e8f13084e31405f3fe61aae 100644 (file)
@@ -1,11 +1,14 @@
---- ./libscg/scsi-linux-sg.c.orig      2004-07-14 14:16:39.000000000 +0200
-+++ ./libscg/scsi-linux-sg.c   2004-07-14 14:18:21.000000000 +0200
-@@ -65,6 +65,9 @@
+--- ./libscg/scsi-linux-sg.c.orig      2004-08-13 14:21:18.092637976 +0200
++++ ./libscg/scsi-linux-sg.c   2004-08-13 14:23:28.209857152 +0200
+@@ -65,6 +65,12 @@
  
  #if LINUX_VERSION_CODE >= 0x01031a /* <linux/scsi.h> introduced in 1.3.26 */
  #if LINUX_VERSION_CODE >= 0x020000 /* <scsi/scsi.h> introduced somewhere. */
 +#if LINUX_VERSION_CODE >= 0x020600 /* header changes for kernel >= 2.6 */
  
  #if LINUX_VERSION_CODE >= 0x01031a /* <linux/scsi.h> introduced in 1.3.26 */
  #if LINUX_VERSION_CODE >= 0x020000 /* <scsi/scsi.h> introduced somewhere. */
 +#if LINUX_VERSION_CODE >= 0x020600 /* header changes for kernel >= 2.6 */
++#define __KERNEL__
++#include <linux/compiler.h>
 +#include <asm/types.h>
 +#include <asm/types.h>
++#undef __KERNEL__
 +#endif
  /* Need to fine tune the ifdef so we get the transition point right. */
  #include <scsi/scsi.h>
 +#endif
  /* Need to fine tune the ifdef so we get the transition point right. */
  #include <scsi/scsi.h>