Skip to content

Commit

Permalink
Upgrade to FAI v6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Florent CARLI <[email protected]>
  • Loading branch information
insatomcat committed Feb 5, 2024
1 parent 1212b6c commit 3e02118
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 17 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM debian:12
RUN apt-get update && \
COPY etc_fai/apt/keys/fai-project.gpg /etc/apt/trusted.gpg.d/
RUN echo "deb [arch=amd64] http://fai-project.org/download bookworm koeln" > /etc/apt/sources.list.d/fai.list && \
apt-get update && \
apt-get -y upgrade && \
apt-get -y install fai-server fai-doc fai-setup-storage && \
apt-get -y install lftp curl && \
Expand Down
21 changes: 6 additions & 15 deletions etc_fai/NFSROOT
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ rsync
lshw procinfo
dump reiserfsprogs xfsprogs xfsdump btrfs-progs
hwinfo hdparm smartmontools nvme-cli
rdate
zile
numactl
udns-utils
Expand All @@ -15,34 +14,36 @@ pxelinux syslinux-common
ca-certificates # for get-config-dir-https and apt-transport-https
usbutils pciutils
ssh
screen tmux
netselect
mdadm
cryptsetup
#git # git consumes a lot of disk space on the FAI CD

PACKAGES install-norec
# dracut replaces live-boot and initramfs-tools
dracut live-boot- initramfs-tools-
dracut-config-generic
dracut-network
sysvinit-core systemd-sysv-
curl lftp
less
ntpdate
ntpsec-ntpdate rdate
dosfstools
lvm2
psmisc
uuid-runtime
dialog
console-common kbd
xz-utils pigz zstd
gpg


# some network cards needs firmware
PACKAGES install-norec NONFREE
firmware-bnx2 firmware-bnx2x firmware-realtek
firmware-cavium
firmware-cavium firmware-myricom firmware-netronome
firmware-misc-nonfree


# you should not edit the lines below
# architecture dependend list of packages that are installed

Expand All @@ -67,13 +68,3 @@ PACKAGES install-norec ARMHF
grub-efi-arm
efibootmgr
linux-image-armmp

PACKAGES install-norec DEBIAN_9
apt-transport-https

PACKAGES install-norec DEBIAN_10
fdisk gpg

PACKAGES install-norec DEBIAN_11 DEBIAN_
fdisk gpg

2 changes: 1 addition & 1 deletion etc_fai/apt/sources.list
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ deb http://ftp.fr.debian.org/debian-security bookworm-security main contrib non-
deb http://ftp.fr.debian.org/debian bookworm-backports main contrib non-free

# repository that may contain newer fai packages for bookworm
#deb [arch=amd64] http://fai-project.org/download bookworm koeln
deb [arch=amd64] http://fai-project.org/download bookworm koeln

#Elastic
deb [arch=amd64] https://artifacts.elastic.co/packages/8.x/apt stable main
2 changes: 2 additions & 0 deletions srv_fai_config/class/SEAPATH_COMMON.var.defaults
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# default values for installation. You can override them in your *.var files

HOSTNAME=debian

# allow installation of packages from unsigned repositories
FAI_ALLOW_UNSIGNED=0

Expand Down

0 comments on commit 3e02118

Please sign in to comment.