Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1525130 Details for
Bug 1670467
Kickstart + repo directive does not install a kernel in /boot under some circumstances.
Home
New
Search
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.rh90 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 that failed on 24th and works today 30th
ks.cfg.1 (text/plain), 1.29 KB, created by
Nigel Arnot
on 2019-01-30 18:49:07 UTC
(
hide
)
Description:
kickstart file that failed on 24th and works today 30th
Filename:
MIME Type:
Creator:
Nigel Arnot
Created:
2019-01-30 18:49:07 UTC
Size:
1.29 KB
patch
obsolete
>keyboard 'uk' >rootpw --iscrypted $1$trzCKnRa$ZxmJJ1SqomFIRj5QCL.ms/ >lang en_US ># Halt after installation >halt ># System timezone >timezone America/New_York ># Use text mode install >text ># Use network installation >url --url="http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/fedora/linux/releases/29/Everything/x86_64/os/" ># add update repos >repo --name=updates --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f29&arch=x86_64" ># commenting out the next line reproduces the no-kernel bug >#repo --name=updates-modular --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-modular-f29&arch=x86_64" ># System authorization information >auth --useshadow --passalgo=sha512 --enablenis --nisdomain=SILSONNIS --nisserver=192.168.0.6 ># Firewall configuration >firewall --enabled --port=ssh >firstboot --disable ># SELinux configuration >selinux --enforcing > ># System bootloader configuration >bootloader --location=mbr ># Clear the Master Boot Record >zerombr ># Partition clearing information >clearpart --all --initlabel ># Disk partitioning information >part /boot --asprimary --fstype="ext4" --ondisk=sda --size=600 >part swap --asprimary --fstype="swap" --ondisk=sda --size=8000 >part / --asprimary --fstype="ext4" --ondisk=sda --size=80000 > >%packages >@cinnamon-desktop > >%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 1670467
: 1525130