Re: [Gta04-owner] [PATCH] makesd: device safety check

2018-03-03 Thread Adrien Dorsaz
Thanks, that make sense :) As DEV is already read as an environment variable, I think we even don't need the "~/.makesd.conf" file as the user will just need to use command like "export DEV=/dev/sdx" to set a default value for all calls to makesd. Regards, Adrien Le jeu 1 mar 2018 à 18:22,

[Gta04-owner] [PATCH] makesd: device safety check

2018-03-01 Thread Andreas Kemnade
do not automatically use /dev/sdc if no device is specified instead print usage and an error message. Signed-off-by: Andreas Kemnade --- makesd | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/makesd b/makesd index 16767c8..4b0e6c4 100755 --- a/makesd +++ b/makesd @@ -15