diff --git a/README.md b/README.md index a8d6db6..ccb5981 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Resulting images can be booted using QEMU. Several ways of booting are provided: # Build instructions -The following works on Ubuntu 18.04 LTS, running on x86_64. Native building for other architectures is not recommended. Support for building under other distributions is limited and not tested. +The following works on Ubuntu 18.04 LTS and 20.04 LTS, running on x86_64. Native building for other architectures is not recommended. Support for building under other distributions is limited and not tested. ## Clone sources diff --git a/bin/system-setup b/bin/system-setup index 2556684..d618b97 100755 --- a/bin/system-setup +++ b/bin/system-setup @@ -9,12 +9,14 @@ DEPS=( bc bison build-essential + cpio grub-common git dosfstools flex gdisk gettext + kmod kpartx libncurses5-dev mtools @@ -23,6 +25,7 @@ DEPS=( qemu-utils quilt rsync + sudo texinfo unzip wget diff --git a/src/lib/cirros/ds/configdrive b/src/lib/cirros/ds/configdrive index e2bebb0..dc5eaf1 100755 --- a/src/lib/cirros/ds/configdrive +++ b/src/lib/cirros/ds/configdrive @@ -12,7 +12,7 @@ SEED_POST_D="/var/lib/cloud/seed/configdrive" Usage() { cat <