Fred wrote: > Hello > > I'm having this issue: With UnionFS enable, when editing /etc/rc.conf to > uncomment "#ZAPMODS="wctdm", the change doesn't stick, so when I reboot, > the Zaptel module is not loaded (lsmod shows no trace of "wctdm", "modprobe > wctdm" says "Module wctdm not found", and "ztcfg -vv" says "line 0: Unable > to open master device '/dev/zap/ctl'") > > Since /etc/rc.conf really is /tmp/etc/rc.conf, what's the right way to > save this in the UnionFS partition, along with other configuration files > that I want to stick when rebooting? Add "astkd=/dev/hda2" in KCMD? > > Thank you.
If you're using unionfs without a key disk you'll need to copy some of the files that normally are created by genkd into /mnt/kd (which actually will reside on the unionfs partition). I updated the genunion script to do this for you, but back everything up before you do this because it may overwrite changes. You also need to boot up WITHOUT specifying asturw=/dev/blaX in your cmdline or the genunion script won't work. Darrick -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
