Compare commits
2 Commits
2d2e5aff80
...
f12f9b116f
Author | SHA1 | Date |
---|---|---|
Joshua Boniface | f12f9b116f | |
Joshua Boniface | c7a11ca396 |
|
@ -28,6 +28,7 @@ ln -s ../pvc-ansible/group_vars/default group_vars/default
|
|||
ln -s pvc-ansible/oneshot oneshot
|
||||
ln -s ../pvc-ansible/roles/base roles/base
|
||||
ln -s ../pvc-ansible/roles/pvc roles/pvc
|
||||
ln -s files ceph
|
||||
cp pvc-ansible/pvc.yml .
|
||||
touch hosts
|
||||
cat <<EOF >update-remote.sh
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# {{ ansible_managed }}
|
||||
GRUB_DEFAULT=0
|
||||
GRUB_TIMEOUT=5
|
||||
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
|
||||
GRUB_DISTRIBUTOR="Parallel Virtual Cluster (PVC) - Debian"
|
||||
GRUB_CMDLINE_LINUX="{{ grub_cmdline }}"
|
||||
GRUB_TERMINAL_INPUT="console serial"
|
||||
GRUB_TERMINAL_OUTPUT="gfxterm serial"
|
||||
|
|
Loading…
Reference in New Issue