aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkimg.standard.sh
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-04-28 16:25:14 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-05-11 14:30:47 +0000
commit24db52325c5db349a662148344220140fb435d5e (patch)
treee7b88c460d76ac8166b21f07fc3328e9f4df42c2 /scripts/mkimg.standard.sh
parente15e54d7afa122afc61e35f72e6c3d570c94bd9a (diff)
downloadaports-24db52325c5db349a662148344220140fb435d5e.tar.bz2
aports-24db52325c5db349a662148344220140fb435d5e.tar.xz
scripts: add support for ppc64le in vanilla configuration
To boot ppc64le we need to use grub with ieee1275 platform. Said that, a new section to support grub ieee1275 was created. Also needed to change xorrisofs command by grub-mkrescue, that is the one used to create a bootable image for power and it is also a wrapper to xorriso.
Diffstat (limited to 'scripts/mkimg.standard.sh')
-rwxr-xr-xscripts/mkimg.standard.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mkimg.standard.sh b/scripts/mkimg.standard.sh
index 54c7b80021..6bc01e8431 100755
--- a/scripts/mkimg.standard.sh
+++ b/scripts/mkimg.standard.sh
@@ -10,6 +10,7 @@ profile_standard() {
profile_vanilla() {
profile_standard
#arch="$arch aarch64"
+ arch="$arch ppc64le"
kernel_flavors="vanilla"
kernel_addons=
}