Update scripts to really replace rust coreutils with GNU coreutils

This commit is contained in:
PikachuEXE
2026-05-20 16:12:29 +08:00
parent af5f71b4d4
commit 785d124a70
3 changed files with 14 additions and 40 deletions
+3 -3
View File
@@ -8,7 +8,7 @@ export DISABLE_SYSLOG=${DISABLE_SYSLOG:-0}
export DISABLE_SSH=${DISABLE_SSH:-0}
export DISABLE_CRON=${DISABLE_CRON:-0}
# Ubuntu 26.04+ ships uutils-coreutils (Rust) and sudo-rs (Rust) by default.
# Set INSTALL_GNU_COREUTILS=1 to replace them with GNU Coreutils and
# traditional sudo. Has no effect on Ubuntu releases prior to 26.04.
# Ubuntu 26.04+ ships uutils-coreutils (Rust) by default.
# Set INSTALL_GNU_COREUTILS=1 to replace them with GNU Coreutils.
# Has no effect on Ubuntu releases prior to 26.04.
export INSTALL_GNU_COREUTILS=${INSTALL_GNU_COREUTILS:-0}