From: Aurelien Aptel Date: Thu, 11 Jun 2020 12:41:33 +0000 (+0200) Subject: README: add note about 123456-fsgqa user creation step X-Git-Tag: v2022.05.01~772 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=59877e5071652b2c5bcb11e922eeb39ad991ef43;p=xfstests-dev.git README: add note about 123456-fsgqa user creation step Signed-off-by: Aurelien Aptel Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/README b/README index f1fac399..d0e23fcd 100644 --- a/README +++ b/README @@ -22,6 +22,9 @@ _______________________ - create fsgqa test user ("sudo useradd -m fsgqa") - create fsgqa group ("sudo groupadd fsgqa") - create 123456-fsgqa test user ("sudo useradd 123456-fsgqa") + this 2nd user creation step can be safely skipped if your system + doesn't support names starting with digits, only a handful of tests + require it. - create fsgqa2 test user ("sudo useradd fsgqa2") ______________________