projects
/
catalyst.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f737091
)
add x86 isogen
author
Brad House
<brad_mssw@gentoo.org>
Mon, 12 Jan 2004 02:27:15 +0000
(
02:27
+0000)
committer
Brad House
<brad_mssw@gentoo.org>
Mon, 12 Jan 2004 02:27:15 +0000
(
02:27
+0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@138
d1e1f19c
-881f-0410-ab34-
b69fee027534
x86-isogen.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/x86-isogen.sh
b/x86-isogen.sh
new file mode 100755
(executable)
index 0000000..
a32c9ca
--- /dev/null
+++ b/
x86-isogen.sh
@@ -0,0
+1,4
@@
+#!/bin/bash
+mkisofs -J -R -l -o ../gentoo.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -z .
+
+