diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-06-25 23:54:28 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-06-25 23:54:28 +0200 |
commit | 670e470543e02937979e1c879d97f474d5b6fbd1 (patch) | |
tree | e6727b7f085e137eb6924567518fd489b2ca7aea /test | |
parent | 319c6700165dc38d7f813ff646bff0196f2aafe6 (diff) |
add ata_id to read serial numbers from ATA drives
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'test')
-rwxr-xr-x | test/simple-build-check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simple-build-check.sh b/test/simple-build-check.sh index b653185b26..b5a0dcdaa1 100755 --- a/test/simple-build-check.sh +++ b/test/simple-build-check.sh @@ -1,6 +1,6 @@ #/bin/sh -EXTRAS="extras/chassis_id extras/scsi_id extras/volume_id extras/run_directory" +EXTRAS="extras/chassis_id extras/scsi_id extras/ata_id extras/volume_id extras/run_directory" [ -z "$KERNEL_DIR" ] && KERNEL_DIR=/lib/modules/`uname -r`/build echo KERNEL_DIR: "$KERNEL_DIR" |