feat: secure boot noble

This commit is contained in:
Marcos Tischer Vallim 2024-09-11 02:11:18 -03:00
parent 2ad9be1263
commit d3a4ceae8d
No known key found for this signature in database
GPG Key ID: 25CC9724E702C72F
3 changed files with 3 additions and 3 deletions

View File

@ -536,7 +536,7 @@ remove packages specified in `filesystem.manifest` that are *not* listed in `fil
6. Generate md5sum.txt
```shell
/bin/bash -c "(find . -type f -print0 | xargs -0 md5sum | grep -v -e 'md5sum.txt' -e 'bios.img' -e 'efiboot.img' > md5sum.txt)"
/bin/bash -c "(find . -type f -print0 | xargs -0 md5sum | grep -v -e 'isolinux' > md5sum.txt)"
```
### Cleanup the chroot environment

View File

@ -279,7 +279,7 @@ EOF
cat /usr/lib/grub/i386-pc/cdboot.img isolinux/core.img > isolinux/bios.img
# generate md5sum.txt
/bin/bash -c "(find . -type f -print0 | xargs -0 md5sum | grep -v -e 'md5sum.txt' -e 'bios.img' -e 'efiboot.img' > md5sum.txt)"
/bin/bash -c "(find . -type f -print0 | xargs -0 md5sum | grep -v -e 'isolinux' > md5sum.txt)"
popd # return initial directory
}

View File

@ -7,7 +7,7 @@
# The version of Ubuntu to generate. Successfully tested LTS: bionic, focal, jammy, noble
# See https://wiki.ubuntu.com/DevelopmentCodeNames for details
export TARGET_UBUNTU_VERSION="noble"
export TARGET_UBUNTU_VERSION="focal"
# The Ubuntu Mirror URL. It's better to change for faster download.
# More mirrors see: https://launchpad.net/ubuntu/+archivemirrors