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 582789 Details for
Bug 819660
livemedia-creator displays ncurses screen and dialogs
[?]
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.
Trim Slice livemedia-creator kickstart config file
f17-TS-test.ks (text/plain), 2.02 KB, created by
D. Marlin
on 2012-05-07 21:29:07 UTC
(
hide
)
Description:
Trim Slice livemedia-creator kickstart config file
Filename:
MIME Type:
Creator:
D. Marlin
Created:
2012-05-07 21:29:07 UTC
Size:
2.02 KB
patch
obsolete
># Build a basic Fedora ARM (Tegra) install using livemedia-creator >lang en_US.UTF-8 >keyboard us >timezone --utc America/New_York >auth --useshadow --enablemd5 >selinux --disabled >firewall --service=ssh >bootloader --location=none >network --bootproto=dhcp --device=eth0 --onboot=on --activate --hostname=trimslice-hardfp >services --enabled=network,sshd --disabled=auditd >skipx >text > ># ># Define how large you want your rootfs to be ># >zerombr >clearpart --all >part /boot --size 255 --fstype ext3 --label=boot >part swap --size 511 --label=swap >part / --size 3327 --fstype ext4 --label=rootfs > > ># ># Repositories ># apparently we must use 'url' for the install repo >url --url="http://archive.kernel.org/fedora-secondary/development/17/armhfp/os/" ># include a local repo to get modified grubby, etc. >repo --name=xpfa --baseurl="http://dmarlin.fedorapeople.org/yum/f17/arm/os/Packages/" > ># ># ># Add all the packages after the base packages ># >%packages >@base >@core >@admin-tools > >-firstboot >-biosdevname > ># we might want to set the clock >ntpdate > ># get the U-Boot tools >uboot-tools > >%end > > ># more configuration >%post --erroronfail > > ># Install U-Boot boot.scr >pushd /boot > >INITRD=`ls -1 uInitrd* | head -n1` >KERNEL=`ls -1 uImage* | head -n1` ># U-Boot load device ># assume Bus=0, Unit=1 >DEVICE=mmc > ># get the root device from fstab, typically UUID=<string> >ROOTDEV=`grep -w "\/" /etc/fstab | cut -d ' ' -f1` > ># setup boot.scr >cat <<EOL > boot.cmd >setenv bootargs mem=384M@0M mem=512M@512M nvmem=128M@384M vmalloc=248M video=tegrafb console=ttyS0,115200n8 root=$ROOTDEV ro rootwait >ext2load ${DEVICE} 0:1 4080000 $KERNEL >ext2load ${DEVICE} 0:1 4880000 $INITRD >bootm 4080000 4880000 >EOL > >/usr/bin/mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n "Trim Slice F17 livemedia" -d boot.cmd boot.scr > >popd > > ># setup systemd to boot to the right runlevel >ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target >ln -sf /lib/systemd/system/multi-user.target /lib/systemd/system/default.target > ># datestamp this release >date +F17-%Y%m%d-livemedia > /etc/RELEASE > >%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 819660
: 582789