Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo "Building Ubuntu Server dev image for $version $codename..."
# TODO verify this file
# TODO deal with checking for updates to this file, somehow
filename=ubuntu-$version-server-cloudimg-amd64-root.tar.xz
wget --no-clobber https://cloud-images.ubuntu.com/releases/$version/release/$filename
wget --timestamping https://cloud-images.ubuntu.com/releases/$version/release/$filename

if ! [ $(id -u) = 0 ]; then
# Need to be actual root to `mknod` things in /dev.
Expand Down