https://bugs.freedesktop.org/show_bug.cgi?id=99400

--- Comment #25 from poma <pomidorabelis...@gmail.com> ---

Daily/nightly composes can be found here:

Fedora 26
https://dl.fedoraproject.org/pub/fedora/linux/development/26/Spins/x86_64/iso/
https://dl.fedoraproject.org/pub/fedora/linux/development/26/Workstation/x86_64/iso/

Rawhide - Fedora 27
https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Spins/x86_64/iso/
https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Workstation/x86_64/iso/

...........................................................

How to write LiveDVD ISO image to portable USB flash drive:

e.g.
# dd if=Fedora*Live*.iso of=/dev/disk/by-id/usb-<ID_SERIAL> \
  bs=1M iflag=direct oflag=direct conv=fdatasync status=progress

If /dev/sdz represents portable USB flash drive
$ udevadm info -q env -n sdz | grep ID_SERIAL=

Using ID_SERIAL known is the exact device that will be used

WARNING: using 'dd' will erase all partitions and -data- on portable USB flash
drive

Ref.
https://fedoraproject.org/wiki/How_to_create_and_use_Live_USB

..........................................

How to install demonstrative GTK+ widgets:
# dnf install gtk2-devel gtk3-devel

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau

Reply via email to