Magellan Linux

Diff of /trunk/installer/read_disk.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 765 by niro, Fri Apr 18 20:40:28 2008 UTC revision 766 by niro, Mon Sep 22 22:06:01 2008 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/read_disk.sh,v 1.1 2008-04-18 20:40:28 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/read_disk.sh,v 1.2 2008-09-22 22:06:01 niro Exp $
3    
4  source hwdetection.sh  source hwdetection.sh
5    
# Line 70  query_partition_disk_setup() Line 70  query_partition_disk_setup()
70   done   done
71  }  }
72    
73  ALL_DISKS="$(get_hwinfo disk)"  #ALL_DISKS="$(get_hwinfo disk)"
74    # exclude all ramdisks
75    ALL_DISKS="$(get_hwinfo disk | sed '/\/dev\/ram[0-9].*/d' )"
76  ALL_CDROMS="$(get_hwinfo cdrom)"  ALL_CDROMS="$(get_hwinfo cdrom)"
77    
78  for disk in ${ALL_DISKS}  for disk in ${ALL_DISKS}

Legend:
Removed from v.765  
changed lines
  Added in v.766