- 05 Jun, 2019 1 commit
-
-
Henrik Riomar authored
-
- 04 Mar, 2019 1 commit
-
-
Natanael Copa authored
ref #10042
-
- 26 Feb, 2019 1 commit
-
-
Natanael Copa authored
add all_video
-
- 15 Feb, 2019 2 commits
-
-
Timo Teräs authored
ref #9549
-
Carlo Landmeter authored
this is needed for firware which is not automatically detected.
-
- 27 Jan, 2019 1 commit
-
-
Carlo Landmeter authored
-
- 04 Oct, 2018 1 commit
-
-
Louis authored
Alpine ISO are labelled with ${profile_abbrev:-$PROFILE} but grub was only searching for $PROFILE when booting and failed to its rescue shell.
-
- 19 Jun, 2018 1 commit
-
-
Tuan M. Hoang authored
-
- 12 Jun, 2018 1 commit
-
-
Natanael Copa authored
ext4 module can handle it.
-
- 11 Jun, 2018 2 commits
-
-
William Johansson authored
Apply missing changes from f92a41f7 Also remove unused variable
-
Natanael Copa authored
The volume id cannot be longer than 32 bytes so we need to shorten it a bit
-
- 16 May, 2018 1 commit
-
-
William Johansson authored
If Xen is present and Grub is used, like on UEFI systems, use multiboot2 to load Xen and the dom0 linux kernel. Enable grub modules: * part_gpt: to read files from GPT partitions * multiboot2: to load multiboot2 kernels, like Xen * gzio: to load Xen which is gzip compressed
-
- 17 Apr, 2018 1 commit
-
-
William Johansson authored
ISO image should have files owned by root, not leaking the builder uid.
-
- 05 Mar, 2018 1 commit
-
-
Natanael Copa authored
standard iso is now vanilla kernel so it does not make any sense to have a separata vanilla iso. Also update xen to use vanilla kernel instead of hardened
-
- 19 Jan, 2018 1 commit
-
-
Natanael Copa authored
since commit 697e3045 the vanilla kernel has a flavor suffix on vmlinuz. Adjust the boot loader configs accordingly.
-
- 20 Nov, 2017 1 commit
-
-
Natanael Copa authored
we need add a dependency that provides /bin/sh
-
- 19 Oct, 2017 1 commit
-
-
Timo Teräs authored
-
- 18 Oct, 2017 3 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
Strictly the 'efi' folder is not needed since it's in the efi.img. However, converting .iso to USB stick is a lot simpler when the EFI folder is in the .iso too. This allows just copying .iso contents to the USB stick and EFI boot will work. While Rufus supports extracting the boot files from efi.img, it was considered more portable to add the copy. This also simplifies updating setup-bootable to prepare EFI bootable disks.
-
Timo Teräs authored
- use efi.img as the image name (Rufus recognizes it) - drop need for dosfstools, use mformat from mtools instead
-
- 13 Jun, 2017 1 commit
-
-
Natanael Copa authored
Most other distros seems to do this
-
- 22 May, 2017 1 commit
-
-
Natanael Copa authored
-
- 19 May, 2017 1 commit
-
-
Natanael Copa authored
-
- 18 May, 2017 1 commit
-
-
Roberto Oliveira authored
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.
-
- 11 May, 2017 1 commit
-
-
Roberto Oliveira authored
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.
-
- 27 Apr, 2017 1 commit
-
-
Ariadne Conill authored
-
- 28 Nov, 2016 1 commit
-
-
Natanael Copa authored
-
- 25 Nov, 2016 1 commit
-
-
Timo Teräs authored
-
- 18 Nov, 2016 1 commit
-
-
Timo Teräs authored
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).
-
- 16 Nov, 2016 1 commit
-
-
Natanael Copa authored
-
- 14 Nov, 2016 3 commits
-
-
Natanael Copa authored
search for apkovl script in current dir, in ~/.mkimg and in the dir where the mkimage script was started from.
-
Natanael Copa authored
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
-
Timo Teräs authored
-