Hey guys, I would like to build a Debian 8 without installing Sysv.
Following this (https://lists.uni-koeln.de/pipermail/linux-fai/2015-May/010894.html) thread, I modified my NSFROOT like this: ### # package list for creating the NFSROOT PACKAGES aptitude sysvinit-core nfs-common fai-nfsroot module-init-tools ssh rdate lshw rpcbind rsync lftp less dump reiserfsprogs e2fsprogs usbutils hwinfo psmisc pciutils hdparm smartmontools parted mdadm lvm2 dnsutils ntpdate dosfstools xfsprogs xfsdump btrfs-tools procinfo numactl dialog console-common kbd iproute moreutils udev subversion xz-utils cupt pxelinux syslinux-common debian-keyring ################################################################## # # # root@fai-server:~# fai-make-nfsroot -v -f -C /etc/fai/debian8/ # # # ################################################################## # Use dracut and replace live-boot dracut-network live-boot- initramfs-tools- PACKAGES aptitude AMD64 grub-pc linux-image-amd64 ### and my nfsroot.conf like this: ### # Debootstrapping FAI_DEBOOTSTRAP="jessie http://deb-mirror/debian" FAI_DEBOOTSTRAP_OPTS="--exclude=info,systemd,systemd-sysv --include=aptitude,sysvinit" # Root password FAI_ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1' # Directory containing live system which will be mounted for installation NFSROOT=/srv/fai/nfsroot/debian8/ # Kernel and Initrd will be placed here TFTPROOT=/srv/tftp/fai/debian8/ # Directory containing configuration SERVER=172.1.2.3 FAI_CONFIG_SRC=nfs://172.1.2.3/srv/fai/config/debian8 FAI_CONFIGDIR=/srv/fai/config/debian8 # Add hooks. NFSROOT_HOOKS=/etc/fai/debian8/hooks/ ### This works fine but feels like a bloody workaround. Is there a way to install a Debian 8 without first installing sysv at all? Regards, Steven Profitieren Sie von der sicheren E-Mail-Übertragung Ihrer Daten mit einer kostenlosen E-Mail-Adresse der Telekom. www.t-online.de/email-kostenlos