#!/bin/bash if [ $# -gt 1 ]; then echo "Uso: $0 [numeroMacchinaUML]" exit fi if [ $# = 0 ]; then file_cow_root="root1.cow" file_cow_swap="swap1.cow" else file_cow_root="root$1.cow" file_cow_swap="swap$1.cow" fi linux ubd0=$file_cow_root,/uml/filesystems/root_fs ubd1=$file_cow_swap,/uml/filesystems/swap_fs eth0=mcast