repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
live-usb-system-creator
/
live-usb-system-creator.install
blob
17d031c10f76d730df76fadf3684a1c7bf466b7e
1
post_install()
2
{
3
echo ""
4
echo "To install an iso to a USB flash disk the iso needs to be mounted to:"
5
echo ""
6
echo "/cdrom"
7
echo ""
8
echo "This can be done as root (after first creating the directory) by:"
9
echo ""
10
echo "mount -o loop <name.iso> /cdrom"
11
echo ""
12
}
13
14
post_upgrade()
15
{
16
post_install
17
}