.config/2022.vsconfig       |    1 -
 .config/2022_cross.vsconfig |    1 -
 .config/user_steps.winget   |    3 ++-
 3 files changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 6210ab8ae301052f667df9e36ce99d0a9ed78892
Author:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
AuthorDate: Mon Sep 15 14:26:41 2025 +0200
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Tue Sep 16 18:56:44 2025 +0200

    remove git from VS modules (use winget copy instead matching wiki docs)
    
    the versions differ now, and when you try to apply the configuration
    from within git-bash the Visual Studio installation fails because it
    wants to replace bash that is still-in-use.
    
    Also fix a bug in the cloud-init config for the wsl container,
    locked_passwd defaults to true in 24.04, and that effectively disables
    the password, rendering sudo inoperable. (could still run
    "wsl.exe -u root" to login as root and do admin tasks that way)
    
    Alternatively the user could be reconfigured to allow for passwordless
    sudo, but that's a matter of preference, I'm just personally so used to
    always use sudo with password/it is a nice reminder to only change that
    if you know what you're doing/that the container was installed for a
    specific purpose and the user might want to install a second copy for
    other stuff.
    
    PS:
    On Windows Server 2025 the installation using the ubuntu2404.exe alias
    won't work/has to be done manually using
        wsl.exe --install --distribution Ubuntu-24.04
    need some further testing whether that's wider change or specific to
    Windows Server
    
    Change-Id: Ie73fdd14cc692aa22e6bc1de5e7465ca60f8a0cf
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190970
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
    Tested-by: Jenkins

diff --git a/.config/2022.vsconfig b/.config/2022.vsconfig
index a93f904db668..d3d985eebf0e 100644
--- a/.config/2022.vsconfig
+++ b/.config/2022.vsconfig
@@ -4,7 +4,6 @@
     "Microsoft.VisualStudio.Workload.CoreEditor",
     "Microsoft.VisualStudio.Workload.NativeDesktop",
     "Microsoft.Net.Component.4.8.SDK",
-    "Microsoft.VisualStudio.Component.Git",
     "Microsoft.VisualStudio.Component.VC.ATL",
     "Microsoft.VisualStudio.Component.VC.CMake.Project",
     "Microsoft.VisualStudio.Component.VC.Llvm.Clang",
diff --git a/.config/2022_cross.vsconfig b/.config/2022_cross.vsconfig
index 7069eb1f441a..27dccf32b44e 100644
--- a/.config/2022_cross.vsconfig
+++ b/.config/2022_cross.vsconfig
@@ -4,7 +4,6 @@
     "Microsoft.VisualStudio.Workload.CoreEditor",
     "Microsoft.VisualStudio.Workload.NativeDesktop",
     "Microsoft.Net.Component.4.8.SDK",
-    "Microsoft.VisualStudio.Component.Git",
     "Microsoft.VisualStudio.Component.VC.ATL",
     "Microsoft.VisualStudio.Component.VC.CMake.Project",
     "Microsoft.VisualStudio.Component.VC.ATL.ARM64",
diff --git a/.config/user_steps.winget b/.config/user_steps.winget
index 536f6388be3b..9c134f3a6236 100644
--- a/.config/user_steps.winget
+++ b/.config/user_steps.winget
@@ -199,7 +199,8 @@ properties:
           users:
             - name: ubuntu
               # ubuntu
-              password: 
"$6$exDY1mhS4KUYCE/2$zmn9ToZwTKLhCw.b4/b.ZRTIZM30JZ4QrOQ2aOXJ8yk96xpcCof0kxKwuX1kqLG/ygbJ1f8wxED22bTL4F46P0"
+              passwd: 
"$6$exDY1mhS4KUYCE/2$zmn9ToZwTKLhCw.b4/b.ZRTIZM30JZ4QrOQ2aOXJ8yk96xpcCof0kxKwuX1kqLG/ygbJ1f8wxED22bTL4F46P0"
+              lock_passwd: false
               groups: [user, adm, dialout, cdrom, floppy, sudo, audio, dip, 
video, plugdev, netdev]
               shell: /bin/bash
 

Reply via email to