From 082eef2735cbda7d53833ef7644e600368bfacd4 Mon Sep 17 00:00:00 2001 From: Noa Himesaka Date: Sat, 1 Oct 2022 11:16:46 +0900 Subject: [PATCH] fixes and motd edit --- .github/workflows/BuildArchIso.yml | 5 +++-- archiso/airootfs/etc/motd | 4 ++-- archiso/airootfs/usr/local/bin/Installation_guide | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/BuildArchIso.yml b/.github/workflows/BuildArchIso.yml index 17d38bb..a013414 100644 --- a/.github/workflows/BuildArchIso.yml +++ b/.github/workflows/BuildArchIso.yml @@ -46,13 +46,14 @@ jobs: with: files: | ${{ github.workspace }}/out/archlinux-t2-*.iso - tag_name: ${{ steps.create_tag.outputs.tag }} - Release Onimai - name: archlinux-t2mac-${{ steps.create_tag.outputs.tag }}-x86_64 + tag_name: ${{ steps.create_tag.outputs.tag }} + name: archlinux-t2mac-${{ steps.create_tag.outputs.tag }}-x86_64 - Release Onimai draft: ${{ contains(github.event.head_commit.message, '[draft]') }} prerelease: ${{ contains(github.event.head_commit.message, '[prerel]') }} body: | This release features Mahiro Oyama from [ONIMAI: I'm Now Your Sister!](https://kodansha.us/series/onimai-im-now-your-sister/), celebrating announcement of anime adaptation! Every major release will feature new anime/manga and minor releases will have different characters! + Note that Arch ISO release follows kernel release name. Follow [this guide](https://wiki.t2linux.org/distributions/arch/installation/) using this ISO to install Arch on your T2 Mac env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/archiso/airootfs/etc/motd b/archiso/airootfs/etc/motd index 4d9eda1..b7b7726 100644 --- a/archiso/airootfs/etc/motd +++ b/archiso/airootfs/etc/motd @@ -1,5 +1,5 @@ -To install Arch Linux follow the installation guide: -https://wiki.archlinux.org/title/Installation_guide +To install Arch Linux on your Mac follow the installation guide: +https://wiki.t2linux.org/distributions/arch/installation/ For Wi-Fi, authenticate to the wireless network using the iwctl utility. For mobile broadband (WWAN) modems, connect with the mmcli utility. diff --git a/archiso/airootfs/usr/local/bin/Installation_guide b/archiso/airootfs/usr/local/bin/Installation_guide index 4266754..b788649 100755 --- a/archiso/airootfs/usr/local/bin/Installation_guide +++ b/archiso/airootfs/usr/local/bin/Installation_guide @@ -2,4 +2,4 @@ # # SPDX-License-Identifier: GPL-3.0-or-later -exec lynx 'https://wiki.archlinux.org/title/Installation_guide' +exec lynx 'https://wiki.t2linux.org/distributions/arch/installation/'