On Wed, Dec 30, 2020 at 11:34 PM Scott Dowdle <[email protected]> wrote: > The %post stuff really creates a script on the media that gets run at boot > time... so the liveuser is created every time the live media boots... and is > NOT baked-in. If you want to dump liveuser account customizations in, > you're > going to have to find a way to make it part of the script that > creates the liveuser account on boot. That shouldn't be too hard. You'll > just have to copy everything you care about into your image (usually doable > in the "%post --> > nochroot" section so you have a stuff to copy from. I > can provide an example of that from my own REMIX kickstarts although I'm not > copying anything into liveuser but into /root/ as my media includes the build > scripts that they > were made with under /root/livecd-creator. The root > account IS baked-in a little easier.
Yes. I saw its an init/rc.d script. I am getting an error that seems to look real nasty: Running scriptlet: kernel-core-5.9.16-200.fc33.x86_64 /etc/dracut.conf.d/99-liveos.conf:filesystems+="vfat msdos isofs ext4 xfs btrfs squashfs " /etc/dracut.conf.d/99-liveos.conf:add_drivers+="sr_mod sd_mod ide-cd cdrom =ata sym53c8xx aic7xxx ehci_hcd uhci_hcd ohci_hcd usb_storage usbhid uas firewire-sbp2 firewire-ohci sbp2 ohci1394 ieee1394 mmc_block sdhci sdhci-pci pata_pcmcia mptsas virtio_blk virtio_pci virtio_scsi virtio_net virtio_mmio virtio_balloon virtio-rng " dracut: WARNING: <key>+=" <values> ": <values> should have surrounding white spaces! dracut: WARNING: This will lead to unwanted side effects! Please fix the configuration file. dracut: No '/dev/log' or 'logger' included for syslog logging dracut-install: ERROR: installing 'sr_mod' dracut-install: ERROR: installing 'ext4' sort: fflush failed: 'standard output': Broken pipe sort: write error gzip: stdout: Broken pipe I am not sure if this a bug or if this error is because I am doing something wrong. I am not sure even if I have to worry about this error. -- Regards, Sreyan Chakravarty _______________________________________________ livecd mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
