I followed the instructions to configure a Jumpstart server:
Installed DHCP server
Enabled ftp
Enabled nfs
restart to activate services
so far so good
I copied the kern1.flp and mfsroot.flp from the iso image to a temp directory and did the following:
# mdconfig -a -t vnode -f kern.flp -u 0
# mount /dev/md0 /mnt
# cp -R /mnt /usr/tftpboot
# umount /mnt
# mdconfig -d -u 0
The file copied is kernel.gz.aa instead of kernel.gz. The same happens with the mfsroot file: mfsroot.gz.aa.
What am I doing wrong here?
Thx for you help.
Installed DHCP server
Enabled ftp
Enabled nfs
restart to activate services
so far so good
I copied the kern1.flp and mfsroot.flp from the iso image to a temp directory and did the following:
# mdconfig -a -t vnode -f kern.flp -u 0
# mount /dev/md0 /mnt
# cp -R /mnt /usr/tftpboot
# umount /mnt
# mdconfig -d -u 0
The file copied is kernel.gz.aa instead of kernel.gz. The same happens with the mfsroot file: mfsroot.gz.aa.
What am I doing wrong here?
Thx for you help.