summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-05-15 20:36:05 +0200
committertnut <tnut at nutyx dot com>2011-05-15 20:36:05 +0200
commit92f56a2bf8b96190af76288af1c7121419fa325f (patch)
treec17c69d3ba7a5670f0c0b378a88e4066440304f4
parent9060e66e4a7cd80d6c6b43893d405cb1b92e6ce2 (diff)
downloadnutyx-extra-92f56a2bf8b96190af76288af1c7121419fa325f.tar.gz
nutyx-extra-92f56a2bf8b96190af76288af1c7121419fa325f.tar.bz2
nutyx-extra-92f56a2bf8b96190af76288af1c7121419fa325f.tar.xz
nutyx-extra-92f56a2bf8b96190af76288af1c7121419fa325f.zip
aaabasicfs, suppression doublon
-rw-r--r--base/aaabasicfs/.footprint.i6861
-rw-r--r--base/aaabasicfs/Pkgfile8
2 files changed, 0 insertions, 9 deletions
diff --git a/base/aaabasicfs/.footprint.i686 b/base/aaabasicfs/.footprint.i686
index 2082d0070..5797b10f9 100644
--- a/base/aaabasicfs/.footprint.i686
+++ b/base/aaabasicfs/.footprint.i686
@@ -14,7 +14,6 @@ drwxr-xr-x root/root etc/default/
-rw-r--r-- root/root etc/inittab
-rw-r--r-- root/root etc/inputrc
drwxr-xr-x root/root etc/modprobe.d/
--rw-r--r-- root/root etc/modprobe.d/usb.conf
-rw-r--r-- root/root etc/mtab (EMPTY)
lrwxrwxrwx root/root etc/nutyx-version -> /var/lib/pkg/nutyx-version
drwxr-xr-x root/root etc/opt/
diff --git a/base/aaabasicfs/Pkgfile b/base/aaabasicfs/Pkgfile
index 174a7ccde..80ac2ac94 100644
--- a/base/aaabasicfs/Pkgfile
+++ b/base/aaabasicfs/Pkgfile
@@ -60,14 +60,6 @@ build() {
mkdir -p $PKG/var/lib/pkg/
echo "$version-$release" > $PKG/var/lib/pkg/nutyx-version
ln -s /var/lib/pkg/nutyx-version $PKG/etc/nutyx-version
- cat > $PKG/etc/modprobe.d/usb.conf << "EOF"
-# Begin /etc/modprobe.d/usb.conf
-
-install ohci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe -i ohci_hcd ; true
-install uhci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe -i uhci_hcd ; true
-
-# End /etc/modprobe.d/usb.conf
-EOF
cat > $PKG/etc/shells << "EOF"
/bin/sh
/bin/bash