| Age | Commit message (Collapse) | Author |
|
Remove list of choices that are not applicable again on the latest build
script.
Mention list of Linux Guest Environment packages that we install on the
image, including the link to its AUR repository.
Update the steps and sample commands for "Build your own image" to use
gcloud instead of gsutil.
|
|
We are currently cleaning up my GCP account, so we unify some projects
into one.
The arch-builder now moved under kilabit project.
|
|
This remove dhclient and add polkit as dependencies for systemd-hostnamed.
|
|
The link to view latest image is
https://build.kilabit.info/compute-archlinux-image-builder/current-images.txt
|
|
|
|
This merge the upstream repository to our fork with some changes in
naming of boot dev and uuid.
# Conflicts:
# README.md
# build-arch-gce6
|
|
This ops-agent is prebuild package from AUR [1].
[1] https://build.kilabit.info
|
|
Replace GRUB with systemd-boot to make the setup simpler.
Close #47
Signed-off-by: Aviana Cruz <gwencroft@proton.me>
|
|
Testing using qemu require adding "block" hooks to mkinitcpio.conf.
|
|
Because the rest of the world use metrics instead of imperial system.
|
|
Now that we use UEFI based partition, we can replace the grub with
systemd-boot.
This option have several advantages,
- minimize installed package and dependencies
- allow future customization (e.g. automounting, secure boot)
The pacman hook 00-systemd-boot is required to re-install the systemd
boot loader automatically when package systemd updated.
|
|
|
|
This is now supported in GCE, and is a better alternative to the old MBR
setup used before. This requires the UEFI_COMPATIBLE flag to be passed
during image creation.
|
|
Fixes #36
|
|
* Minor README updates and added some docs for maintainers
* Add a reference to the build-arch-gce AUR package
|
|
|
|
|
|
|
|
See the updated README for more information about images generated by
the new script.
|
|
- Fix the example command; subcommand is 'create', not 'insert'.
- Fix the path in the example command; there's a dash between 'arch' and
'v'.
- Add a family, 'arch', to the example command.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|