Changeset 2131 in MondoRescue
- Timestamp:
- Jan 24, 2009, 11:37:47 PM (16 years ago)
- Location:
- branches/2.2.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.8/mindi/parted2fdisk.pl
r2087 r2131 7 7 # 8 8 # Aims to be architecture independant (i386/ia64) 9 # Tested on RHAS 2.1 ia64 - Mandrake 9.0 ia64 - RHAS 3.0 ia64- SLES 109 # Tested on ia64 with RHAS 2.1 - Mandrake 9.0 - RHEL 3.0 - SLES 10 10 10 # 11 11 # (c) Bruno Cornec <Bruno.Cornec@hp.com> -
branches/2.2.8/mondo/src/common/libmondo-devices.c
r2104 r2131 2205 2205 strcpy(tmp, 2206 2206 call_program_and_get_last_line_of_output 2207 ("LANGUAGE=C df -m -P -x nfs -x nfs4 -x vfat -x ntfs -x ntfs-3g -x smbfs -x smb -x cifs -x afs -x gfs -x ocfs -x ocfs2 -x mvfs -x nsspool -x nssvol | sed 's/ /devdev/' | tr -s '\t' ' ' | grep -vE \"none|Filesystem|/dev/shm\" | awk '{printf \"%s %s\\n\", $4, $6;}' | sort -n | tail -n1 | awk '{print $NF;}'"));2207 ("LANGUAGE=C df -m -P -x nfs -x nfs4 -x vfat -x ntfs -x ntfs-3g -x smbfs -x smb -x cifs -x afs -x gfs -x ocfs -x ocfs2 -x mvfs -x nsspool -x nssvol -x iso9660| sed 's/ /devdev/' | tr -s '\t' ' ' | grep -vE \"none|Filesystem|/dev/shm\" | awk '{printf \"%s %s\\n\", $4, $6;}' | sort -n | tail -n1 | awk '{print $NF;}'")); 2208 2208 #endif 2209 2209
Note:
See TracChangeset
for help on using the changeset viewer.