Browse Source

add proper deps for build?

website
Aidan Kahrs 7 years ago
committed by GitHub
parent
commit
b94e974ad6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      make-iso.sh

+ 1
- 1
make-iso.sh View File

@ -14,7 +14,7 @@ reset=`tput sgr0`
echo "${green}Welcome to the TigerOS build script${reset}"
mock -r fedora-25-x86_64 --init
mock -r fedora-25-x86_64 --copyin tigeros.ks
mock -r fedora-25-x86_64 --install "lorax"
mock -r fedora-25-x86_64 --install lorax-lmc-novirt git vim-minimal pykickstart
echo "${green}Beginning build process${reset}"
mock -r fedora-25-x86_64 --chroot "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"
mock -r fedora-25-x86_64 --copyout /var/lmc/TigerOS.iso TigerOS.iso

Loading…
Cancel
Save