Merge "debian: add vim and uuidgen tools to LAT installer"

This commit is contained in:
Zuul 2022-03-08 16:57:59 +00:00 committed by Gerrit Code Review
commit cae7f56e7b
2 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,7 @@ rootfs-pre-scripts:
apt install -y --no-install-recommends linux-image-5.10.0-6-amd64-unsigned grub-common
apt install -y --allow-downgrades --allow-unauthenticated --no-install-recommends ostree ostree-boot libostree-1-1 ostree-upgrade-mgr
apt install --no-install-recommends -y ifupdown
apt install -y vim uuid-runtime
SCRIPT_ENDOF
- |
export PATH=/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin

View File

@ -63,6 +63,8 @@ packages:
- udev
- udhcpc
- util-linux
- uuid-runtime
- vim
- watchdog
external-packages: []
include-default-packages: '0'