riipandi / fedora-budgie-remix

Unofficial Fedora Budgie Remix

Home Page:http://fedora-budgie-remix.sf.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download Fedora Budgie Remix

Kickstart files for Fedora Budgie Remix

These files composes Budgie Remix from Fedora repositories.

To use them effectively, please look at pykickstart and lorax documentation.

Build Notes

References

Dependencies

dnf -y install kernel-modules-$(uname -r) mock curl livecd-tools pungi \
 {fedora,spin,l10n}-kickstarts pykickstart anaconda lorax virt-install \
  libvirt-daemon-config-network lorax virt-install appliance-tools
sudo usermod -a -G mock yourname
sudo systemctl enable --now libvirtd

Set selinux mode to permissive

sudo setenforce 0

Get Fedora kickstarts

git clone https://pagure.io/fedora-kickstarts.git fedora-ks -b f28

Init Environment: run as general user

mock -r fedora-28-x86_64 --init
mock -r fedora-28-x86_64 --install lorax-lmc-novirt vim-minimal pykickstart git

Running a Compose

mock -r fedora-28-x86_64 --shell --old-chroot

Chroot: Flatten a Kickstart

cd /usr/src; git clone https://github.com/riipandi/fedora-budgie-remix.git fbr
ksflatten --config fbr/kickstart.d/remix-live-budgie.ks -o remix-budgie.ks --version F28

Chroot: Create the Live Image

rm -fr /var/livebuild
mkdir -p /tmp/livebuild

livemedia-creator \
 --ks remix-budgie.ks \
 --logfile /tmp/livebuild.log \
 --project "Fedora Budgie Remix"  \
 --volid "Fedora Budgie Remix x64" \
 --title "Fedora Budgie Remix" \
 --make-iso --iso-only --releasever 28 \
 --iso-name fedora-budgie-live.iso \
 --no-virt --macboot

Compose Results and cleanup

cp /var/lib/mock/fedora-28-x86_64/root/var/lmc/*.iso $HOME
mock -r fedora-28-x86_64 --clean

Old method

mkdir -p f28 ; cd $_
curl -sLO https://pagure.io/fedora-kickstarts/raw/f28/f/fedora-arm-base.ks
curl -sLO https://pagure.io/fedora-kickstarts/raw/f28/f/fedora-arm-xbase.ks
curl -sLO https://pagure.io/fedora-kickstarts/raw/f28/f/fedora-arm-xfce.ks
curl -sLO https://pagure.io/fedora-kickstarts/raw/f28/f/fedora-live-base.ks
curl -sLO https://pagure.io/fedora-kickstarts/raw/f28/f/fedora-live-minimization.ks
curl -sLO https://pagure.io/fedora-kickstarts/raw/f28/f/fedora-live-xfce.ks
curl -sLO https://pagure.io/fedora-kickstarts/raw/f28/f/fedora-xfce-common.ks
curl -sLO https://pagure.io/fedora-kickstarts/raw/f28/f/fedora-repo-not-rawhide.ks
mv fedora-repo-not-rawhide.ks fedora-repo.ks

Disclaimer

Linux is a registered trademark of Linus Torvalds. Fedora and the Infinity design logo are trademarks of Red Hat, Inc. This project is not affiliated with Linus Torvalds or Red Hat, Inc.

About

Unofficial Fedora Budgie Remix

http://fedora-budgie-remix.sf.net/

License:MIT License


Languages

Language:Shell 100.0%