Some busybox updates. You no longer _have_ to put a "-" in front of tar
options, logger is better behaved and has a "-t" option now. init now supports the kernel chroot patch, so you can chroot to a new device and umount the old root. -Erik
This commit is contained in:
		@@ -139,3 +139,10 @@
 | 
			
		||||
// Enable support for creation of tar files.
 | 
			
		||||
//#define BB_FEATURE_TAR_CREATE
 | 
			
		||||
//
 | 
			
		||||
// Allow init to permenently chroot, and umount the old root fs
 | 
			
		||||
// just like an initrd does.  Requires a kernel patch by Werner Almesberger.
 | 
			
		||||
// ftp://icaftp.epfl.ch/pub/people/almesber/misc/umount-root-*.tar.gz
 | 
			
		||||
#ifdef BB_MOUNT
 | 
			
		||||
#define BB_FEATURE_INIT_CHROOT
 | 
			
		||||
#endif
 | 
			
		||||
//
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user