mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-17 13:51:32 +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
|
# Install dependencies
|
||||||
env DEBIAN_FRONTEND=noninteractive chroot "$mount_d" apt-get \
|
env DEBIAN_FRONTEND=noninteractive chroot "$mount_d" apt-get \
|
||||||
install -y --install-recommends busybox-initramfs cloud-init dbus \
|
install -y busybox-initramfs cloud-init dbus \
|
||||||
ifupdown initramfs-tools locales lsb-release \
|
ifupdown initramfs-tools isc-dhcp-client locales lsb-release \
|
||||||
openssh-server resolvconf sudo snapd udev
|
openssh-server resolvconf sudo snapd udev
|
||||||
|
|
||||||
# Install a kernel
|
# Install a kernel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user