Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 678480 Details for
Bug 895258
livemedia-creator appears to hang when using --novirt and --image-only
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Kickstart file used for testing.
F18-vexpress-mate.ks (text/plain), 3.75 KB, created by
D. Marlin
on 2013-01-14 22:55:30 UTC
(
hide
)
Description:
Kickstart file used for testing.
Filename:
MIME Type:
Creator:
D. Marlin
Created:
2013-01-14 22:55:30 UTC
Size:
3.75 KB
patch
obsolete
># Build a Fedora ARM Mate-desktop image using livemedia-creator ># for Versatile Express (QEMU) > >lang en_US.UTF-8 >keyboard us >timezone --utc US/Eastern >auth --useshadow --enablemd5 >selinux --disabled >firstboot --enable >firewall --enabled --service=mdns,ssh >network --bootproto=dhcp --device=eth0 --onboot=on --activate --hostname=vexpress-f18-mate >services --enabled=NetworkManager,sshd,chronyd --disabled=network > ># Set a default root password for Fedora >rootpw --plaintext fedora > ># Repositories ># apparently we must use 'url' for the install repo for livemedia-creator >#url --url="http://dl.fedoraproject.org/pub/fedora-secondary/releases/test/18-Beta/Fedora/armhfp/os/" >url --url="http://intranet.ges.redhat.com/es/Fedora/fedora-secondary/releases/test/18-Beta/Fedora/armhfp/os/" >#repo --name=fedora --mirrorlist="http://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch" >#repo --name=fedora --baseurl="http://dl.fedoraproject.org/pub/fedora-secondary/development/18/armhfp/os/" >#repo --name=updates-testing --baseurl="http://dl.fedoraproject.org/pub/fedora-secondary/updates/testing/18/armhfp/" >repo --name=fedora --baseurl="http://intranet.ges.redhat.com/es/Fedora/fedora-secondary/development/18/armhfp/os/" >repo --name=updates-testing --baseurl="http://intranet.ges.redhat.com/es/Fedora/fedora-secondary/updates/testing/18/armhfp/" > > ># ># Define how large you want your rootfs to be ># ># NOTE: /boot and swap MUST use --asprimary to ensure '/' is ># the last partition in order for rootfs-resize to work. ># >bootloader --location=none >zerombr >clearpart --all >part /boot --size 200 --fstype ext3 --label=boot >part swap --size 500 --asprimary --label=swap >part / --size 3200 --fstype ext4 --label=rootfs > ># ># Add all the packages after the base packages ># >%packages >@standard > ># vvvvvvvvvvvvvvvvvvvvvvv >@base-x >@fonts >@mate > ># First, no office >-libreoffice-* >-planner > ># Drop the Java plugin >-icedtea-web >-java-1.6.0-openjdk > ># save some space >-autofs >-acpid > ># Remove default unwanted hardware firmware and support we don't want >-foomatic* >-ghostscript* >-ivtv-firmware ># These are listed somewhere other than hardware support! >-irda-utils >-fprintd* > >-hplip >-hpijs > ># Dictionaries are big >-aspell-* >-hunspell-* >-man-pages* >-words > ># scanning takes quite a bit of space :/ >-xsane >-xsane-gimp >-sane-backends > ># qlogic firmwares >-ql2100-firmware >-ql2200-firmware >-ql23xx-firmware >-ql2400-firmware > ># firefox conflicts with xulrunner-17.0.1-3.fc18.armv7hl >-firefox > ># ^^^^^^^^^^^^^^^^^^^^^^^ > ># apparently none of the groups sets the clock. >chrony > ># and ifconfig would be nice. >net-tools > ># get the uboot tools >uboot-tools > >%end > > ># more configuration >%post --erroronfail > ># vvvvvvvvvvvvvvvvvvvvvvv ># MATE configuration > ># create /etc/sysconfig/desktop (needed for installation) > >cat > /etc/sysconfig/desktop <<EOF >PREFERRED=/usr/bin/mate-session >DISPLAYMANAGER=/usr/sbin/lightdm >EOF > ># disable screensaver locking (#674410) >cat >> /root/.xscreensaver << FOE >mode: off >lock: False >dpmsEnabled: False >FOE > ># deactivate xfconf-migration (#683161) >rm -f /etc/xdg/autostart/xfconf-migration-4.6.desktop || : > ># make sure the default target is graphical >ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target >ln -sf /lib/systemd/system/graphical.target /lib/systemd/system/default.target > ># firstboot does not run for us, so force it >/bin/systemctl enable firstboot-graphical.service > ># ^^^^^^^^^^^^^^^^^^^^^^^ > > ># datestamp this release >date +F18-%Y%m%d-mate > /etc/RELEASE > > >%end > > ># get the scripts to run qemu >%post --nochroot > >pushd /mnt/sysimage/boot > >wget "http://dmarlin.fedorapeople.org/fedora-arm/vexpress/boot-vexpress" >wget "http://dmarlin.fedorapeople.org/fedora-arm/vexpress/boot-vexpress+x" > >chmod +x /mnt/sysimage/boot/boot-vexpress* > >popd > > >%end >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 895258
: 678480 |
678481
|
678490
|
678491
|
678492
|
696616