mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
integrate-distro.sh: Ongoing improvements
- Add usb modules - Insserv boot.juxearly, too
This commit is contained in:
parent
bd4a973fc9
commit
83bbe93341
1 changed files with 4 additions and 7 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue