Lines Matching refs:system
66 system=unknown
68 system=redhat
71 system=suse
74 system=debian
77 system=gentoo
80 system=arch
83 system=slackware
86 system=lfs
89 system=other
213 if [ "$system" = "redhat" ]; then
230 if [ "$system" = "suse" ]; then
247 if [ "$system" = "debian" ]; then
262 if [ "$system" = "gentoo" ]; then
276 if [ "$system" = "debian" -o "$system" = "gentoo" ]; then
296 if [ "$system" = "arch" ]; then
312 if [ "$system" = "lfs" ]; then
398 if [ -n "${TESTBOXSCRIPT_SYSTEM_UUID}" ]; then PARAMS="${PARAMS} --system-uuid '${TESTBOXSCRIPT_SYSTEM_UUID}'"; fi