Hi, everyone !!!
I want to create a new bootable ISO after modify Anaconda. First, I use this command to create new images:
$ sudo lorax --product='Asianux Server' --version='7.0' --release='Asianux Server 7.0' --source=file:///home/asianux/AXS7/ --isfinal --buildarch=x86_64 ./lorax
But I got error messages:
rebuilding initramfs images
rebuilding boot/initramfs-3.10.0-123.el7.x86_64.img
No '/dev/log' or 'logger' included for syslog logging
dracut module 'anaconda' cannot be found or installed.
dracut module 'anaconda' cannot be found or installed.
cat: write error: Broken pipe
rebuilding boot/upgrade-3.10.0-123.el7.x86_64.img
No '/dev/log' or 'logger' included for syslog logging
Full log: http://pastebin.com/nfdVX8z1
I installed anaconda-dracut but nothing changed:
$ ls -la /usr/lib/dracut/modules.d/80anaconda/module-setup.sh
-rwxr-xr-x. 1 root root 2688 Jul 2 21:17 /usr/lib/dracut/modules.d/80anaconda/module-setup.sh
Second, I copy all contents in ./lorax directory into AXS7 dir (also contains Packages and repodata dirs). Then use mkisofs command to create a new ISO:
$ sudo mkisofs -b isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -c isolinux/boot.cat -eltorito-alt-boot -e images/efiboot.img -no-emul-boot -l -J -o ./Asianux-7.0-x86_64-test-dvddisc.iso -R -T -V 'Asianux Server 7.0 x86_64' ./AXS7/
But when I boot this ISO, it has error messages:
dracut: FATAL: No or empty root= argument
dracut: Refusing to continue
dracut: Refusing to continue
dracut: System halted
Please help me !!! Do I need to enable anaconda module after install anaconda-dracut?
P/S: I extracted RHEL7 ISO and then use same mkisofs command. It's ok so I think it only related to step when I create a new images.
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list