search for: platte02

Displaying 2 results from an estimated 2 matches for "platte02".

2019 Jan 10
3
@reboot only some lines of a script are working (yum install not)
.../bin/bash echo 'script init_stage01_docker.sh ist gestartet' >> /var/log/comline/autoinst.log /usr/bin/yum install -y cifs-utils systemctl stop packagekit.service systemctl disable packagekit.service yum remove PackageKit -y /usr/bin/yum install -y docker mv /var/lib/docker /mnt/platte02 cd /var/lib ln -s /mnt/platte02/docker docker cp /opt/install_via_pxe/centos_autoinstall/stage01/docker/daemon.json /etc/docker systemctl enable docker systemctl start docker docker run --rm --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /var/lib/rancher:/var/lib/rancher ranche...
2019 Jan 08
0
has anyone a working example for a ks.cfg with two disks?
...; crashkernel=auto" --location=mbr --boot-drive=sda # Partition clearing information clearpart --all --initlabel --drives=sda,sdb # Disk partitioning information part / --fstype="ext4" --ondisk=sda --grow --size=1 part swap --fstype="swap" --ondisk=sda --size=8192 part /mnt/platte02 --fstype="ext4" --ondisk=sdb --size=1 --grow