mirror of
				https://github.com/fspc/gbootroot.git
				synced 2025-11-04 08:15:36 -05:00 
			
		
		
		
	This puts the source code for genext2fs in /usr/share/gbootroot/genext2f
and makes package depend on libc6 (>= 2.1.2) which was tested and confirmed.
This commit is contained in:
		
							parent
							
								
									27095673e6
								
							
						
					
					
						commit
						027e12fc97
					
				
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							@ -14,9 +14,13 @@ install:
 | 
				
			|||||||
	mknod yard/replacements/dev/ubd0 b 98 0
 | 
						mknod yard/replacements/dev/ubd0 b 98 0
 | 
				
			||||||
	cp -fa yard/replacements/* /usr/share/gbootroot/yard/Replacements
 | 
						cp -fa yard/replacements/* /usr/share/gbootroot/yard/Replacements
 | 
				
			||||||
	rm yard/replacements/dev/ubd0
 | 
						rm yard/replacements/dev/ubd0
 | 
				
			||||||
	install -d /usr/share/gbootroot/yard/templates
 | 
						install -d /usr/share/gbootroot/yard/templatesx
 | 
				
			||||||
	chmod 444 yard/templates/*.yard
 | 
						chmod 444 yard/templates/*.yard
 | 
				
			||||||
	cp -fa yard/templates/Example* /usr/share/gbootroot/yard/templates
 | 
						cp -fa yard/templates/Example* /usr/share/gbootroot/yard/templates
 | 
				
			||||||
 | 
						install -d /usr/share/gbootroot/genext2fs
 | 
				
			||||||
 | 
						cp -fa genext2fs/genext2fs.c /usr/share/gbootroot/genext2fs
 | 
				
			||||||
 | 
						cp -fa genext2fs/Makefile /usr/share/gbootroot/genext2fs
 | 
				
			||||||
 | 
						cp -fa genext2fs/dev* /usr/share/gbootroot/genext2fs
 | 
				
			||||||
	cp -fa user-mode-linux/usr/bin/uml_* /usr/bin
 | 
						cp -fa user-mode-linux/usr/bin/uml_* /usr/bin
 | 
				
			||||||
	cp -fa user-mode-linux/usr/bin/linux /usr/bin/linux
 | 
						cp -fa user-mode-linux/usr/bin/linux /usr/bin/linux
 | 
				
			||||||
	install -d /etc/gbootroot
 | 
						install -d /etc/gbootroot
 | 
				
			||||||
 | 
				
			|||||||
@ -14,6 +14,10 @@ install:
 | 
				
			|||||||
	cp -fa yard/replacements/* $(DESTDIR)/usr/share/gbootroot/yard/Replacements
 | 
						cp -fa yard/replacements/* $(DESTDIR)/usr/share/gbootroot/yard/Replacements
 | 
				
			||||||
	install -d $(DESTDIR)/usr/share/gbootroot/yard/templates
 | 
						install -d $(DESTDIR)/usr/share/gbootroot/yard/templates
 | 
				
			||||||
	cp -fa yard/templates/Example* $(DESTDIR)/usr/share/gbootroot/yard/templates	
 | 
						cp -fa yard/templates/Example* $(DESTDIR)/usr/share/gbootroot/yard/templates	
 | 
				
			||||||
 | 
						install -d $(DESTDIR)/usr/share/gbootroot/genext2fs
 | 
				
			||||||
 | 
						cp -fa genext2fs/genext2fs.c $(DESTDIR)/usr/share/gbootroot/genext2fs
 | 
				
			||||||
 | 
						cp -fa genext2fs/Makefile $(DESTDIR)/usr/share/gbootroot/genext2fs
 | 
				
			||||||
 | 
						cp -fa genext2fs/dev* $(DESTDIR)/usr/share/gbootroot/genext2fs
 | 
				
			||||||
	cp -fa user-mode-linux/usr/bin/uml_*  $(DESTDIR)/usr/bin
 | 
						cp -fa user-mode-linux/usr/bin/uml_*  $(DESTDIR)/usr/bin
 | 
				
			||||||
	cp -fa user-mode-linux/usr/bin/linux $(DESTDIR)/usr/bin/linux
 | 
						cp -fa user-mode-linux/usr/bin/linux $(DESTDIR)/usr/bin/linux
 | 
				
			||||||
	install -d $(DESTDIR)/etc/gbootroot
 | 
						install -d $(DESTDIR)/etc/gbootroot
 | 
				
			||||||
 | 
				
			|||||||
@ -7,7 +7,7 @@ Standards-Version: 3.5.2
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Package: gbootroot
 | 
					Package: gbootroot
 | 
				
			||||||
Architecture: all
 | 
					Architecture: all
 | 
				
			||||||
Depends:  ${perl:Depends}, perl-modules, libgtk-perl (>= 0.7002), ash, file, binutils, bzip2
 | 
					Depends:  ${perl:Depends}, perl-modules, libgtk-perl (>= 0.7002), libc6 ( >= 2.1.2) ash, file, binutils, bzip2
 | 
				
			||||||
Recommends: dswim, lilo
 | 
					Recommends: dswim, lilo
 | 
				
			||||||
Suggests: make-debian-x11
 | 
					Suggests: make-debian-x11
 | 
				
			||||||
Description: Boot/Root Filesystem Distribution testing and creation.
 | 
					Description: Boot/Root Filesystem Distribution testing and creation.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user