mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 13:02:58 +02:00
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:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user