Usermode/ld-acess - Adding elf64 support
[tpg/acess2.git] / EditBoot
1 #!/bin/sh
2 #./MountDisk
3 #vim mnt/boot/menu.lst
4 #sudo umount mnt/
5 DISK=a
6 mcopy $DISK:/boot/menu.lst .menu.lst.tmp
7 vim .menu.lst.tmp
8 mcopy -D o .menu.lst.tmp $DISK:/boot/menu.lst
9 rm .menu.lst.tmp

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