aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-03-30 12:00:16 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-03-30 12:00:16 +0000
commit0c1e784df7e69bf08a5569476e0a856f3f248fc5 (patch)
tree5b106f481731d61cc06af51238de6d704eb885eb /README.md
parent91195c146cb1d9c4ab69464ea818169284a4a10f (diff)
downloadlh-bootstrap-0c1e784df7e69bf08a5569476e0a856f3f248fc5.tar.xz
Rip out initramfs, remove wireless-db hack for 4.15.12 kernel
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0714556..afdf7a6 100644
--- a/README.md
+++ b/README.md
@@ -217,16 +217,17 @@ The filesystems will be built under the `./output` directory, or
whatever directory you specified in the OUTPUT variable in `lh-config`.
Under this directory, once the build has completed:
-- `initramfs`, `rootfs`, `rwfs` and `userfs` are the contents of the
+- `rootfs`, `rwfs` and `userfs` are the contents of the
respective filesystems of the target. You can use those to make tarballs,
for instance.
- `kernel` is the kernel binary, to be given to qemu.
-- `initramfs.img.gz` is the compressed initramfs image, to be given to qemu.
- `disk-image.raw` is the complete raw disk image, suitable for qemu or to be
burned onto a real disk or SD card. By default it is huge, but it's a
sparse file, i.e. it's not really using all that space, only the parts
that have actually been written to (which is a small portion of the total
space).
+- Previous versions of `lh-bootstrap` built an initramfs. This has
+been removed.
### Running on backends