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 /README | |
parent | abdc52c7c08ed0477b65d42f3d296a674943059a (diff) | |
download | kanotix-6c3be6a60f6c7fee77c94f55b16f4d1f0f4a8df0.zip kanotix-6c3be6a60f6c7fee77c94f55b16f4d1f0f4a8df0.tar.gz |
updated README, moved isohybrid-bg2 out of chroot
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 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. |