minor correction and first shot of disk configuration to base future works

This commit is contained in:
levasseur
2022-02-21 18:48:57 +01:00
parent b9fc8ed51c
commit e8c6f46572
7 changed files with 52 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ get_os_version()
unset maj min
fi
# Return values on standard stdout
# Return values on stdout
echo ${ID,,} ${VERSION_ID} ${VERSION_CODENAME,,}
)
}