Skip to content

Commit

Permalink
Merge branch 'devel' of github.com:rocknsm/rock-createiso into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
dcode committed Feb 24, 2018
2 parents d79ab6c + 3e10019 commit d7fbff1
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else
yum -y install epel-release
fi

yum -y install python-pip python-jinja2 python-simplejson genisoimage pykickstart createrepo rsync isomd5sum syslinux pigz mock fuseiso libguestfs-tools-c initial-setup-gui firstboot tree
yum -y install python-pip python-jinja2 python-simplejson genisoimage pykickstart createrepo rsync isomd5sum syslinux pigz mock fuseiso libguestfs-tools-c initial-setup-gui firstboot tree grub2-efi-modules

pip install pythonpy

6 changes: 6 additions & 0 deletions grub.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
insmod gfxterm
terminal_output gfxterm
insmod gfxterm_background
insmod png
loadfont /EFI/BOOT/fonts/unicode.pf2
background_image -m stretch /EFI/BOOT/uefi_splash_rock.png

set timeout=60
### END /etc/grub.d/00_header ###
Expand Down
Binary file modified images/splash_rock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/uefi_splash_rock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions master-iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,16 @@ EOF
${TMP_NEW}/EFI/BOOT/grub.cfg \
::/EFI/BOOT/grub.cfg

# Copy UEFI splash branding
cp ${SCRIPT_DIR}/images/uefi_splash_rock.png ${TMP_NEW}/EFI/BOOT/uefi_splash_rock.png

# Copy boot splash branding
cp ${SCRIPT_DIR}/images/splash_rock.png ${TMP_NEW}/isolinux/splash.png

# Setup UEFI branding
mkdir ${TMP_NEW}/EFI/BOOT/x86_64-efi
cp /usr/lib/grub/x86_64-efi/gfxterm_background.mod ${TMP_NEW}/EFI/BOOT/x86_64-efi/

# Generate product image
cd ${SCRIPT_DIR}/product
find . | cpio -c -o 2>/dev/null| gzip -9cv > ../product.img 2>/dev/null
Expand Down
Binary file modified product/usr/share/anaconda/pixmaps/rnotes/en/centos-artwork.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified product/usr/share/anaconda/pixmaps/rnotes/en/centos-cloud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified product/usr/share/anaconda/pixmaps/rnotes/en/centos-core.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified product/usr/share/anaconda/pixmaps/sidebar-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d7fbff1

Please sign in to comment.