Expand the image with more pkgs (incl. koji-builder)

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2018-07-27 14:29:09 +02:00
parent fa5c8690a2
commit 84d76500ab
Signed by: davidlt
GPG Key ID: 7108702C938B13C1
1 changed files with 20 additions and 3 deletions

View File

@ -19,7 +19,7 @@ bootloader --location=none --disabled
zerombr zerombr
clearpart --all --initlabel --disklabel=gpt clearpart --all --initlabel --disklabel=gpt
part / --fstype="ext4" --size=3968 part / --fstype="ext4" --size=6144
# Halt the system once configuration has finished. # Halt the system once configuration has finished.
poweroff poweroff
@ -56,6 +56,19 @@ fedpkg
mailx mailx
mutt mutt
patchutils patchutils
ninja-build
cmake
cmake-fedora
extra-cmake-modules
elfutils
gdisk
util-linux
gparted
parted
fpaste
vim-common
hexedit
koji-builder
%end %end
%post %post
@ -93,8 +106,12 @@ If DNS isnt working, try editing /etc/yum.repos.d/fedora-riscv.repo.
For updates and latest information read: For updates and latest information read:
https://fedorapeople.org/groups/risc-v/disk-images/readme.txt https://fedorapeople.org/groups/risc-v/disk-images/readme.txt
Fedora/RISC-V Koji: http://fedora-riscv.tranquillity.se/koji/ Fedora/RISC-V
Fedora/RISC-V SCM: http://fedora-riscv.tranquillity.se:3000/ -------------
Koji: http://fedora-riscv.tranquillity.se/koji/
SCM: http://fedora-riscv.tranquillity.se:3000/
Distribution rep.: http://fedora-riscv.tranquillity.se/repos-dist/
Koji internal rep.: http://fedora-riscv.tranquillity.se/repos/
EOF EOF
%end %end