integrate-distro.sh: Ongoing improvements

- Add usb modules
  - Insserv boot.juxearly, too
This commit is contained in:
Jan Lindemann 2011-06-24 20:28:09 +00:00 committed by Jan Lindemann
commit 83bbe93341

View file

@ -5,7 +5,7 @@
arch=`uname -m` arch=`uname -m`
o_name=suse-11.4 o_name=suse-11.4
cmd=install cmd=install
initrd_modules="aufs via-rhine e1000 e1000e myri10ge forcedeth uhci_hcd" initrd_modules="aufs via-rhine e1000 e1000e myri10ge forcedeth usbcore ohci-hcd ehci-hcd uhci-hcd hid usbhid"
kernel_version=2.6.37.4 kernel_version=2.6.37.4
umask 0022 umask 0022
@ -108,7 +108,6 @@ payload_pkgs="
wget lukemftp wget lukemftp
openssh openssh
bprof-run
tar zip unzip tar zip unzip
rsync cpio rsync cpio
@ -644,15 +643,13 @@ setup_root_directory()
insserv_all() insserv_all()
{ {
local services=" local services="
boot.juxearly
boot.bprof
sshd sshd
jux jux
boot.bprof
" "
local service run_chroot /sbin/insserv -de $services
for service in $services; do
run_chroot /sbin/insserv -e $service
done
} }
set_sysconf_value() set_sysconf_value()