M #-: Support amzn, sles, sled in onesysprep

pull/252/head
Your Name 3 years ago
parent 6796fa0a7d
commit b87d2c8959
No known key found for this signature in database
GPG Key ID: EB549BADEFD07C53

@ -506,10 +506,10 @@ syscheck()
debian|ubuntu|devuan) debian|ubuntu|devuan)
return 0 return 0
;; ;;
fedora|centos|rhel|almalinux|ol|rocky) fedora|centos|rhel|almalinux|ol|rocky|amzn)
return 0 return 0
;; ;;
opensuse*) opensuse*|sles|sled)
return 0 return 0
;; ;;
freebsd) freebsd)

Loading…
Cancel
Save