Skip to content

Commit

Permalink
Merge pull request #27 from WhitewaterFoundry/fedora-40
Browse files Browse the repository at this point in the history
Fedora 40
  • Loading branch information
crramirez authored Apr 23, 2024
2 parents fd0b6aa + 9b70f07 commit c546029
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion debootstrap_architecture_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
mkdir rootfs
displayName: 'Creating rootfs folder'
- script: sudo bash create-targz.sh $(ARCH) "$PWD/rootfs" 39
- script: sudo bash create-targz.sh $(ARCH) "$PWD/rootfs" 40
displayName: 'Build image'

- script: |
Expand Down
14 changes: 14 additions & 0 deletions linux_files/os-release-40
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
NAME="Fedora Remix for WSL"
VERSION="40"
ID=fedoraremixforwsl
ID_LIKE=fedora
VERSION_ID=40
PLATFORM_ID="platform:f40"
PRETTY_NAME="Fedora Remix for WSL"
ANSI_COLOR="0;34"
CPE_NAME="cpe:/o:fedoraproject:fedora:40"
HOME_URL="https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL"
SUPPORT_URL="https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL"
BUG_REPORT_URL="https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL/issues"
PRIVACY_POLICY_URL="https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL/blob/master/PRIVACY.md"
FEDORA_REMIX_VERSION=39.0.1

0 comments on commit c546029

Please sign in to comment.