diff options
| author | Oliver Tappe | 2007-05-06 22:02:36 +0200 |
|---|---|---|
| committer | Oliver Tappe | 2007-05-06 22:02:36 +0200 |
| commit | e511cb680a4f348930591f93c85c21a73ab608d9 (patch) | |
| tree | 5bcc7cc941bcc06d8f1f08222a8263bd0e11ced3 | |
| parent | * added -S to help (diff) | |
| download | core-e511cb680a4f348930591f93c85c21a73ab608d9.tar.gz core-e511cb680a4f348930591f93c85c21a73ab608d9.tar.xz core-e511cb680a4f348930591f93c85c21a73ab608d9.zip | |
* improved help text some more
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1021 95ad53e4-c205-0410-b2fa-d234c58c8868
| -rwxr-xr-x | initramfs/mkdxsinitrd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/initramfs/mkdxsinitrd b/initramfs/mkdxsinitrd index 485715d9..6dc693de 100755 --- a/initramfs/mkdxsinitrd +++ b/initramfs/mkdxsinitrd @@ -68,8 +68,8 @@ SLX_CONFIG_PATH=@@@SLX_CONFIG_PATH@@@ usage() { echo -e "mkdxsinitrd [-dh] [-k kernel version] [-i path/file] \ -[-f module(s)] [-n module(s)] [-m module(s)] [-r path] [-s theme]\n\ -[-c machine-setup]" +[-f module(s)] [-n module(s)] [-m module(s)] -r path [-s theme]\n\ +[-c machine-setup] -S system_name" echo "OPTIONEN" echo " -c location of client configuration file (machine-setup)" echo " -d use ISC dhclient instead of udhcpcd of busybox" |
