Author: sparky
Date: Mon Mar  6 12:15:33 2006
New Revision: 7109

Modified:
   ppcrcd/trunk/TODO
   ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/hw-detect
   ppcrcd/trunk/doc/README.usb_boot
Log:
- hw-detect: don't prepare second ppcrcd mount point
- README.usb_boot: real dos partition example


Modified: ppcrcd/trunk/TODO
==============================================================================
--- ppcrcd/trunk/TODO   (original)
+++ ppcrcd/trunk/TODO   Mon Mar  6 12:15:33 2006
@@ -12,6 +12,7 @@
        - md / lvm disks autodetect
        - check what udev can do for me
        - memtest requires rewriting
+       - when using 'fromcd' scripts snouldn't try to umount /media/ppcrcd
 
 * pkgs:
        - diskdruid     - where can I find it ?

Modified: ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/hw-detect
==============================================================================
--- ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/hw-detect      (original)
+++ ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/hw-detect      Mon Mar  6 12:15:33 2006
@@ -79,8 +79,10 @@
 cmdopt nomd || \
        PARTS=$(/usr/lib/ppcrcd/find_md $(< /verbose) | sort)
 
+rcdroot=$(grep /media/ppcrcd /etc/fstab | awk '{print $1}')
 for dev in $PARTS; do
        [ -r $dev ] || continue
+       [ "$rcdroot" == "$dev" ] && continue
        verbose 4 "    +-Checking $dev"
        mnt="/mnt/$(basename $dev)"
        if egrep -q "^$dev[     ]" /tmp/parts.pc; then                  # pc 
partitions

Modified: ppcrcd/trunk/doc/README.usb_boot
==============================================================================
--- ppcrcd/trunk/doc/README.usb_boot    (original)
+++ ppcrcd/trunk/doc/README.usb_boot    Mon Mar  6 12:15:33 2006
@@ -26,7 +26,7 @@
     this way you have rest of disk for use under linux
 
  3. prapare dos partition, it must be FAT:
-       /dev/sda1       1       51      48940   c       W95 FAT32 (LBA)
+       /dev/sda1               1       1011    501425  b  W95 FAT32
 
     format as vfat
        $ mkfs.vfat -n PPCRCD /dev/sda1
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to