mirror of
				https://github.com/fspc/gbootroot.git
				synced 2025-11-04 00:05:35 -05:00 
			
		
		
		
	Expect_uml added, as well as 4755 uml_net for testing.
This commit is contained in:
		
							parent
							
								
									619981c0cb
								
							
						
					
					
						commit
						dcfe88e962
					
				
							
								
								
									
										3
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
									
									
									
									
								
							@ -7,6 +7,7 @@ install:
 | 
				
			|||||||
	install -d /usr/lib/bootroot
 | 
						install -d /usr/lib/bootroot
 | 
				
			||||||
	cp -fa yard_chrooted_tests /usr/lib/bootroot/yard_chrooted_tests
 | 
						cp -fa yard_chrooted_tests /usr/lib/bootroot/yard_chrooted_tests
 | 
				
			||||||
	cp -fa genext2fs/genext2fs /usr/lib/bootroot/genext2fs
 | 
						cp -fa genext2fs/genext2fs /usr/lib/bootroot/genext2fs
 | 
				
			||||||
 | 
						cp -fa expect_uml /usr/lib/bootroot/expect_uml
 | 
				
			||||||
	cp -fa yard/scripts/make_debian /usr/bin/make_debian
 | 
						cp -fa yard/scripts/make_debian /usr/bin/make_debian
 | 
				
			||||||
	install -d /usr/share/perl5/BootRoot
 | 
						install -d /usr/share/perl5/BootRoot
 | 
				
			||||||
	cp -fa BootRoot/*.pm /usr/share/perl5/BootRoot
 | 
						cp -fa BootRoot/*.pm /usr/share/perl5/BootRoot
 | 
				
			||||||
@ -23,6 +24,8 @@ install:
 | 
				
			|||||||
	cp -fa genext2fs/Makefile /usr/share/gbootroot/genext2fs
 | 
						cp -fa genext2fs/Makefile /usr/share/gbootroot/genext2fs
 | 
				
			||||||
	cp -fa genext2fs/dev* /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
 | 
				
			||||||
 | 
						chown 0:0 /usr/bin/uml_*
 | 
				
			||||||
 | 
						chmod 4755 /usr/bin/uml_net
 | 
				
			||||||
	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
 | 
				
			||||||
	cp -fa gbootrootrc /etc/gbootroot/gbootrootrc
 | 
						cp -fa gbootrootrc /etc/gbootroot/gbootrootrc
 | 
				
			||||||
 | 
				
			|||||||
@ -7,6 +7,7 @@ install:
 | 
				
			|||||||
	install -d $(DESTDIR)/usr/lib/bootroot
 | 
						install -d $(DESTDIR)/usr/lib/bootroot
 | 
				
			||||||
	cp -fa yard_chrooted_tests $(DESTDIR)/usr/lib/bootroot/yard_chrooted_tests
 | 
						cp -fa yard_chrooted_tests $(DESTDIR)/usr/lib/bootroot/yard_chrooted_tests
 | 
				
			||||||
	cp -fa genext2fs/genext2fs $(DESTDIR)/usr/lib/bootroot/genext2fs
 | 
						cp -fa genext2fs/genext2fs $(DESTDIR)/usr/lib/bootroot/genext2fs
 | 
				
			||||||
 | 
						cp -fa expect_uml $(DESTDIR)/usr/lib/bootroot/expect_uml
 | 
				
			||||||
	cp -fa yard/scripts/make_debian $(DESTDIR)/usr/bin/make_debian
 | 
						cp -fa yard/scripts/make_debian $(DESTDIR)/usr/bin/make_debian
 | 
				
			||||||
	install -d $(DESTDIR)/usr/share/perl5/BootRoot
 | 
						install -d $(DESTDIR)/usr/share/perl5/BootRoot
 | 
				
			||||||
	cp -fa BootRoot/*.pm $(DESTDIR)/usr/share/perl5/BootRoot
 | 
						cp -fa BootRoot/*.pm $(DESTDIR)/usr/share/perl5/BootRoot
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user