This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 2f2b526964081aab5872404691c2c3615e45da12 (commit) via 0b34d1a225efdf278a72abb9d5a8eaed6bd206df (commit) via b7b168eb8925a888b2091fc144f07f9f818b40e3 (commit) from 48cd21cdc0bf64193bfe42b4073412d510373868 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 2f2b526964081aab5872404691c2c3615e45da12 Merge: 0b34d1a225efdf278a72abb9d5a8eaed6bd206df 48cd21cdc0bf64193bfe42b4073412d510373868 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Mar 9 21:46:44 2010 +0100
Merge branch 'next' of ssh://ms@git.ipfire.org/pub/git/ipfire-2.x into next
commit 0b34d1a225efdf278a72abb9d5a8eaed6bd206df Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Mar 9 21:45:15 2010 +0100
installer: Enhancement for handling SATA drives.
Benutzer reported that his SATA dvd drive is not useable by the installer. We now load the ahci handler to enable support for SATA.
commit b7b168eb8925a888b2091fc144f07f9f818b40e3 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Mar 9 21:43:31 2010 +0100
Add mkfs.vfat and mtools to distribution.
This was requested by a user to handle his usb hdds.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/dosfstools | 12 ++++++------ config/rootfiles/common/mtools | 2 +- src/install+setup/install/main.c | 1 + 3 files changed, 8 insertions(+), 7 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/dosfstools b/config/rootfiles/common/dosfstools index eba686f..f4c82df 100644 --- a/config/rootfiles/common/dosfstools +++ b/config/rootfiles/common/dosfstools @@ -1,9 +1,9 @@ -#sbin/dosfsck -#sbin/fsck.msdos -#sbin/fsck.vfat -#sbin/mkdosfs -#sbin/mkfs.msdos -#sbin/mkfs.vfat +sbin/dosfsck +sbin/fsck.msdos +sbin/fsck.vfat +sbin/mkdosfs +sbin/mkfs.msdos +sbin/mkfs.vfat #usr/man/man8/dosfsck.8 #usr/man/man8/fsck.msdos.8 #usr/man/man8/fsck.vfat.8 diff --git a/config/rootfiles/common/mtools b/config/rootfiles/common/mtools index 9de61c4..d4c5421 100644 --- a/config/rootfiles/common/mtools +++ b/config/rootfiles/common/mtools @@ -23,7 +23,7 @@ #usr/bin/mrd #usr/bin/mren #usr/bin/mshowfat -#usr/bin/mtools +usr/bin/mtools #usr/bin/mtoolstest #usr/bin/mtype #usr/bin/mxtar diff --git a/src/install+setup/install/main.c b/src/install+setup/install/main.c index 76d37c2..a1dd90d 100644 --- a/src/install+setup/install/main.c +++ b/src/install+setup/install/main.c @@ -125,6 +125,7 @@ int main(int argc, char *argv[]) mysystem("/sbin/modprobe sr_mod"); mysystem("/sbin/modprobe usb-storage"); mysystem("/sbin/modprobe usbhid"); + mysystem("/sbin/modprobe ahci");
mysystem("/sbin/modprobe iso9660"); // CDROM mysystem("/sbin/modprobe ext2"); // Boot patition
hooks/post-receive -- IPFire 2.x development tree