From 8585fe7282e2f1b44120a4b7777b8e618d90cbd5 Mon Sep 17 00:00:00 2001 From: Danny Lee Date: Aug 15 2019 21:38:38 +0000 Subject: [PATCH 1/2] Update README.md Add instructions for newbies like me. --- diff --git a/README.md b/README.md index e7c44b0..3afa6e6 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ This repo contain scripts related FedoraNeuro SPIN which maintain by [NeuroFedor Install livecd-tools and spin-kickstarts. There are different kickstart scripts available in the spin-kickstarts package and you can try out different desktop enviroments as you wish. - dnf install livecd-tools spin-kickstarts + sudo dnf install livecd-tools spin-kickstarts +You may need to [configure sudo access](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/2/html/Getting_Started_Guide/ch02s03.html) to install files. ## Clone the NeuroScripts @@ -17,6 +18,9 @@ Clone the [NeuroScripts](https://pagure.io/neuro-sig/neuro-scripts) repo. git clone ssh://git@pagure.io/neuro-sig/neuro-scripts.git +You may need to install git, and [install a ssh key](https://docs.pagure.org/pagure/usage/first_steps.html) at Pagure for this to work. + + sudo dnf install git-all ## Build an ISO From f9fb5fee7303c46dcf668fa2a383b6af6fa77669 Mon Sep 17 00:00:00 2001 From: Danny Lee Date: Aug 15 2019 21:43:01 +0000 Subject: [PATCH 2/2] Update fedora-live-neuro.ks added `selinux --disabled` after %includes and before %post as per @snavin in comments of https://pagure.io/neuro-sig/NeuroFedora/issue/199 --- diff --git a/fedora-live-neuro.ks b/fedora-live-neuro.ks index da5c51d..e835d14 100644 --- a/fedora-live-neuro.ks +++ b/fedora-live-neuro.ks @@ -10,6 +10,8 @@ %include fedora-live-minimization.ks %include fedora-lxde-neuro-packages.ks +selinux --disabled + %post # LXDE and LXDM configuration