diff --git a/scripts/integrate-distro.sh b/scripts/integrate-distro.sh index 5b63aa13..090030bb 100644 --- a/scripts/integrate-distro.sh +++ b/scripts/integrate-distro.sh @@ -536,33 +536,6 @@ EOT #|/dev/sda2 /boot auto defaults 0 0 } -make_etc_sysctl_conf() -{ - _cat< $root/etc/ldap.conf.netboot - make_netboot_etc_openldap_ldap_conf > $root/etc/openldap/ldap.conf.netboot - make_netboot_etc_hosts > $root/etc/hosts.netboot - make_netboot_etc_fstab > $root/etc/fstab.netboot - make_etc_openldap_ldap_conf > $root/etc/openldap/ldap.conf - chmod 644 $root/etc/openldap/ldap.conf - - make_etc_ldap_conf > $root/etc/ldap.conf - make_etc_hosts > $root/etc/hosts - make_etc_resolv_conf > $root/etc/resolv.conf - make_etc_fstab > $root/etc/fstab - make_etc_sysctl_conf > $root/etc/sysctl.conf - make_etc_issue > $root/etc/issue - make_etc_issue_net > $root/etc/issue.net + #make_etc_resolv_conf > $root/etc/resolv.conf + #make_etc_fstab > $root/etc/fstab host_zypper "base" install --auto-agree-with-licenses $base_pkgs host_zypper "base update" install --auto-agree-with-licenses $update_pkgs @@ -992,7 +931,6 @@ cmd_install() esac chroot $root /opt/jux/bin/jux-init-namespace.sh chroot $root /sbin/ldconfig - install -m 755 -d $root/srv/nfs/boot/pxe/bin install -m 755 -d $root/srv/nfs/var install -m 777 -d $root/srv/nfs/var/cores install -m 777 -d $root/var/cores