diff config @ 1728:b89324905ca2 draft

Giant redo to put simple-root-filesystem in initmpfs. NO_NATIVE_COMPILER and NO_ROOTDIRS went away, kernel built moved back into system-image.sh, old root-filesystem.sh and root-image.sh are no longer used, I need to fix up several things (chroot-splice.sh, the lfs-bootstrap build is breaking in mpfr, haven't tested this on all targets yet... but the basics are in.
author Rob Landley <rob@landley.net>
date Fri, 06 Feb 2015 01:51:54 -0600
parents 45c936d93711
children 60d648f342ab
line wrap: on
line diff
--- a/config	Sun Jan 11 12:01:30 2015 -0600
+++ b/config	Fri Feb 06 01:51:54 2015 -0600
@@ -18,11 +18,6 @@
 
 # export NO_SANITIZE_ENVIRONMENT=1
 
-# Setting this tells build.sh not to build a native toolchain. (This yields
-# a much smaller root-filesystem tarball.)
-
-# export NO_NATIVE_COMPILER=1
-
 # Setting this tells build.sh to use the existing $PATH commands to build
 # everything, which probably won't work out of the box. Cross compiling is
 # an insanely delicate process which requires a carefully configured host
@@ -52,10 +47,10 @@
 
 # export NO_CPLUSPLUS=1
 
-# What kind of root filesystem to create: ext2, initramfs, or squashfs.
-# It defaults to squashfs if blank.
+# What kind of root filesystem to create: ext2, rootfs (combined initramfs),
+# cpio (separate initramfs), or squashfs. It defaults to cpio if blank.
 
-# export SYSIMAGE_TYPE=squashfs
+# export SYSIMAGE_TYPE=cpio
 
 # Size of writeable (ext2) HDA image. Does not apply to squashfs or initramfs