Changeset 441
- Timestamp:
- 02/07/09 12:32:26 (3 years ago)
- Location:
- main/linuxmuster-linbo/trunk
- Files:
-
- 5 edited
-
conf/kernel.conf (modified) (4 diffs)
-
debian/changelog (modified) (1 diff)
-
debian/md5sums.src (modified) (1 diff)
-
linbo/etc/ata_modules (modified) (1 diff)
-
linbo/init.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-linbo/trunk/conf/kernel.conf
r439 r441 1 1 # 2 2 # Automatically generated make config: don't edit 3 # Linux kernel version: 2.6.28. 34 # Tue Feb 3 09:34:4820093 # Linux kernel version: 2.6.28.4 4 # Sat Feb 7 11:17:47 2009 5 5 # 6 6 # CONFIG_64BIT is not set … … 146 146 # CONFIG_DEFAULT_NOOP is not set 147 147 CONFIG_DEFAULT_IOSCHED="deadline" 148 CONFIG_PREEMPT_NOTIFIERS=y 148 149 CONFIG_CLASSIC_RCU=y 149 150 CONFIG_FREEZER=y … … 265 266 CONFIG_VIRT_TO_BUS=y 266 267 CONFIG_UNEVICTABLE_LRU=y 268 CONFIG_MMU_NOTIFIER=y 267 269 CONFIG_HIGHPTE=y 268 270 CONFIG_X86_CHECK_BIOS_CORRUPTION=y … … 1920 1922 CONFIG_HAVE_KVM=y 1921 1923 CONFIG_VIRTUALIZATION=y 1922 # CONFIG_KVM is not set 1924 CONFIG_KVM=y 1925 CONFIG_KVM_INTEL=y 1926 CONFIG_KVM_AMD=y 1923 1927 # CONFIG_LGUEST is not set 1924 1928 CONFIG_VIRTIO=y -
main/linuxmuster-linbo/trunk/debian/changelog
r438 r441 1 linuxmuster-linbo (1.1.10-1) unstable; urgency=low 2 3 * added ahci to ata module list 4 * new upstream kernel version -> 2.6.28.4 5 * activated kvm virtualization support in kernel config 6 * new upstream version of grub4dos -> 0.4.4-2009-02-05 7 8 -- Thomas Schmitt <schmitt@lmz-bw.de> Sat, 07 Feb 2009 11:13:43 +0100 9 1 10 linuxmuster-linbo (1.1.9-1) unstable; urgency=low 2 11 -
main/linuxmuster-linbo/trunk/debian/md5sums.src
r436 r441 2 2 09addfe7ae469677da39ed66d83858d3 chntpw-source-080526.zip 3 3 b44b62af69863fc74f2946a56466d19d cloop_2.628-2.tar.gz 4 4c6363b122c91e01881a550a8aca0e35 grub4dos-0.4.4-2009-02-01-src.zip4 541fc7d73876c3db0eef2d9e9f8f651b grub4dos-0.4.4-2009-02-05-src.zip 5 5 d9f2ecd3c3307905f24130a25816e6cc kexec-tools-2.0.0.tar.bz2 6 4504c72a84322f02fa1917c8a82f36a5 linux-2.6.28.3.tar.bz26 8228bb7804d6d0099eadfabf701c295b linux-2.6.28.4.tar.bz2 7 7 6fad0a69ac89440ad4f696dbbbf11497 ms-sys-2.1.3.tgz 8 8 601db52936011902206dfe1be05e4756 ntfs-3g-1.5012.tgz -
main/linuxmuster-linbo/trunk/linbo/etc/ata_modules
r438 r441 1 ahci 1 2 ata_piix 2 3 sata_inic162x -
main/linuxmuster-linbo/trunk/linbo/init.sh
r423 r441 241 241 if ! sfdisk -l $drive; then 242 242 for m in $HDDMODULES; do 243 modprobe -v "$m" 243 echo "Probing $m ..." 244 modprobe "$m" >/dev/null 2>&1 244 245 if sfdisk -l $drive >/dev/null 2>&1; then 245 246 echo "Success!"
Note: See TracChangeset
for help on using the changeset viewer.
