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 1457529 Details for
Bug 1599378
TypeError: __new__() missing 4 required positional arguments: 'kernel', 'initrd', 'root', and 'args'
[?]
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.
File: ks.cfg
ks.cfg (text/plain), 2.07 KB, created by
Dave Kil
on 2018-07-09 16:06:00 UTC
(
hide
)
Description:
File: ks.cfg
Filename:
MIME Type:
Creator:
Dave Kil
Created:
2018-07-09 16:06:00 UTC
Size:
2.07 KB
patch
obsolete
>#version=FEDORA27 >install >text >skipx >auth --enableshadow --passalgo=sha512 >cdrom >keyboard --vckeymap=us --xlayouts='us' >lang en_US.UTF-8 >network --bootproto=dhcp --ipv6=auto --activate ><auto-removed line containing rootpw> >timezone America/Detroit --isUtc >reboot --kexec > >bootloader --location=mbr > >%pre > >parted -s /dev/sda mklabel msdos >parted -s /dev/sda mkpart primary ext2 1M 100% >parted -s /dev/sda set 1 boot on > >pvcreate /dev/sdb >vgcreate vg /dev/sdb >lvcreate -l +100%FREE -n root vg /dev/sdb > >%end > >part /boot --label=/boot --fstype=xfs --grow --onpart=sda1 >logvol / --vgname vg --fstype=xfs --grow --name=root --label=/ --useexisting > >%packages --ignoremissing --excludedocs >-NetworkManager >-firewalld >kexec-tools >checkpolicy >policycoreutils-python-utils >%end > >%addon com_redhat_kdump --disable >%end > >%post > ># Guest services for Hyper-V >if [[ -f '/sys/devices/virtual/misc/vmbus!hv_kvp/dev' ]]; then > dnf -y install hyperv-daemons >fi > ># Fixup /etc/fstab >cat >/etc/fstab <<EOF >LABEL=/ / xfs defaults,noatime 0 0 >LABEL=/boot /boot xfs defaults,noatime 0 0 >tmpfs /tmp tmpfs defaults 0 0 >tmpfs /var/tmp tmpfs defaults 0 0 >EOF > ># Configure systemd-networkd >systemctl enable systemd-networkd >systemctl enable systemd-resolved >rm /etc/resolv.conf >ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf >sed -i 's/quiet/quiet net\.ifnames=0/g' /etc/default/grub >grub2-mkconfig -o /boot/grub2/grub.cfg > >cat >/etc/systemd/network/eth0.network <<EOF >[Match] >Name=eth0 > >[Network] >DHCP=ipv4 > >#Address=192.168.0.234/24 > >#[Route] >#Gateway=192.168.0.1 >EOF > >cat >/tmp/sssd-resolved.te <<EOF > >module sssd-resolved 1.0; > >require { > type sssd_t; > type systemd_resolved_var_run_t; > class file { getattr open read }; >} > >#============= sssd_t ============== >allow sssd_t systemd_resolved_var_run_t:file { getattr open read }; >EOF >checkmodule -M -m -o /tmp/sssd-resolved.mod /tmp/sssd-resolved.te >semodule_package -o /tmp/sssd-resolved.pp -m /tmp/sssd-resolved.mod >semodule -i /tmp/sssd-resolved.pp > ># Fix display >sed -i 's/quiet/quiet nomodeset/g' /etc/default/grub >grub2-mkconfig -o /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 1599378
:
1457523
|
1457524
|
1457525
|
1457526
|
1457527
|
1457528
| 1457529 |
1457530
|
1457531
|
1457532
|
1457533
|
1457534
|
1457535
|
1457536
|
1457537
|
1457538
|
1457539