<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=US-ASCII" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19258"></HEAD>
<BODY style="FONT-FAMILY: Arial; COLOR: #000000; FONT-SIZE: 10pt" id=role_body 
bottomMargin=7 leftMargin=7 rightMargin=7 topMargin=7><FONT id=role_document 
color=#000000 size=2 face=Arial>
<DIV> anaconda kickstart unattended unstallation does not work in fedora 
core 17 (or at least for my boot method situation) - so, I am trying to write a 
shell script that will be ran on a fc 16 installed machine that will simulate 
what kickstart does so that I can do unattended installs.<BR> I have ran 
into a systemd problem when I try to create some user accounts 
using:<BR> mkdir /chroot_mnt_point<BR> mount /dev/$FC_17_ROOT_DEVICE 
/chroot_mnt_point<BR>     #example: /dev/sda11 
<BR> chroot /chroot_mnt_point /usr/sbin/adduser -d/home/user1 -G0,3 -o -u0 
-s/bin/bash user1<BR>     # the user does get created 
as evidenced by creation of /home/user1<BR> touch 
/chroot_mnt_point/.autorelabel<BR> But when I try to boot the new fc 
installation machine, I get many systemd errors and the machine 
hangs.<BR> The first says check status of systemd-tmpfiles-setup<BR> I 
think these errors are from syslinux but I forced a relabel, so, in the past, 
this kind of problem would be fixed on 
boot.<BR>Floyd,</DIV></FONT></BODY></HTML>