From 36dc1b7a2ea44321a2c233fd7ea576ed516d4ccc Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 1 Dec 2023 21:39:58 -0600 Subject: Add 'rootshell' key to determine root's shell * Key added to code and documentation. * Tests added and pass locally on gwyn (ppc64) and fran (aarch64). * Qt UI automatically sets /bin/zsh as root's shell (ref: packages#206). * ISO image creator backend no longer has root shell hack. --- image/backends/iso.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'image/backends') diff --git a/image/backends/iso.cc b/image/backends/iso.cc index 8ef4503..52f0367 100644 --- a/image/backends/iso.cc +++ b/image/backends/iso.cc @@ -303,11 +303,6 @@ public: output_info("CD backend", "creating live environment /etc/fstab"); if(!write_fstab_to(target)) return FS_ERROR; - /* REQ: ISO.13 */ - output_info("CD backend", "setting root shell"); - run_command("sed", {"-i", "s#/root:/bin/sh$#/root:/bin/zsh#", - target + "/etc/passwd"}); - /* REQ: ISO.15 */ output_info("CD backend", "configuring login services"); run_command("sed", {"-i", "s/pam_unix.so$/pam_unix.so nullok_secure/", -- cgit v1.2.3-70-g09d2