/
etc
/
up file
home
#!/bin/bash if rpm -q qemu-guest-agent-vz; then if [[ -f /etc/rc.local.orig ]]; then mv /etc/rc.local.orig /etc/rc.local fi else mount /dev/cdrom /mnt if [[ -x /mnt/install ]]; then /mnt/install fi fi