[configs/releng] Increase efiboot.img size
* Increase size to a safe 31M, (currently we have 400K free since latest changes) * Also set a filesystem label, can be useful for future usage... Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
f4eaf1f91e
commit
340ebed280
@ -95,8 +95,8 @@ make_efiboot() {
|
|||||||
if [[ ${arch} == "x86_64" ]]; then
|
if [[ ${arch} == "x86_64" ]]; then
|
||||||
|
|
||||||
mkdir -p ${work_dir}/iso/EFI/archiso
|
mkdir -p ${work_dir}/iso/EFI/archiso
|
||||||
dd of=${work_dir}/iso/EFI/archiso/efiboot.img bs=1 seek=20M count=0
|
truncate -s 31M ${work_dir}/iso/EFI/archiso/efiboot.img
|
||||||
mkfs.vfat ${work_dir}/iso/EFI/archiso/efiboot.img
|
mkfs.vfat -n ARCHISO_EFI ${work_dir}/iso/EFI/archiso/efiboot.img
|
||||||
|
|
||||||
mkdir -p ${work_dir}/efiboot
|
mkdir -p ${work_dir}/efiboot
|
||||||
mount ${work_dir}/iso/EFI/archiso/efiboot.img ${work_dir}/efiboot
|
mount ${work_dir}/iso/EFI/archiso/efiboot.img ${work_dir}/efiboot
|
||||||
|
Loading…
Reference in New Issue
Block a user