Browse Source

hopefully will copy files now

website
axk4545 7 years ago
parent
commit
a001f083d2
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      ci-build.sh
  2. +1
    -1
      tigeros.ks

+ 1
- 1
ci-build.sh View File

@ -8,7 +8,7 @@ set -eu
# Usage: sudo bash build.sh #
# #
#####################################################################
wget https://raw.githubusercontent.com/RITlug/TigerOS/master/tigeros.ks
wget -O tigeros.ks https://raw.githubusercontent.com/RITlug/TigerOS/master/tigeros.ks
mock -r fedora-25-x86_64 --init
mock -r fedora-25-x86_64 --copyin tigeros.ks ./tigeros.ks
mock -r fedora-25-x86_64 --install lorax-lmc-novirt git vim-minimal pykickstart svn

+ 1
- 1
tigeros.ks View File

@ -353,7 +353,7 @@ restorecon -R /home/liveuser
EOF
%end
%post --nochroot
%post
# go to the backgrounds folder for custom images
cd /usr/share/backgrounds/images

Loading…
Cancel
Save