Martin, To get past my installation issues, I decided it would be easier just to modify the existing XS-163.iso than go download all the git-clone and build it from scratch. That said, I was able to use Fedora 7 "kickstart configurator" tool to get the following, I can merge it with your "packages" and "@post" script. Does that look reasonable?
Here is the kickstart-ks.cfg generated: ================ #platform=x86, AMD64, or Intel EM64T # System authorization information auth --useshadow --enablemd5 # Use text mode install text # Firewall configuration firewall --disabled # Use interactive kickstart installation method interactive # System keyboard keyboard us # System language lang en_US # SELinux configuration selinux --disabled # Do not configure the X Window System skipx # Install OS instead of upgrade install # Use CDROM installation media cdrom # Network information network --bootproto=dhcp --device=eth2 --onboot=on network --bootproto=static --device=eth1 --gateway=192.168.0.1 --ip=192.168.0.77 --nameserver=216.39.128.2 --netmask=255.255.255.0 --onboot=on # System timezone timezone --isUtc America/New_York # System bootloader configuration bootloader --location=none # Partition clearing information clearpart --none ====================== Let me know if I need to change any of these settings. -- Tony
_______________________________________________ Server-devel mailing list [email protected] http://lists.laptop.org/listinfo/server-devel
