February 2023 Release
How to update
- Option 1: Download the attached pre-configured Raspberry Pi OS Lite image, and flash it onto a SD card. (Reminder: Backup all of your data before doing this!)
- Option 2: On an existing PiSCSI installation, perform the following procedure:
cd ~/piscsi
git pull
git checkout v23.02.01
./easyinstall.sh
Select option 1 in easyinstall.sh to rebuild and install
SD Card Info
- Default username:password is
pi
:raspberry
- Default host name is
piscsi
Localization stats:
- French
255 translated messages, 1 untranslated message. - Chinese
243 translated messages, 2 fuzzy translations, 11 untranslated messages. - Swedish
256 translated messages. - Spanish
256 translated messages. - German
256 translated messages.
What's Changed
PiSCSI
- Fixed unit tests and version formatting by @uweseimet in #1062
- Ignore dummy network interfaces when setting up interface list by @uweseimet in #1066
- Fixed shutdown issues by @uweseimet in #1067
- Do not abort but only warn on unexpected CD-ROM image size by @uweseimet in #1084
Web Interface
- Allow generating ISO image from local file by @rdmark in #1046
- Streamline the create ISO workflow, removing the attach step by @rdmark in #1069
- Unique page title for each page by @rdmark in #1056
- Ability to download and upload config files by @rdmark in #1075 #1076 #1083 #1087
- Native python methods for file operations, which enables large file operations on 32 bit OSes by @rdmark in #1079
- Fix handling of properties files when they're in subdirs by @rdmark in #1082
Other improvements
- Remove incorrect and unused usermod command that caused errors for some people by @rdmark in #1073
- Bump Netatalk version to 2.230201 by @rdmark in #1093
- Add credit for the logo by @akuker in #1078
- Move os_integration to root level by @rdmark in #1085
- Translation script: Create venv when needed, so that it can be used on macOS by @rdmark in #1089
- Update Swedish translation (Jan 2023) by @rdmark in #1086
- German translation update by @cvictor in #1090
- Update Spanish, French and Chinese translations by @akuker in #1095
Full Changelog: v22.12.01...v23.02.01