1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214
|
ltsp (21.01-1+deb11u1) bullseye; urgency=medium
* debian/patches:
+ Add 0001_Avoid-mv-on-init-symlink-in-order-to-work-around-ove.patch
(cherry-picked from upstream). Avoid mv on init symlink in order to
work around overlayfs issue. (Closes: #1049397).
-- Mike Gabriel <sunweaver@debian.org> Tue, 22 Aug 2023 18:32:24 +0200
ltsp (21.01-1) unstable; urgency=medium
[ Alkis Georgopoulos ]
* Update copyright in man pages
* Support openssh 8.4 (#358)
* Document separate partitions in ltsp image (#347)
* Correctly pass SSH_OPTIONS to pamltsp (#114)
* Increase SSHFS cleanup timeout
* Avoid more than 2 login error messages (#353)
* Remove all resume configuration files (#346)
* Transform INCLUDE into section_call (#343)
* Rename Raspbian to Raspberry Pi OS (#342)
* Allow NFS home in live CDs (#138)
* Avoid tmpfs home (#338)
* Make images accessible only by root (#336)
* Document the correct /etc/ltsp/bin/sshfs path (#341)
* Initial SSSD/LDAP support (#338)
* Update issue template for discussions
* Prevent AUTOLOGIN blocking boot in unmatched clients (#157)
* Disable nfs-kernel-server by default
* Update ltsp.conf.5.md
[ Vagrant Cascadian ]
* debian/patches: Prefer resolvectl over systemd-resolve.
(Closes: #979261)
[ Sébastien Ducoulombier ]
* make debclean remove docs/man
-- Vagrant Cascadian <vagrant@debian.org> Mon, 11 Jan 2021 14:22:12 -0800
ltsp (20.06-1) unstable; urgency=low
* Use sftp auth to allow disabling ssh logins (#128)
* Set upstream metadata fields (#129)
* Support multiseat (#133)
* Support netbooting without an initrd (#68)
* Default to READ_AHEAD_KB=128 (#27)
* Add simple NFS_HOME example in ltsp-nfs.5.md
-- Alkis Georgopoulos <alkisg@gmail.com> Fri, 19 Jun 2020 09:11:09 +0300
ltsp (20.04-1) unstable; urgency=medium
* Fix NFS chroot booting regression (#126)
-- Alkis Georgopoulos <alkisg@gmail.com> Fri, 03 Apr 2020 08:27:15 +0300
ltsp (20.03.1-1) unstable; urgency=medium
* Exclude account database backups from the generated image
-- Alkis Georgopoulos <alkisg@gmail.com> Sun, 22 Mar 2020 16:05:40 +0200
ltsp (20.03-1) unstable; urgency=medium
* Use eval_percent in PWMERGE_* (#118)
* Optimize autodetection for gnome-keyring-daemon removal (#115)
* Empty /var/log in ltsp init (#123)
* Disable snap refresh and hardlinks (#120)
* Update masked services for Ubuntu 20.04 (#124)
* Use absolute symlink for ltsp.service (#121)
* When disabling cups, also disable cups-browsed
-- Alkis Georgopoulos <alkisg@gmail.com> Mon, 16 Mar 2020 10:46:12 +0200
ltsp (20.01-1) unstable; urgency=medium
[ Alkis Georgopoulos ]
* Permit netbooting by just copying the /usr/share/ltsp directory
* Allow separate boot partition (#43)
* Server-side support for Raspberry Pis (#68)
* Introduce ADD_IMAGE_EXCLUDES and OMIT_IMAGE_EXCLUDES (#83)
[ Vagrant Cascadian ]
* debian/copyright: Use https URL for gnu.org licenses page
[ Alkis Georgopoulos ]
* Avoid warning when unlocking screensaver
* If systemd units cannot be disabled, warn without failing
* Restore live CD netbooting (#43)
[ Vagrant Cascadian ]
* docs/ltsp.conf: Fix spelling of "overridden".
* debian/control: Update Standards-Version to 4.5.0, no changes.
* Make cups mask only warn on failure.
* Add cups.path and cups.socket to default masked services.
[ Alkis Georgopoulos ]
* Don't activate debug_shell while inside a subshell
* Avoid partprobe race condition (#112)
* Consolidate systemctl calls
-- Vagrant Cascadian <vagrant@debian.org> Thu, 30 Jan 2020 10:01:06 -0800
ltsp (19.12.1-1) unstable; urgency=medium
[ Alkis Georgopoulos ]
* Add var/spool/squid/* to image.excludes (#106)
* Amend tftp-root path (#107)
* pamltsp is not an LTSP applet and can't use is_command
* Introduce CUPS_SERVER (#8)
[ kvaps ]
* Allow global KERNEL_PARAMETERS (#110)
[ Alkis Georgopoulos ]
* Allow global DEFAULT_IMAGE
[ Vagrant Cascadian ]
* Add var/cache/squid-deb-proxy/* to image.excludes
-- Vagrant Cascadian <vagrant@debian.org> Thu, 19 Dec 2019 23:33:44 -0800
ltsp (19.12-1) unstable; urgency=low
* Use pam-auth-update to install pamltsp (#104)
* Fuse3 doesn't need nonempty param (#99)
* Demote sshfs to Recommends (#98)
* Die after getopt errors (#94)
* Introduce IMAGE_TO_RAM parameter
* Introduce OMIT_FUNCTIONS parameter
* Move back to ltsp.org
* Show applets in ltsp --help (#80)
* Workaround single quote Ronn bug (#72)
* Document MENU_TIMEOUT for [server], not [clients] (#69)
* Introduce textifb (#69)
* Only modprobe loop if it's not loaded (#70)
-- Alkis Georgopoulos <alkisg@gmail.com> Fri, 06 Dec 2019 10:49:53 +0200
ltsp (19.11-1) unstable; urgency=low
* Prefer external ltsp-binaries package, fall back to ipxe (#49)
* Don't exclude /snap (#63)
* Make RELOGIN work in lightdm (#58)
* Remove HOSTNAME_PREFIX and _SUFFIX (#57)
* Enable ltsp.service with compat=10
* Amend AUTOLOGIN/PASSWORDS_x example (#58)
* Use SOURCE_DATE_EPOCH to set the date when generating man pages
* Command line parameters take precedence over ltsp.conf
* Default to OVERWRITE=1 (#53)
* Fix ltsp.conf manpage online rendering
-- Alkis Georgopoulos <alkisg@gmail.com> Mon, 11 Nov 2019 09:52:19 +0200
ltsp (19.10-1) experimental; urgency=medium
[ Alkis Georgopoulos ]
* Correct typo, x64_32 => x86_32
* Enhance install/base64 commands in ltsp.conf
* Use x86_32 in iPXE for all x86 32bit variants
* Avoid dd/swap boot block on small extended partitions
* Use no_root_squash for NFS3 (#25)
* Use timeo=600 to avoid nfsmount lags (#27)
* Use rsize=32768,wsize=32768 instead of timeo=600 (#27)
* Use commas in ltsp-dnsmasq.conf dns-server option (#28)
* Avoid `ltsp dnsmasq` failing on multiple proxy subnets (#30)
* Set read_ahead_kb=4 for network mounts (#27)
* Blacklist floppy module (#32)
* Make user accounts available before 55-
* Customize the greeter user list (#33)
* Avoid section_list: not found warning (#36)
* Correctly set _NL
* Add dhcpcd to MASK_SYSTEM_SERVICES
[ DI FH Markus Kienast ]
* Fix PWMERGE_(SGR|DUR|DGR) (#42)
[ Alkis Georgopoulos ]
* Make snaps run (#44)
[ Vagrant Cascadian ]
* docs/ltsp.conf.5.md: Fix spelling of "loosely".
* debian/control:
- Build-Depends: Prefer "ronn" over "ruby-ronn".
- Update Standards-Version to 4.4.1.
- Set Rules-Requires-Root to "no".
* debian/rules:
- Override dh_installinit to not add init script snippets.
- Copy ltsp.service file into debian/ and to allow dh_installsystemd
to work correctly.
* Fix typo in ltsp-initrd man page.
* Fix debian/watch file.
-- Vagrant Cascadian <vagrant@debian.org> Sat, 19 Oct 2019 13:23:20 -0700
ltsp (19.09-1) unstable; urgency=low
* Customize ltsp.ipxe from ltsp.conf parameters (#14)
* Introduce ltsp service, enable NAT, disable flow control (#13)
* Support Ubuntu and Debian live isos as bootable images
* Implement autologin and passwordless logins
* Generate a xorg.conf from ltsp.conf parameters
* Implement LOCAL_SWAP
* Fix various issues, inside and outside LTSP
-- Alkis Georgopoulos <alkisg@gmail.com> Mon, 02 Sep 2019 20:46:26 +0300
ltsp (19.08-1) unstable; urgency=low
* Import the new LTSP codebase from https://github.com/eellak/gsoc2019-ltsp.
With many thanks to GSoC, ellak.gr and the mentors!
-- Alkis Georgopoulos <alkisg@gmail.com> Sun, 18 Aug 2019 12:34:56 +0300
|