projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e22b578
)
Try using -t iso9660,vfat to our mount command, since we can't use only iso9660 as...
author
Chris Gianelloni
<wolf31o2@gentoo.org>
Tue, 12 Sep 2006 17:04:01 +0000
(17:04 +0000)
committer
Chris Gianelloni
<wolf31o2@gentoo.org>
Tue, 12 Sep 2006 17:04:01 +0000
(17:04 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@437
67a159dc
-881f-0410-a524-
ba9dfbe2cb84
generic/initrd.scripts
patch
|
blob
|
history
diff --git
a/generic/initrd.scripts
b/generic/initrd.scripts
index 812e2408fbe07c78baf4917f8f344906ce7f42e0..caeeb08844380a15efd5f66da288a898e4a77809 100644
(file)
--- a/
generic/initrd.scripts
+++ b/
generic/initrd.scripts
@@
-72,7
+72,7
@@
findcdmount() {
if [ -b "${x}" ]
then
good_msg "Attempting to mount media:- ${x}"
- mount -r -t
auto
${x} ${NEW_ROOT}/mnt/cdrom > /dev/null 2>&1
+ mount -r -t
iso9660,vfat
${x} ${NEW_ROOT}/mnt/cdrom > /dev/null 2>&1
if [ "$?" = '0' ]
then
# Check for a LiveCD