Compare commits

..

No commits in common. "f12f9b116fe8fe1c3e8cc8ce3f1d3b5c67a1bfeb" and "2d2e5aff805b0138da850bc81334ed987388a2d3" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@ ln -s ../pvc-ansible/group_vars/default group_vars/default
ln -s pvc-ansible/oneshot oneshot ln -s pvc-ansible/oneshot oneshot
ln -s ../pvc-ansible/roles/base roles/base ln -s ../pvc-ansible/roles/base roles/base
ln -s ../pvc-ansible/roles/pvc roles/pvc ln -s ../pvc-ansible/roles/pvc roles/pvc
ln -s files ceph
cp pvc-ansible/pvc.yml . cp pvc-ansible/pvc.yml .
touch hosts touch hosts
cat <<EOF >update-remote.sh cat <<EOF >update-remote.sh

View File

@ -2,7 +2,7 @@
# {{ ansible_managed }} # {{ ansible_managed }}
GRUB_DEFAULT=0 GRUB_DEFAULT=0
GRUB_TIMEOUT=5 GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Parallel Virtual Cluster (PVC) - Debian" GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX="{{ grub_cmdline }}" GRUB_CMDLINE_LINUX="{{ grub_cmdline }}"
GRUB_TERMINAL_INPUT="console serial" GRUB_TERMINAL_INPUT="console serial"
GRUB_TERMINAL_OUTPUT="gfxterm serial" GRUB_TERMINAL_OUTPUT="gfxterm serial"