diff --git a/device-table.pl b/device-table.pl index 710cf13..30e0c12 100755 --- a/device-table.pl +++ b/device-table.pl @@ -33,7 +33,7 @@ textdomain("multistrap"); $progname = basename($0); $ourversion = &our_version(); # default file from mtd-utils. -$file = "/usr/share/multistrap/device-table.txt"; +$file = "/usr/share/doc/multistrap/examples/device_table.txt"; $dir = `pwd`; chomp ($dir); $dir .= "/tmp/"; @@ -177,7 +177,7 @@ By default, F writes out the device nodes in the current working directory. Use the directory option to write out elsewhere. multistrap contains a default device-table file, use the file option -to override the default F +to override the default F Use the dry-run option to see the commands that would be run.