-
nikolamI woudl really like to enable pciex10ec,8161 as driver aliases for Realtek rge driver aliases, but it needs to be enabled at boot. The other day I were building SmartOS , but I only got boot archive.. boot-20260603T171934Z.tgz in /output I used the pkgbuild-lts image for the zone
-
nikolamMaybe I would do better with pkgbuild-trunk zone
-
jbkyou can create a custom /etc/driver_aliases that includes it as a boot module
-
nikolamjbk, and where to put it, since boot archive on USB is read-only ?
-
nikolamEven if bootable from HD, root archive actually is read-only
-
jbkit's done as a separate file..
-
jbkalong side the boot archive and boot archive hash file
-
nikolamjbk, ok. let me try
-
jbk
-
jbkshows how to do it with /etc/system
-
jbkbut should be the same principle for /etc/driver_aliases
-
jbk(I believe after you select the PI at the boot loader menu, you can also drop to the ok prompt and do `set etc_driver_aliases_load=YES` etc
-
jbkthen type 'boot'
-
jbk(if you want to first avoid modifying loader.conf.local and test it out)
-
jbknote it's the suffix (_load, _type, ...) of the variable name that's key
-
nikolamjbk, thanks, let me digest this.