mirror of
				https://github.com/fspc/gbootroot.git
				synced 2025-11-04 08:15:36 -05:00 
			
		
		
		
	Figured out that there were no size differenced between ext2 and genext2fs,
in fact -z makes it slightly more effecient .. but root root_fs was missing the alternative directory.
This commit is contained in:
		
							parent
							
								
									c85fc0f1a8
								
							
						
					
					
						commit
						48bb58db50
					
				@ -5,10 +5,7 @@
 | 
			
		||||
#  Tested on Debian unstable/testing,  but should work on other distributions 
 | 
			
		||||
#  (Mandrake,  RedHat, etc.) by using the proper inittab (edit) and getty.
 | 
			
		||||
# 
 | 
			
		||||
#  Create either as a normal user or root.  [ When using genext2fs it's
 | 
			
		||||
#  necessary to specify a root filesystem slightly larger than the actual 
 | 
			
		||||
#  size shown in Space Left because genext2fs uses different accounting 
 | 
			
		||||
#  information than mke2fs. ] ?
 | 
			
		||||
#  Create either as a normal user or root.
 | 
			
		||||
#
 | 
			
		||||
#  Works both with and without devfs, i.e devfs=nomount, assuming the correct
 | 
			
		||||
#  replacement inittab is used.
 | 
			
		||||
@ -166,8 +163,8 @@ telinit
 | 
			
		||||
# Choose the *-nodevfs version if you don't want to use the device fs (devfs=nomount)
 | 
			
		||||
#
 | 
			
		||||
#===== DEBIAN uses a program called "getty" which is actually agetty in disguise:
 | 
			
		||||
#/etc/inittab	<= Replacements/etc/inittab.example-deb
 | 
			
		||||
/etc/inittab	<= Replacements/etc/inittab.example-deb-nodevfs
 | 
			
		||||
/etc/inittab	<= Replacements/etc/inittab.example-deb
 | 
			
		||||
#/etc/inittab	<= Replacements/etc/inittab.example-deb-nodevfs
 | 
			
		||||
/sbin/getty
 | 
			
		||||
#
 | 
			
		||||
#===== MANDRAKE uses mingetty
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user