diff options
| author | Alexander Hill <ahill@breadpudding.dev> | 2025-05-05 06:56:09 -0400 |
|---|---|---|
| committer | Alexander Hill <ahill@breadpudding.dev> | 2025-05-05 06:56:09 -0400 |
| commit | 2aeb13e7ee3f70e85f85bae9e77c2d3e1a10f94a (patch) | |
| tree | 822ea1329a85e79b0da07ecf9d31300467c805f3 | |
| parent | d7b549dc9a8ca2132638562c420b0079caa93a6d (diff) | |
Added /etc/pam.d, fixed rustc, and updated Linux
| -rwxr-xr-x | build-chroot.sh | 3 | ||||
| -rw-r--r-- | linux.x86_64.config | 12 |
2 files changed, 9 insertions, 6 deletions
diff --git a/build-chroot.sh b/build-chroot.sh index 328bb4a..8d401fa 100755 --- a/build-chroot.sh +++ b/build-chroot.sh @@ -261,6 +261,7 @@ samu -C build muon -C build install # FIXME: This is enough to get PAM authentication going, but this really should # be reviewed before it is put anywhere important. ~ahill +mkdir -p /etc/pam.d echo "#%PAM-1.0" > /etc/pam.d/system-auth echo "auth required pam_unix.so nullok" >> /etc/pam.d/system-auth echo "account required pam_unix.so" >> /etc/pam.d/system-auth @@ -795,7 +796,7 @@ export MRUSTC_TARGET_VER=$(echo $RUST_VERSION | sed "s/\.[^.]*$//") # later on. ~ahill MRUSTC_STDLIB=$(pwd)/rustc-$RUST_VERSION-src/mrustc-stdlib mkdir -p $MRUSTC_STDLIB -echo "#\![no_core]" > $MRUSTC_STDLIB/lib.rs +echo "#![no_core]" > $MRUSTC_STDLIB/lib.rs echo "[package]" > $MRUSTC_STDLIB/Cargo.toml echo "name = \"mrustc_standard_library\"" >> $MRUSTC_STDLIB/Cargo.toml echo "version = \"0.0.0\"" >> $MRUSTC_STDLIB/Cargo.toml diff --git a/linux.x86_64.config b/linux.x86_64.config index 1c330a6..6cff26a 100644 --- a/linux.x86_64.config +++ b/linux.x86_64.config @@ -1,16 +1,16 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 6.14.2 Kernel Configuration +# Linux/x86 6.14.4 Kernel Configuration # -CONFIG_CC_VERSION_TEXT="clang version 20.1.2 (https://github.com/cbpudding/maplelinux-bootstrap a79add345046b9937519372a8b5cddf19a214b68)" +CONFIG_CC_VERSION_TEXT="Maple clang version 20.1.4 (https://github.com/cbpudding/maplelinux-bootstrap d7b549dc9a8ca2132638562c420b0079caa93a6d)" CONFIG_GCC_VERSION=0 CONFIG_CC_IS_CLANG=y -CONFIG_CLANG_VERSION=200102 +CONFIG_CLANG_VERSION=200104 CONFIG_AS_IS_LLVM=y -CONFIG_AS_VERSION=200102 +CONFIG_AS_VERSION=200104 CONFIG_LD_VERSION=0 CONFIG_LD_IS_LLD=y -CONFIG_LLD_VERSION=200102 +CONFIG_LLD_VERSION=200104 CONFIG_RUSTC_VERSION=0 CONFIG_RUSTC_LLVM_VERSION=0 CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y @@ -486,6 +486,7 @@ CONFIG_HAVE_LIVEPATCH=y CONFIG_X86_BUS_LOCK_DETECT=y # end of Processor type and features +CONFIG_CC_HAS_NAMED_AS_FIXED_SANITIZERS=y CONFIG_CC_HAS_SLS=y CONFIG_CC_HAS_RETURN_THUNK=y CONFIG_CC_HAS_ENTRY_PADDING=y @@ -3710,6 +3711,7 @@ CONFIG_HID_TOPSEED=y # CONFIG_HID_THRUSTMASTER is not set # CONFIG_HID_UDRAW_PS3 is not set # CONFIG_HID_U2FZERO is not set +# CONFIG_HID_UNIVERSAL_PIDFF is not set # CONFIG_HID_WACOM is not set # CONFIG_HID_WIIMOTE is not set # CONFIG_HID_WINWING is not set |
