projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a3ac05
)
Removed "-t iso9660" which causes issues on Gentoo/PPC-Pegasos, supposedly.
author
Tim Yamin
<plasmaroo@gentoo.org>
Fri, 30 Jul 2004 17:01:45 +0000
(17:01 +0000)
committer
Tim Yamin
<plasmaroo@gentoo.org>
Fri, 30 Jul 2004 17:01:45 +0000
(17:01 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@124
67a159dc
-881f-0410-a524-
ba9dfbe2cb84
generic/initrd.scripts
patch
|
blob
|
history
diff --git
a/generic/initrd.scripts
b/generic/initrd.scripts
index 2b86994053dffe72e73e01519fc26dc85821f2a6..d40b18a88f047fc9bf6b4038ec2d6be4b027393f 100644
(file)
--- a/
generic/initrd.scripts
+++ b/
generic/initrd.scripts
@@
-33,7
+33,7
@@
findcdmount() {
for x in $*
do
echo -e "${GOOD}>>${NORMAL} Attempting to mount CD:- ${x}"
- mount -
t iso9660 -
r ${x} /newroot/mnt/cdrom > /dev/null 2>&1
+ mount -r ${x} /newroot/mnt/cdrom > /dev/null 2>&1
if [ "$?" = "0" ]
then
REAL_ROOT="${x}"