Skip to content

Commit

Permalink
add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Dec 23, 2023
1 parent 9fa85e7 commit 8d3aeef
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,73 @@
fai (6.1~sys13) UNRELEASED; urgency=low

[ Thomas Lange ]

* get-config-dir-svn: remove stray space, Closes: #1041609
* Init.pm: allow more md device names, Closes: #1050383,
fix regex for nvme devices with namespaces
* get-config-dir-detect: new method
* new script mk-data-partition, add option -c
* fai: drop sysv code for starting udev,
if a partition named MY-DATA exists mount it to /media/data
* task_chboot: do not call if called by fai-diskimage
* fai-diskimage: add option -C, use zstd for qcow2 format
* fai-savelog: add optional directory to -l
* task_instsoft: install packages from /media/data/pkgs
* task_savelog: save logs to local data partition if it exists
* terminal-wrapper: add support for running inside a screen or tmux
session
* fai-cd: redirect errors from dpkg call, preserve hardlinks when
copying
* fai-scan.sh: redirect dialog output to console, needed for systemd
* grub.cfg: add partition regex and additional path to EFI environment,
fix wrong test, ignore FAI CD, print arning if no grub.cfg is found
* grub.cfg.live: add config for live ISO
* fai-cd.8: add example how to create a live ISO
* fai-kvm: add boot from USB, do not add disks that do not exist
* task_dirinstall: print size of created file system
* task_chboot: handle FAI_LOGPROTO=none
* task_repository: copy sources.list to nfsroot.list
* fai-cd: handle symlink to nfsroot, add unicode font
* mkdebmirror: switch to bookworm
* fai-mirror: add non-free-firmware
* install_packages: use apt instead of aptitude for just unpacking,
remove unsupported aptitude option '--allow-change-held-packages',
Closes: #1030312
* conf/NFSROOT: add uuidgen, more nonfree firmware
* fai-mount-disk: ignore USB stick we booted from, ignore
/dev/mapper/live-base
* fai-make-nfsroot: add support for symlinks, adjust modules for systemd
* setup_storage: add variable FAI_KEEP_CRYPTKEYFILE
* fai-mirror.1: explain when -B should not be used
* fai-disk-info: move multiple functions into subroutines
* package_config/FAISERVER: remove grub-pc, Closes: #1054263, #1054262
* mk-basefile: add Alma Linux
* add class LIVEISO
* hook/subroutines: define two cleanup_.. functions
* instsoft.DEBIAN: use zstd for dracut
* subroutines: add set_bootstick,
add multiple functions for generating disk lists
grepv_disks()
grep_disks()
notmatchdisks()
matchdisks()
smallestdisk()
largestdisk()
all_disks_by_size()
all_disks_and_size()
once_only()
checkdisk()
disks_by_id()

[ Henning Glawe ]
* fai-mount-disk: ignore partition type "zfs_member"
* mount2dir: ignore nfs4 and cephfs

[ Moritz 'Morty' Strübe ]
* add support for systemd

-- Thomas Lange <lange@debian.org> Sat, 23 Dec 2023 09:36:11 +0100

fai (6.0.5) unstable; urgency=low

* fai-diskimage: do not compress qcow2 using -c (too slow),
Expand Down

0 comments on commit 8d3aeef

Please sign in to comment.