integrate-distro.sh: Ongoing improvements

- Add package syslinux
  - Add mount point /srv/nfs/boot/pxe/bin
  - Add bind mount /usr/share/syslinux
This commit is contained in:
Jan Lindemann 2011-06-21 19:09:44 +00:00 committed by Jan Lindemann
commit c1c8058a55

View file

@ -29,6 +29,7 @@ payload_pkgs="
mkinitrd
sysvinit
grub
syslinux
splashy
kbd
@ -385,6 +386,7 @@ make_etc_fstab()
|debugfs /sys/kernel/debug debugfs noauto 0 0
|usbfs /proc/bus/usb usbfs noauto 0 0
|devpts /dev/pts devpts mode=0620,gid=5 0 0
|/usr/share/syslinux /srv/nfs/boot/pxe/bin auto bind 0 0
EOT
}
@ -653,7 +655,7 @@ cmd_install()
/etc/sysconfig/keyboard \
/etc/sysconfig/clock \
/etc/openldap/schema/authldap.schema \
/etc/bprof.secret \
/etc/opt/bprof/bprof.secret \
; do
install -d -m 755 `dirname $root$c`
cp -rp $c $root$c
@ -698,6 +700,7 @@ cmd_install()
chroot $root /sbin/ldconfig
chroot $root /sbin/SuSEconfig
chroot $root /opt/jux/bin/jux-init-namespace.sh
install -m 755 -d $root/srv/nfs/boot/pxe/bin
for c in \
/etc/pam.d/* \