Displaying 6 results from an estimated 6 matches for "xlayouts".
Did you mean:
layouts
2017 Feb 15
1
Kickstart - part ignore onpart ??
I'm ill, i'm german ...
the script is looks ok, copy from a slim installation of anaconda.
Insert only the "pre part"
and
part /boot --onpart=/dev/sda1
part / --onpart=/dev/sda2
part swap --onpart=/dev/sda3
As i wrote: Jump over to another console and the partitions are there.
Sincerely
Andy
Am Mittwoch, den 15.02.2017, 11:16 -0800 schrieb John R
2016 Aug 17
0
Anaconda error on centos 7.2
...sd"] } redhat/swap failed
Kickstart:-
#version=RHEL7
# System authorization information
auth --enableshadow --passalgo=sha512
# Use CDROM installation media
cdrom
# Run the Setup Agent on first boot
firstboot --enable
ignoredisk --only-use=vda
# Keyboard layouts
keyboard --vckeymap=us --xlayouts='us'
network --device eth0 --bootproto static --ip 10.97.60.50 --netmask
255.255.255.0 --gateway 10.97.60.254 --nameserver 10.97.2.1 --noipv6
# System language
lang en_US.UTF-8
# System timezone
timezone America/Los_Angeles
# Network information
#network --bootproto=dhcp --device=eno1 --...
2017 Feb 15
2
Kickstart - part ignore onpart ??
...#version=DEVEL
# System authorization information
auth --enableshadow --passalgo=sha512
# Use CDROM installation media
cdrom
# Use graphical install
graphical
# Run the Setup Agent on first boot
firstboot --enable
ignoredisk --only-use=sda
# Keyboard layouts
keyboard --vckeymap=de-nodeadkeys --xlayouts='de (nodeadkeys)'
# System language
lang de_DE.UTF-8
# Network information
network --bootproto=dhcp --device=enp0s3 --ipv6=auto --no-activate
network --hostname=localhost.localdomain
# Root password
rootpw --iscrypted $6$ZzmFRmN6XqC0.Mc4
$LVrBwcqgnv5kIU5mM8e424PDPD7P1dq342lIZrB9gVFzv6Ez...
2016 Aug 26
1
Kickstart issue with UEFi
Gordon Messmer wrote:
> On 08/25/2016 11:35 PM, Phil Manuel wrote:
>> The relevant kickstart section is:-
>>
>> part /boot/efi --fstype efi --grow --maxsize=200 --size=20 --ondisk=sda
>> bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda1
>> autopart --type=lvm
>
> A couple of things to consider:
> * The documentation for
2016 Aug 23
3
Kickstart issue with UEFi
.... I deleted all the partitions and tried again no
joy, the default ks is as follows:-
#version=DEVEL
# Use network installation
url --url="http://192.168.0.156/CentOS7-x86_64/disc1/"
# Use text mode install
text
ignoredisk --only-use=sda,sdb
# Keyboard layouts
keyboard --vckeymap=us --xlayouts='us'
# System language
lang en_US.UTF-8
# Network information
network --bootproto=dhcp --device=enp0s31f6 --ipv6=auto --activate
network --hostname=localhost.localdomain
# Root password
rootpw --iscrypted
# Do not configure the X Window System
skipx
# System timezone
timezone Australia/...
2016 Aug 22
2
Kickstart issue with UEFi
On Sun, 21 Aug 2016 at 12:51 Gordon Messmer <gordon.messmer at gmail.com>
wrote:
> On 08/19/2016 11:35 PM, Phil Manuel wrote:
> > The install fails under UEFi due to the fact the partitions are not
> cleared, and it doesn?t have any space to continue. Is there an extra step
> I need to do to remove the original partitions before the new layout will
> work ?
>
>
>