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 679164 Details for
Bug 895756
don't crash after dependency error dialog
[?]
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 script
Fedora-18-x86_64-ethos.ks (text/plain), 3.50 KB, created by
W. Michael Petullo
on 2013-01-15 23:03:20 UTC
(
hide
)
Description:
Kickstart script
Filename:
MIME Type:
Creator:
W. Michael Petullo
Created:
2013-01-15 23:03:20 UTC
Size:
3.50 KB
patch
obsolete
>install >text > >lang en_US >keyboard us >timezone --utc US/Central > >network --bootproto dhcp --nodns --hostname ethos > >url --url http://download.fedoraproject.org/pub/fedora/linux/releases/18/Fedora/x86_64/os/ >repo --name=everything-x86_64 --baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/17/Everything/x86_64/os/ ># repo --name=livna-x86_64 --baseurl=http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/repo/18/x86_64/ ># repo --name=livna-i386 --baseurl=http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/repo/18/i386/ >repo --name=rpmfusion-free-x86_64 --baseurl=http://download1.rpmfusion.org/free/fedora/releases/18/Everything/x86_64/os/ >repo --name=rpmfusion-nonfree-x86_64 --baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/18/Everything/x86_64/os/ >repo --name=adode-x86_64 --baseurl=http://linuxdownload.adobe.com/linux/x86_64/ > >repo --name=ethos-os.org --baseurl=http://www.ethos-os.org/ethosInstall/Fedora-18/x86_64/ > >authconfig --enableshadow --enablemd5 >selinux --enforcing ># rootpw password > >skipx > ># Not --all so as not to disturb possible USB install media. >clearpart --drives=sda --all > ># part biosboot --fstype=biosboot --size=1 required for Fedora 16+. >part biosboot --fstype=biosboot --size=1 >part /boot --size 128 --fstype=ext3 --asprimary >part swap --size 512 --asprimary >part / --size 1 --grow --fstype=ext3 --asprimary > >zerombr >bootloader --location=mbr > >%packages --nobase >avahi # So system can publish services when using DHCP-assigned IP >nss-mdns # Discover services on LAN >ntp # Time sync >system-config-firewall-base # For use of lokkit in post script >xen # Xen environment >yum # To allow users to install additional packages >attr # For setfattr/directory type hashes >gcc # Build Ethos >git # Build Ethos >glibc.i686 # Build Ethos (32-bit on 64-bit) >glibc-devel.i686 # Build Ethos (32-bit on 64-bit) >glibc-devel # Build Ethos (64-bit Go) >glibc-static.i686 # Build static Dom0 utilities (32-bit on 64-bit) >glibc-static # Build static Dom0 utilities >libgcc.i686 # Build Ethos >make # Build Ethos >net-tools # For ifconfig >tar # Build Ethos >xen-devel # Run Ethos > >ethos-release # Local packages >go >nacl >nacl.i686 >ethosFoundation >ethosFoundation.i686 >ethosTypes >ethosTypes.i686 >ethosFrame >ethosFrame.i686 >ethosKernel >ethosKernel.i686 >ethosUserspace >ethosUserspace.i686 >goTools >goTools.i686 >ethosAuth >ethosAuth.i686 >%end > >%post --erroronfail >PKGARCH=x86_64 >KERNELSEC_URI=http://www.ethos-os.org/ethosInstall/Fedora-18/ > ># Why does Anaconda not do this? >yum -y update > ># This will probably always be needed as it configures xend to use route- instead of bridge-based networking. >curl ${KERNELSEC_URI}vif-ethos -o - > /etc/xen/scripts/vif-ethos >curl ${KERNELSEC_URI}sysctl.conf -o - > /etc/sysctl.conf >curl ${KERNELSEC_URI}xl.conf -o - > /etc/xen/xl.conf >chmod +x /etc/xen/scripts/vif-ethos > ># Likewise, this is our local configuration of the firewall. >mkdir /etc/xen/scripts/vif-post.d/ >curl ${KERNELSEC_URI}00-vif-local.hook -o - > /etc/xen/scripts/vif-post.d/00-vif-local.hook >chmod +x /etc/xen/scripts/vif-post.d/00-vif-local.hook > ># Configure services. >service NetworkManager stop >chkconfig NetworkManager off >service network start >chkconfig network on >service ntpd start >chkconfig ntpd on > ># Ensure kernel boots in Xen (See Red Hat BZ #738085). >grub2-set-default "Fedora, with Xen hypervisor" >grub2-mkconfig > /boot/grub2/grub.cfg >%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 895756
: 679164 |
679681
|
679682
|
679683
|
679684
|
679685
|
679686
|
716150