mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-22 06:00:40 +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`
|
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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue