Changeset 2070 in MondoRescue
- Timestamp:
- Nov 27, 2008, 10:57:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.8/mindi/mindi
r2069 r2070 719 719 local res currline partition all_partitions ap_orig remaining i j 720 720 721 grep -Evx " *#.*| *none.*" $MY_FSTAB | $AWK '/^\/dev\/[imhs]d||^LABEL=\/|^UUID=/ && !/ fdd|cdr|zip|floppy/ {print $1}'721 grep -Evx " *#.*| *none.*" $MY_FSTAB | $AWK '/^\/dev\/[imhs]d||^LABEL=\/|^UUID=/ && !/\/fdd|\/cdr|\/zip|\/floppy/ {print $1}' 722 722 [ -e "/etc/raidtab" ] && $AWK '/^ *device/ {print $2}' /etc/raidtab 723 723 if [ -e "/vmfs/volumes" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.