You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# apt パッケージのダウンロード先サーバーを変更
## 標準の http://ports.ubuntu.com/ubuntu-ports/ は結構遅いが、残念ながら日本には arm64 向けのパッケージを置いているミラーはない
## 調べたところ https://mirror.yuki.net.uk//ubuntu-ports/ (韓国にあるサーバーらしい) が一番速かったので、とりあえずこれを使う
## ref: https://zenn.dev/tetsu_koba/articles/c980cb3371c4bb
cat <<EOF > /etc/apt/sources.list
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb https://mirror.yuki.net.uk//ubuntu-ports/ focal main restricted
# deb-src https://mirror.yuki.net.uk//ubuntu-ports/ focal main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb https://mirror.yuki.net.uk//ubuntu-ports/ focal-updates main restricted
# deb-src https://mirror.yuki.net.uk//ubuntu-ports/ focal-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb https://mirror.yuki.net.uk//ubuntu-ports/ focal universe
# deb-src https://mirror.yuki.net.uk//ubuntu-ports/ focal universe
deb https://mirror.yuki.net.uk//ubuntu-ports/ focal-updates universe
# deb-src https://mirror.yuki.net.uk//ubuntu-ports/ focal-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb https://mirror.yuki.net.uk//ubuntu-ports/ focal multiverse
Ubuntuのバージョンに関しては22.04に変更してみました
# ベースにする Ubuntu Base 22.04 LTS をダウンロード
wget http://ftp.jaist.ac.jp/pub/Linux/ubuntu-cdimage/ubuntu-base/releases/22.04/release/ubuntu-base-22.04.4-base-arm64.tar.gz
tar xvf ubuntu-base-22.04.4-base-arm64.tar.gz -C usbflash/rootfs/ && rm ubuntu-base-22.04.4-base-arm64.tar.gz
初イシューのためご無礼や無作法などございましたら申し訳ございません。
今更QuaStationと思われてしまうかもしれませんが本makeファイル群を使用してカーネルとrootfsを構築しようとしたのですが、apt系がリポジトリURLが変わっているなどで失敗し、その後の動作が殆ど失敗してしまいます。
リポジトリのURLは自分で新URLに書き換えてみたのですが動作しませんでした。
Ubuntuのバージョンに関しては22.04に変更してみました
ボタンやその他デバイスがほぼ全て利用できるとのことでとても魅力的に感じているのでどうか更新をお願いできないでしょうか。
The text was updated successfully, but these errors were encountered: