diff --git a/fedora.sh b/fedora.sh index 65dff2d..7d13bab 100644 --- a/fedora.sh +++ b/fedora.sh @@ -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 diff --git a/newlayout.md b/newlayout.md index 48887ea..0b33de4 100644 --- a/newlayout.md +++ b/newlayout.md @@ -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 +