VMware Cloud Community
bdorlus
Contributor
Contributor

Kickstart Busybox (NFS Mount Issue)

Testing %post and %pre scripts within a ks.cfg.  During my %pre process, I'm trying to access a share via NFS.  So when i enable "dryrun" within the ks.cfg and log into the console (Alt-F1) the below commnad failes with "No such device"

::Commands::

~# mkdir -p /mnt/install

~# mount -t nfs <nfs server ip>:/share /mnt/install

::Error::

mount: mounting <nfs server ip>:/share on /mnt/install failed: No such device

So, is it possible to mount nfs during kickstart?

0 Kudos
0 Replies