diff --git a/src/steps/os/linux.rs b/src/steps/os/linux.rs index 24a364ef..3551c6eb 100644 --- a/src/steps/os/linux.rs +++ b/src/steps/os/linux.rs @@ -1190,6 +1190,11 @@ mod tests { test_template(include_str!("os_release/gentoo"), Distribution::Gentoo); } + #[test] + fn test_funtoo() { + test_template(include_str!("os_release/funtoo"), Distribution::Gentoo); + } + #[test] fn test_exherbo() { test_template(include_str!("os_release/exherbo"), Distribution::Exherbo); diff --git a/src/steps/os/os_release/funtoo b/src/steps/os/os_release/funtoo new file mode 100644 index 00000000..f9be5bce --- /dev/null +++ b/src/steps/os/os_release/funtoo @@ -0,0 +1,6 @@ +ID="funtoo" +NAME="Funtoo" +PRETTY_NAME="Funtoo Linux" +ANSI_COLOR="0;34" +HOME_URL="https://www.funtoo.org" +BUG_REPORT_URL="https://bugs.funtoo.org"