Skip to content
Snippets Groups Projects
Commit e0025450 authored by Christopher's avatar Christopher
Browse files

Merge lls:/pub/lipstick

parents 3e1f5007 5878147b
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ menuentry "Ubuntu 13.10 ${bits}bit (deutsch, failsafe)" { ...@@ -117,7 +117,7 @@ menuentry "Ubuntu 13.10 ${bits}bit (deutsch, failsafe)" {
LoadCasper LoadCasper
} }
menuentry "Ubuntu 13.10 ${bits}bit (english, failsave)" { menuentry "Ubuntu 13.10 ${bits}bit (english, failsafe)" {
set localeinfo="nomodeset noplymouth nosplash verbose text noacpi" set localeinfo="nomodeset noplymouth nosplash verbose text noacpi"
LoadCasper LoadCasper
} }
......
qemu-kvm -m 2G -drive file=/path/to/stick,if=scsi
qemu -enable-kvm -m 2G -drive file=/data/data/stick.img,if=scsi
Alte Optionen. Funktionieren (warscheinlich) nicht mit aktuellem Stick/Image
qemu -boot c -m 128 -hda /dev/sdX -net none -localtime qemu -boot c -m 128 -hda /dev/sdX -net none -localtime
qemu-system-x86_64 -boot c -m 128 -hda /dev/sdX -net none -localtime qemu-system-x86_64 -boot c -m 128 -hda /dev/sdX -net none -localtime
qemu-i386 -boot c -m 128 -hda /dev/sdX -net none -localtime qemu-i386 -boot c -m 128 -hda /dev/sdX -net none -localtime
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment