change updater to core17

add net and crypto modules to instroot (wlan driver need it)
put all supported filesystem modules to initcpio
This commit is contained in:
Arne Fitzenreiter
2008-08-09 13:08:02 +02:00
parent 961cf723b0
commit b8e27ea5b6
5 changed files with 6 additions and 8 deletions

View File

@@ -475,7 +475,6 @@ int main(int argc, char *argv[])
if (fstype == REISER4) {
replace("/harddisk/etc/fstab", "FSTYPE", "reiser4");
replace("/harddisk/etc/mkinitcpio.conf", "MODULES=\"", "MODULES=\"reiser4 ");
replace("/harddisk/boot/grub/grub.conf", "MOUNT", "rw");
} else if (fstype == REISERFS) {
replace("/harddisk/etc/fstab", "FSTYPE", "reiserfs");
@@ -497,7 +496,6 @@ int main(int argc, char *argv[])
}
replace("/harddisk/etc/fstab", "FSTYPE", "ext3");
NOJOURNAL:
replace("/harddisk/etc/mkinitcpio.conf", "MODULES=\"", "MODULES=\"ext3 ");
replace("/harddisk/boot/grub/grub.conf", "MOUNT", "ro");
}