1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
Commit graph

61 commits

Author SHA1 Message Date
Natanael Copa
ceef2c4c42 scripts/mkimg.base.sh: use kbd-keymaps package 2017-05-19 14:48:37 +02:00
Roberto Oliveira
18a87b1131 scripts/mkimg.base.sh: add console=hvc0 for ppc64le grub config
set console=hvc0 via boot option. This configuration make init to add
hvc0 to /etc/inittab and /etc/securetty. This is needed to allow login
with 'root' user.
2017-05-18 20:10:59 +00:00
Roberto Oliveira
24db52325c 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.
2017-05-11 14:30:47 +00:00
William Pitcock
e7288f5035 scripts: pull in hardened image, not grsec image 2017-04-27 05:46:23 +00:00
Natanael Copa
20b12127b3 scripts: use libressl instead of openssl 2016-11-28 17:51:39 -02:00
Timo Teräs
6990b9edfe scripts/mkimage: fix vanilla kernel image name for bootloaders 2016-11-25 11:17:46 +02:00
Timo Teräs
e47d253fb4 scripts/mkimage: preparation for efi boot in iso images
not enabled yet, but uncommenting the grub_mod should enable
building of isolinux+grubefi hybrid images. once uefi boot works
and is verified on aarch64, we can enable the vanilla iso image
(grsec does not support aarch64).
2016-11-18 15:40:40 +02:00
Natanael Copa
5405a17c9e scritps/mkimgs.base.sh: do not create apkovl by default 2016-11-16 16:45:37 +00:00
Natanael Copa
48bcd519ae scripts/mkimg.base.sh: search for apkovl script
search for apkovl script in current dir, in ~/.mkimg and in the dir
where the mkimage script was started from.
2016-11-14 20:10:40 +00:00
Natanael Copa
41b10e1aa4 scripts/mkimage: automatically add pubkey from abuild
the boot repositry needs to be signed with a key. We explicitly copy
this to initramfs so users don't need use --hostkeys which requires
access to /etc/apk/keys/

without the key in intramfs the boot repository will be useless
2016-11-14 20:10:39 +00:00
Timo Teräs
46f65fad4c scripts/mkimage.sh: scripts to build bootable alpine images 2016-11-14 20:10:39 +00:00