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`
o_name=suse-11.4
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
umask 0022
@ -108,7 +108,6 @@ payload_pkgs="
wget lukemftp
openssh
bprof-run
tar zip unzip
rsync cpio
@ -644,15 +643,13 @@ setup_root_directory()
insserv_all()
{
local services="
boot.juxearly
boot.bprof
sshd
jux
boot.bprof
"
local service
for service in $services; do
run_chroot /sbin/insserv -e $service
done
run_chroot /sbin/insserv -de $services
}
set_sysconf_value()