Last change
on this file since 2587 was 1983, checked in by Bruno Cornec, 17 years ago |
- Remove aux-tools dir in mindi (either scripts moved or removed)
- Remove isolinux and syslinux static files from mindi. Now generated
- Remove lilo support for ia32 now useless in mindi
- Remoce empty directories in rootfs in mindi
- Remove HackSyslinuxFile, CopyBootBFile, FindLiloBinary, FindSensibleBootBFile, MakeSyslinuxMessageFile, MakeLiloConfFile, ReplaceIndividualLine in mindi
- Adds a single MakeBootConfFile function to dynamiclly create needed conf files in mindi
- Avoids error messages when using only mindi with a non-existant /tmp/mondo-restore.cfg
|
-
Property svn:keywords
set to
Id
-
Property svn:unix-mode
set to
755
|
File size:
125 bytes
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 |
|
---|
3 | for dev in hda hdb hdc hdd hde hdf hdg hdh ; do
|
---|
4 | hdparm -u 0 -d 0 /dev/$dev &> /tmp/oid1.log
|
---|
5 | done
|
---|
6 |
|
---|
7 | exit 0
|
---|
Note:
See
TracBrowser
for help on using the repository browser.