X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=EditBoot;h=470e73bd0f704199b6b394f9b28f6992b0d4f139;hb=3c283c4831c40c14d308a54cefb997832a860bca;hp=fa71e4d710c904b26591c24859c25430cfb7c74c;hpb=7d76ac580a19c897ea849d4bc684068ab1fdc6f3;p=tpg%2Facess2.git diff --git a/EditBoot b/EditBoot index fa71e4d7..470e73bd 100755 --- a/EditBoot +++ b/EditBoot @@ -1,9 +1,9 @@ -#!/bin/sh +#!/bin/bash #./MountDisk #vim mnt/boot/menu.lst #sudo umount mnt/ if [[ "x$DISK" == "x" ]]; then - DISK=a + DISK="-i Acess2.img :" fi mcopy $DISK:/boot/menu.lst .menu.lst.tmp vim .menu.lst.tmp