根文件系统基于 ZFS 的 Arch Linux
准备
gpg --auto-key-retrieve --keyserver hkps://keyserver.ubuntu.com --verify alpine-extended-*.asc dd if=input-file of=output-file bs=1Msetup-interfaces -r # 必须使用选项 "-r" 才能正确启动网络服务 # 示例: network interface: wlan0 WiFi name: <ssid> ip address: dhcp <按回车键以完成网络设置> manual netconfig: nsetup-sshd # 示例: ssh server: openssh allow root: "prohibit-password" 或 "yes" ssh key: "none" 或 "<公钥>"setup-ntp busyboxsetup-apkreposapk update apk add eudev setup-devd udevfind /dev/disk/by-id/DISK='/dev/disk/by-id/ata-FOO /dev/disk/by-id/nvme-BAR'DISK='/dev/disk/by-id/disk1'MNT=$(mktemp -d)SWAPSIZE=4RESERVE=1apk add zfsapk add parted e2fsprogs cryptsetup util-linux
系统安装
系统配置
引导加载器
最后更新于