summarylogtreecommitdiffstats
path: root/linux-el.install
diff options
context:
space:
mode:
Diffstat (limited to 'linux-el.install')
-rw-r--r--linux-el.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/linux-el.install b/linux-el.install
new file mode 100644
index 000000000000..73629f2d03f2
--- /dev/null
+++ b/linux-el.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo
+ echo 'WARNING!'
+ echo
+ echo ' Enterprise Linux 8 has very limited support for file systems.'
+ echo ' Check Red Hat’s documentation for details.'
+ echo ' https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_file_systems/overview-of-available-file-systems_managing-file-systems'
+ echo
+ echo ' Zstandard-compressed initramfs is not supported. Use GZip or XZ instead.'
+ echo
+}