diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-03-02 23:09:10 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-03-02 23:09:10 +0100 |
commit | 6c3be6a60f6c7fee77c94f55b16f4d1f0f4a8df0 (patch) | |
tree | ff0b0c95d3988be528b9583659116fc755e43358 | |
parent | abdc52c7c08ed0477b65d42f3d296a674943059a (diff) | |
download | kanotix-6c3be6a60f6c7fee77c94f55b16f4d1f0f4a8df0.zip kanotix-6c3be6a60f6c7fee77c94f55b16f4d1f0f4a8df0.tar.gz |
updated README, moved isohybrid-bg2 out of chroot
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | README.tmpfs | 26 | ||||
-rwxr-xr-x | isohybrid-bg2 (renamed from config/chroot_local-includes/usr/bin/isohybrid-bg2) | 0 |
3 files changed, 4 insertions, 30 deletions
@@ -9,9 +9,9 @@ The purpose of this live-build tree is to build "KANOTIX" (http://kanotix.com) l Full Example: lb config -a amd64 -p kanotix-master --bootloader grub2 --gfxoverlays true lb build - isohybrid-bg2 kanotix32.iso + ./isohybrid-bg2 kanotix64.iso ./mkefipart-hfsplus - ./isohybrid-acritox kanotix32.iso + ./isohybrid-acritox kanotix64.iso will create a 64bit multi-hybrid-ISO with GRUB2 and embedded gfxoverlays. Compat @@ -116,9 +116,9 @@ use "lb config --tmpfs true" to enable. you may specify mount-options with --tmpfs-options, e.g. - lb config --tmpfs-options "size=6G" + lb config --tmpfs-options "size=9G" -to set the maximum size of the ramdisk to 6GB. +to set the maximum size of the ramdisk to 9GB. "lb build" will then mount a tmpfs into the "tmpfs" directory and the build process will take place there. diff --git a/README.tmpfs b/README.tmpfs deleted file mode 100644 index 0733ef4..0000000 --- a/README.tmpfs +++ /dev/null @@ -1,26 +0,0 @@ -Live-Build: Build using tmpfs -============================== - -use "lb config --tmpfs true" to enable. - -you may specify mount-options with --tmpfs-options, e.g. - - lb config --tmpfs-options "size=6G" - -to set the maximum size of the ramdisk to 6GB. - -"lb build" will then mount a tmpfs into the "tmpfs" directory and the build process -will take place there. - -after the build the result and the cache will reside on the tmpfs, so if you -want to keep them you should move or copy them to somewhere else. -everything inside the "tmpfs" directory will be lost when umounting it, so if -you want to save the cache for later builds you have to move (or copy) it: - - mv tmpfs/cache . - -live-helper will not umount the "tmpfs" unless you run "lb clean --tmpfs" -or "lb clean --all", so if you are going to do multiple builds without -umounting the "tmpfs" you do not need to backup the cache, it will stay there -and will be used for the next build. - diff --git a/config/chroot_local-includes/usr/bin/isohybrid-bg2 b/isohybrid-bg2 index 79eb28c..79eb28c 100755 --- a/config/chroot_local-includes/usr/bin/isohybrid-bg2 +++ b/isohybrid-bg2 |