Browse Source

add instructions to make-iso and add status to ci-build

website
axk4545 7 years ago
parent
commit
acdab3f18c
2 changed files with 2 additions and 2 deletions
  1. +1
    -0
      ci-build.sh
  2. +1
    -2
      make-iso.sh

+ 1
- 0
ci-build.sh View File

@ -28,3 +28,4 @@ chmod 755 /srv/isos/*.iso
cd /home/build
rm -rf anaconda/ *.log livemedia.log program.log
setenforce 1
echo "Build finished"

+ 1
- 2
make-iso.sh View File

@ -10,7 +10,7 @@ set -eu
####################################################################
green=`tput setaf 2`
reset=`tput sgr0`
#to use mock comment out lines 25, 26 and 30 and uncomment all lines beginning with mock
echo "${green}Welcome to the TigerOS build script${reset}"
# Check that the current user is root
if [ $EUID != 0 ]
@ -21,7 +21,6 @@ fi
#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
#mock -r fedora-25-x86_64 --chroot "svn export https://github.com/RITlug/TigerOS/trunk/scripts/"
echo "${green}Beginning build process${reset}"
setenforce 0
livemedia-creator --ks tigeros.ks --no-virt --resultdir /var/lmc --project TigerOS-Live --make-iso --volid TigerOS --iso-only --iso-name TigerOS.iso --releasever 25 --title TigerOS-live --macboot

Loading…
Cancel
Save