-
|
Hi, I was wondering whether or not it would be possible with anaconda/kickstart to install into an already mounted directory tree instead of using My intention is to do the disk setup in %pre
rpm -ivh --nodeps \
https://myserver/kmod-zfs-$(uname -r)-${zfsver}.x86_64.rpm \
https://myserver/zfs-static-${zfsver}.x86_64.rpm
modprobe -v zfs
udevadm control -R
zpool create -m none rpool /dev/sda
zfs create …
# and so on
%endthen mount the zfs tree in Is there any workaround or tweak for that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
never mind, found it: |
Beta Was this translation helpful? Give feedback.
never mind, found it:
inst.dirinstall=/mnt/sysimageis it.