1
0
Fork 0

Clarity in fedora setup log, add new section to newlayout
continuous-integration/drone/push Build is failing Details

main
Ambrose Chua 2019-10-30 18:21:16 +08:00
parent d0e12aebc5
commit 890b8a5cee
Signed by: ambrose
GPG Key ID: BC367D33F140B5C2
2 changed files with 7 additions and 3 deletions

View File

@ -5,12 +5,12 @@ sudo dnf install fedpkg ccache
fedpkg clone -a kernel
cd kernel
sudo dnf builddep kernel.spec
git checkout origin/f30 # Didn't work...
git checkout f31
echo CONFIG_KEYBOARD_APPLESPI=y >> kernel-local
./configs/build_configs.sh # Seems optional
./configs/build_configs.sh
make release
fedpkg local
sudo dnf install --nogpgcheck ./x86_64/kernel-*.rpm
sudo dnf install --nogpgcheck ./x86_64/kernel-5.3.8-303.fc31.x86_64.rpm
# ZFS
sudo dnf install http://download.zfsonlinux.org/fedora/zfs-release$(rpm -E %dist).noarch.rpm

View File

@ -31,5 +31,9 @@ This worked fine, until I realised that Fedora's tool `toolbox` doesn't deal wit
Also, I found that Fedora Silverblue has a symlink from `/home` to `/var/home` where the actual home folder is mounted, following conventions. This is neat, I'm going to see if I can use this as a mount point.
## Experiment 2: Moved Mountpoint to /var/home
TODO
<!-- vim: set conceallevel=2 et ts=2 sw=2: -->