mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-13 14:27:09 +00:00
Don't install recommends for bootable buildd image
This commit is contained in:
parent
c440245dba
commit
e1e3fec767
@ -45,8 +45,8 @@ env DEBIAN_FRONTEND=noninteractive chroot "$mount_d" apt-get \
|
||||
|
||||
# Install dependencies
|
||||
env DEBIAN_FRONTEND=noninteractive chroot "$mount_d" apt-get \
|
||||
install -y --install-recommends busybox-initramfs cloud-init dbus \
|
||||
ifupdown initramfs-tools locales lsb-release \
|
||||
install -y busybox-initramfs cloud-init dbus \
|
||||
ifupdown initramfs-tools isc-dhcp-client locales lsb-release \
|
||||
openssh-server resolvconf sudo snapd udev
|
||||
|
||||
# Install a kernel
|
||||
|
Loading…
x
Reference in New Issue
Block a user