일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- pacman
- Docker
- archlinux
- Arch
- Octavia
- terraform
- ceph-ansible
- Linux
- cloud-init
- Ansible
- nfs-provisioner
- golang
- Kubeflow
- k8s
- repository
- OpenStack
- i3
- Kubernetes
- yum
- cephadm
- grafana-loki
- ceph
- libvirt
- port open
- kolla-ansible
- awx
- KVM
- HTML
- ubuntu
- kolla
Archives
- Today
- Total
목록grub (1)
YJWANG
[GRUB] 부트로더 테마 설정하기
부트로더도 테마를 설정할 수 있다. /etc/default/grub에 아래와 같은 설정을 넣어주고 grub.cfg 파일을 갱신한다. [yjwang@yjwang ~]$ grep -i 'theme' /etc/default/grub # Uncomment one of them for the gfx desired, a image background or a gfxtheme GRUB_THEME="/boot/grub/themes/CyberRe/theme.txt"갱신 시 예시에서는 Overwrite를 할건데 설정이 잘못되는 경우 쉽게 복원하기 위해 기존 파일을 백업해두는 것이 좋다. grub.cfg 경로는 설정하기 나름이기 때문에 꼭 파일 위치를 참고하여 사용하길 바란다. [yjwang@yjwang ~]..
00.OS
2020. 11. 21. 09:43