Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / EditBoot
1 #!/bin/bash
2 #./MountDisk
3 #vim mnt/boot/menu.lst
4 #sudo umount mnt/
5 if [[ "x$DISK" == "x" ]]; then
6         DISK="-i Acess2.img :"
7 fi
8 mcopy $DISK:/boot/menu.lst .menu.lst.tmp
9 vim .menu.lst.tmp
10 mcopy -D o .menu.lst.tmp $DISK:/boot/menu.lst
11 rm .menu.lst.tmp

UCC git Repository :: git.ucc.asn.au