diff --git a/Rasbian/Vagrantfile b/Rasbian/Vagrantfile deleted file mode 100644 index cd09fa5..0000000 --- a/Rasbian/Vagrantfile +++ /dev/null @@ -1,26 +0,0 @@ -ENV['VAGRANT_DEFAULT_PROVIDER'] = 'libvirt' - -Vagrant.configure(2) do |config| - # The most common configuration options are documented and commented below. - # For a complete reference, please see the online documentation at - # https://docs.vagrantup.com. -# Source https://github.com/vagrant-libvirt/vagrant-libvirt/issues/589 - - # vagrant issues #1673..fixes hang with configure_networks - config.ssh.shell = "bash -c 'BASH_ENV=/etc/profile exec bash'" - config.vm.provider :libvirt do |domain| - domain.uri = 'qemu+unix:///system' - domain.host = 'virtualized' - domain.kernel = File.join(Dir.pwd, "kernel-qemu-4.4.34-jessie") - domain.storage :block, :type => "raw", :path => "2017-09-07-raspbian-stretch-lite.img", :allow_existing => "true" - domain.cmd_line = 'root=/dev/sda2 panic=1 rootfstype=ext4 console=ttyAMA devtmpfs.mount=0 rw' - domain.memory = 256 - domain.driver = 'qemu' - domain.machine_type = 'vexpress-a9' - domain.machine_arch = 'armv7l' - domain.cpu_mode = 'custom' - domain.cpu_model = 'cortex-a9' - domain.cpu_fallback = 'allow' - domain.graphics_type = 'none' - end -end diff --git a/Rasbian/boot.sh b/Rasbian/boot.sh deleted file mode 100755 index 2378ff5..0000000 --- a/Rasbian/boot.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -qemu-system-arm -kernel kernel-qemu-4.4.34-jessie -cpu arm1176 -m 256 -machine versatilepb \ - -append "root=/dev/sda2 panic=1 rootfstype=ext4 rw vga=normal console=ttyAMA0" \ - -drive "file=./2017-09-07-raspbian-stretch-lite.img,index=0,media=disk,format=raw" -no-reboot -serial stdio -curses \ - -net nic,macaddr=52:54:00:12:34:57 -net nic,macaddr=52:54:00:12:34:58 -net socket,connect=127.0.0.1:1234 diff --git a/Rasbian/raspbian-virt.xml b/Rasbian/raspbian-virt.xml deleted file mode 100644 index 50662ee..0000000 --- a/Rasbian/raspbian-virt.xml +++ /dev/null @@ -1,69 +0,0 @@ - - Raspbian - dde875c8-d86f-4aa2-abce-b76ee5cc1032 - 262144 - 262144 - 1 - - /machine - - - hvm - /var/lib/libvirt/boot/kernel-qemu-4.4.34-jessie - root=/dev/sda2 panic=1 rootfstype=ext4 console=ttyAMA0 - - - - destroy - restart - restart - - /usr/bin/qemu-system-arm - - - - - -
- - - -
- - - - - - -
- - - - - - - - - - - - - - -
- - - - - - -