Skip to content

Commit fbf4f70

Browse files
authored
Merge pull request #2495 from cjdcordeiro/patch-2
docs: update Ubuntu content.md with "unminimize" instructions
2 parents cac31f1 + fddd47b commit fbf4f70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ubuntu/content.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ RUN apt-get update && apt-get install -y locales && rm -rf /var/lib/apt/lists/*
2828
ENV LANG en_US.utf8
2929
```
3030

31+
## Unminimize
32+
33+
Starting from [Ubuntu 24.10 "Oracular Oriole"](https://discourse.ubuntu.com/t/oracular-oriole-release-notes/44878#unminimize), the `unminimize` command will no longer be shipped by default on minimal images. It has now been moved to a dedicated package which can be installed via `apt-get install -y unminimize`.
34+
3135
# How is the rootfs built?
3236

3337
The tarballs published by Canonical, referenced by `dist-*` tags in https://git.launchpad.net/cloud-images/+oci/ubuntu-base Git repository, are built from scripts that live in [the livecd-rootfs project](https://code.launchpad.net/~ubuntu-core-dev/livecd-rootfs/+git/livecd-rootfs/+ref/ubuntu/master), especially `live-build/auto/build`. The builds are run on Launchpad. For build history see `livefs` build pages of individual releases on Launchpad:

0 commit comments

Comments
 (0)