You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
livecd-rootfs/live-build/ubuntu-wsl/hooks/01-distribution-conf.chroot

21 lines
366 B

#!/bin/bash -eu
# vi: ts=4 expandtab
#
# Create wsl-distribution.conf for WSL setup
#
source /etc/os-release
cat <<EOF >/etc/wsl-distribution.conf
[oobe]
command = /usr/libexec/wsl-setup
defaultUid = 1000
defaultName = ${NAME}-${VERSION_ID}
[shortcut]
icon = /usr/share/wsl/ubuntu.ico
[windowsterminal]
ProfileTemplate = /usr/share/wsl/terminal-profile.json
EOF