Documentation updates regarding the overlay structure.
This commit is contained in:
parent
872df14988
commit
e19c8ce1a4
@ -132,10 +132,10 @@ COPY_SOURCE_ROOTFS=true
|
|||||||
COPY_SOURCE_ISO=true
|
COPY_SOURCE_ISO=true
|
||||||
|
|
||||||
# This property defines one or more additional overlay software pieces which
|
# This property defines one or more additional overlay software pieces which
|
||||||
# will be generated and placed in the 'work/src/minimal_overlay' folder. These
|
# will be generated and placed in the 'work/src/minimal_overlay/rootfs' folder.
|
||||||
# software pieces will be visible and fully usable after boot. By default this
|
# These software pieces will be visible and fully usable after boot. By default
|
||||||
# property is disabled because the build process for most of the software is
|
# this property is disabled because the build process for most of the software
|
||||||
# host specific and may not work out of the box. Note that if you build any
|
# is host specific and may not work out of the box. Note that if you build any
|
||||||
# overlay software and you are using sparse image file for the overlay structure
|
# overlay software and you are using sparse image file for the overlay structure
|
||||||
# then most probably something will go wrong because the overlay software
|
# then most probably something will go wrong because the overlay software
|
||||||
# requires more than 1MB free space. The solution is to use folder overlay or to
|
# requires more than 1MB free space. The solution is to use folder overlay or to
|
||||||
|
11
src/README
11
src/README
@ -52,12 +52,13 @@ Currently available overlay bundles:
|
|||||||
### ### ###
|
### ### ###
|
||||||
|
|
||||||
I only provide the build scripts. It's entirely up to you to configure and
|
I only provide the build scripts. It's entirely up to you to configure and
|
||||||
prepare your build environment. I use "Linux Mint" both 32 and 64 bit editions.
|
prepare your build environment. I use Linux Mint and Ubuntu, both 32 and 64 bit
|
||||||
Your distribution might have different build dependencies but most of the time
|
editions. Your distribution might have different build dependencies but most of
|
||||||
there is a single meta-package which installs most of the stuff that you need.
|
the time there is a single meta-package which installs most of the stuff that
|
||||||
|
you need.
|
||||||
|
|
||||||
The build proces is slow, so be prepared to wait. In the end you should have
|
The build proces is slow, so be prepared to wait. In the end you should have
|
||||||
the ISO image file "minimal_linux_live.iso" in the same folder where you
|
the ISO image file "minimal_linux_live.iso" in the same folder where you
|
||||||
executed the build process. You can burn the ISO image on CD/DVD or (better)
|
started the build process. You can burn the ISO image on CD/DVD or (better) run
|
||||||
run it with PC emulator like QEMU or VirtualBox.
|
it with PC emulator like QEMU or VirtualBox.
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
This file is located in the folder 'minimal_overlay/rootfs'.
|
This file can be found in the folder 'minimal_overlay/rootfs'.
|
||||||
|
|
||||||
You can use this folder to put your own content (files and folders) which will
|
You can use this folder to put your own content (files and folders) which will
|
||||||
be visible in the root folder of your 'Minimal Linux Live' system, just like
|
be visible in the root folder of your 'Minimal Linux Live' system, just like
|
||||||
this file is visible. The files/folders will override the content in the root
|
this file is visible. The files/folders will override the content in the root
|
||||||
|
Loading…
x
Reference in New Issue
Block a user