Skip to content

Releases: BiteDasher/skuf

Release 24.1+39.1

19 May 15:23
06c85ff
Compare
Choose a tag to compare

Changes compared to Release 24.0+39.1:

  • Fix ld error while building rootfs.tar

Release 24.0+39.1

18 May 20:46
c08525d
Compare
Choose a tag to compare

Changes compared to Release 23.1+39:

  • Synced with mkinitcpio 39.1
  • Reworked presets parser using kernel parameters
  • Fixed input of long strings when using read -e (readline)

Release 23.1+39

14 May 14:24
fadacd2
Compare
Choose a tag to compare

Changes compared to Release 23.0+39:

  • Fixed setup_defaults.sh

Changes compared to Release 22.0+38.1:

  • Synced with mkinitcpio 39
  • Synced with archiso 77
  • dirty_background_bytes=67108864 (64M) is now used instead of dirty_background_ratio=10 to reduce SMB load
  • Added dummy systemd trigger for network.target and network-online.target
  • syslinux configs cleaned up
  • default UEFI bootloader was changed to systemd-boot
  • Added support for setting presets using kernel parameters
  • Bug fixes

Release 22.0+38.1

14 Mar 09:14
00cb041
Compare
Choose a tag to compare

Changes compared to Release 20.0+37.3:

  • Add vm.dirty_ratio=40 and vm.dirty_background_ratio=10 as sysctl variables in init script for better SAMBA I/O
  • Synced with mkinitcpio 38.1

Release 20.0+37.3

27 Feb 20:54
aa8665c
Compare
Choose a tag to compare

Changes compared to Release 19.0+37.3:

  • A skuf binary was added for the target system, which allows you to get the version that was used to boot Arch Linux at step 2 and the version that is installed as a package
  • In an ISO image, you can no longer enter an empty path to the SAMBA folder where the image volume is located

Release 19.0+37.3

27 Feb 09:16
66c8ec6
Compare
Choose a tag to compare

Changes compared to Release 19.0+37.3:

  • Fixed dhcpcd dump lease operation if stdin is flooded
  • dhcpcd timeout is now 40 seconds

Release 18.0+37.3

25 Feb 21:20
a3f0816
Compare
Choose a tag to compare

Changes compared to Release 17.0:

  • Fixed the mechanism for checking if an IP address has been obtained
  • In cases when the user starts fucking the Enter button after starting dhcpcd the function of clearing the stdin buffer has been added, so that if the user has to enter credentials from the SMB server again this dialog will not be skipped
  • shellcheck is complaining less now
  • Small typo fix

Release 17.0+37.3

22 Feb 07:23
c707aaf
Compare
Choose a tag to compare

Changes compared to release 3.0 (first commit a90bbf7):

  • Added Plymouth support
  • Added sparse file support
  • Added support for re-entering SMB credentials in case of failure
  • /var/run is now symlink to /run
  • Correct font size on Retina displays is used
  • Fixed a problem with ghost text remaining on the console screen after kexec
  • dhcpcd comes with a module for udev
  • Added Predictable Network Interface Names support
  • Now you don't have to select a network interface, it is automatically detected
  • Added a crutch to restart dhcpcd in case of a broken IPv6 RA
  • In case the necessary binaries are not found in mkinitcpio-busybox we use the system ones.
  • Don't add all sorts of block device drivers.
  • The field separator in /proc/cmdline is now an ASCII Unit Separator instead of three commas.
  • You can use the keyboard shortcut Ctrl+H to delete characters while entering a SMB password.
  • The dialog for entering the user name and password is now shown first.
  • Other small bug fixes...