Implements initrd support
This commit is contained in:
		
							
								
								
									
										1
									
								
								tools/qemu-debian-img/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								tools/qemu-debian-img/.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1,3 +1,4 @@ | ||||
| *.img | ||||
| *.log | ||||
| vmlinuz* | ||||
| initrd* | ||||
|   | ||||
							
								
								
									
										1
									
								
								tools/qemu-debian-img/Vagrantfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								tools/qemu-debian-img/Vagrantfile
									
									
									
									
										vendored
									
									
								
							| @@ -13,5 +13,6 @@ Vagrant.configure("2") do |config| | ||||
|     qemu-debian-img generate --repository="http://archive.ubuntu.com/ubuntu" --release="bionic" bionic.img | ||||
|     cp bionic.img /vagrant/ | ||||
|     cp /boot/vmlinuz-* /vagrant/vmlinuz-bionic | ||||
|     cp /boot/initrd-* /vagrant/vmlinuz-bionic | ||||
|   SHELL | ||||
| end | ||||
|   | ||||
		Reference in New Issue
	
	Block a user