git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Usermode/axwin2 - Added full mouse/cursor support (no input yet though :)
[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