Skip to content

Instantly share code, notes, and snippets.

View EgonSpengler's full-sized avatar

Tyler Adam EgonSpengler

View GitHub Profile
#!/bin/bash
echo -e " this terminal is\n FABULOUS" | toilet -f small --gay
#!/bin/bash
sudo qemu-system-x86_64 \
-enable-kvm \
-m 4096 \
-name fedora18 \
-vga qxl \
-spice port=8884,addr=127.0.0.1,disable-ticketing \
-kernel /boot/vmlinuz-3.11.10-100.fc18.x86_64 \
-initrd /boot/initramfs-3.11.10-100.fc18.x86_64.img \
--- /bin/anaconda-cleanup 2016-06-13 19:20:58.000000000 -0400
+++ /bin/anaconda-cleanup 2016-09-30 13:28:29.509973691 -0400
@@ -77,14 +77,15 @@
and live_install and not "live" in device:
os.system("umount %s" % mountpoint)
-os.system("udevadm control --env=ANACONDA=1")
os.system("udevadm trigger --subsystem-match block")
os.system("udevadm settle")
devicetree = DeviceTree(conf=storage_config)