Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tom Yan
archiso
Commits
91fb1fef
Commit
91fb1fef
authored
Apr 17, 2009
by
Aaron Griffin
Browse files
Missed aufs module in mkinitcpio install script
Signed-off-by:
Aaron Griffin
<
aaronmgriffin@gmail.com
>
parent
8d10415b
Changes
1
Hide whitespace changes
Inline
Side-by-side
archiso/install/archiso
View file @
91fb1fef
install
()
{
MODULES
=
"cdrom ide-cd_mod ide-core ide-generic u
nion
fs squashfs isofs loop
$(
all_modules
'/kernel/fs'
|
grep
-v
"nls"
)
"
MODULES
=
"cdrom ide-cd_mod ide-core ide-generic
a
ufs squashfs isofs loop
$(
all_modules
'/kernel/fs'
|
grep
-v
"nls"
)
"
MODULES
=
"
${
MODULES
}
$(
checked_modules
"/usb/host"
|
grep
-ve
"_cs"
-e
"sl1811-hcd"
-e
"isp116x-hcd"
)
"
MODULES
=
$(
echo
${
MODULES
}
)
#trim whitespace
if
[
"x
${
MODULES
}
"
!=
"x"
]
;
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment