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 1980832 Details for
Bug 2227722
kickstart installation produces an invalid /boot/loader/entries/XXX.conf file
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.rh89 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
testcentos9.cfg (text/x-matlab), 1.84 KB, created by
Lars
on 2023-07-31 08:16:09 UTC
(
hide
)
Description:
kickstart file
Filename:
MIME Type:
Creator:
Lars
Created:
2023-07-31 08:16:09 UTC
Size:
1.84 KB
patch
obsolete
>## Repo >url --url http://192.168.0.4/centos/9/BaseOS/x86_64/os/ >repo --name=appstream --baseurl=http://192.168.0.4/centos/9/AppStream/x86_64/os/ > >## Basics >lang en_US.UTF-8 >keyboard de-nodeadkeys >rootpw --iscrypted XXXXXXXXXX >services --enabled=sshd >timezone Europe/Berlin >timesource --ntp-disable >firewall --disabled >selinux --disabled >reboot > >## Network >network --device eth0 --bootproto static --ip 10.70.56.13 --netmask 255.255.255.224 --gateway 10.70.56.1 --nameserver 192.168.0.4 --hostname testcentos9 > >## Disk Stuff >bootloader --location=mbr --boot-drive=sda >zerombr >clearpart --all --initlabel > >part /boot --fstype xfs --size=1024 --ondisk=sda --asprimary >part pv.21 --size=100 --grow --ondisk=sda > >volgroup vg00 --pesize=32768 pv.21 >logvol swap --size=4096 --name=swap --vgname=vg00 >logvol / --fstype xfs --name=root --vgname=vg00 --size=2048 >logvol /opt --fstype xfs --name=opt --vgname=vg00 --size=2048 >logvol /var --fstype xfs --name=var --vgname=vg00 --size=2048 >logvol /var/log --fstype xfs --name=var.log --vgname=vg00 --size=1024 >logvol /var/crash --fstype xfs --name=var.crash --vgname=vg00 --size=4096 >logvol /tmp --fstype xfs --name=tmp --vgname=vg00 --size=2048 --fsoptions="nodev,nosuid" >logvol /var/tmp --fstype xfs --name=var.tmp --vgname=vg00 --size=512 --fsoptions="nodev,nosuid" >logvol /usr --fstype xfs --name=usr --vgname=vg00 --size=4096 > >## Packages >%packages --exclude-weakdeps >@core >bzip2 >dmidecode >glibc-langpack-en >ksh >tar >wget >-audit >-biosdevname >-dnf-plugins-core >-dracut-config-rescue >-firewalld >-firewalld-filesystem >-iwl*firmware >-iproute-tc >-langpacks* >-lshw >-NetworkManager-team >-policycoreutils >-prefixdevname >-rpm-plugin-selinux >-selinux-policy >-selinux-policy-targeted >-sssd-client >-sssd-common >-sssd-kcm >%end > >## Postscripts >%post >echo "SELINUX=disabled" >> /etc/selinux/config >echo "SELINUXTYPE=targeted" >> /etc/selinux/config >%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 2227722
: 1980832 |
1980836