#author("2023-12-30T02:27:33+09:00","","")
#author("2023-12-30T02:43:42+09:00","","")
[[Computer/Linux/CentOS]]

*CentOS 9Stream [#qa7f657a]

**インストーラの作成 [#c9bef5fe]

-https://www.aizulab.com/blog/mac-linux-bootable-usb/

 $ diskutil unMountDisk /dev/disk?
 $ hdiutil convert -format UDRW -o LinuxOS.img LinuxOS.iso
 $ sudo dd if=LinuxOS.img.dmg of=/dev/disk? bs=1m

**CentOS 8 Streamからのアップグレード [#k5b2e0b7]

+sudo dnf update -y
+sudo dnf repoquery --unneeded
+sudo dnf repoquery --extras
+sudo dnf remove -y xxx
+sudo dnf install -y \
--http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/centos-stream-repos-9.0-18.el9.noarch.rpm \
--http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/centos-stream-release-9.0-18.el9.noarch.rpm \
--http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/centos-gpg-keys-9.0-18.el9.noarch.rpm
+dnf -y --releasever=9-stream --allowerasing --setopt=deltarpm=false distro-sync
+rpmdb --rebuilddb
+dnf clean packages

***参考 [#y0cb2ef3]

-https://ahelpme.com/linux/centos-stream-9/how-to-upgrade-to-centos-stream-9-from-centos-stream-8/
-https://ahelpme.com/linux/centos-stream-9/network-installation-of-centos-stream-9-20220606-0-minimal-server-installation/
-https://level69.net/archives/32147

-https://twinturbo-power.com/2023/06/centos-stream-8をstream-9にアップグレードしてみた.html

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS