Package Release Info

linuxrc-7.0.30.3-bp153.1.1

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

linuxrc

Change Logs

* Tue Apr 27 2021 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#261
- don't ask for ssh password if ssh.password.enc is set (bsc#1185304)
- 7.0.30.3
* Mon Apr 26 2021 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#258
- fix handling of modules.order in driver updates (bsc#1184550)
- 7.0.30.2
* Tue Apr 13 2021 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#255
- fix handling of modules in driver updates (bsc#1184550)
- 7.0.30.1
* Thu Mar 11 2021 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#250
- add 'extend' option (bsc#1183368)
- 7.0.30
* Fri Mar 05 2021 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#249
- Revert "default to using zram"
- 7.0.29
* Fri Mar 05 2021 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#247
- fix buffer overflow when setting up loop device (bsc#1180161)
- adjust last remaining dubious strcpy use
- 7.0.28
* Wed Mar 03 2021 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#246
- default to using zram
- document install.inf entry
- support using zram device as root file system (jsc#SLE-17630)
- 7.0.27
* Thu Jan 21 2021 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#245
- Fix the wrong function name
- Replace splash with plymouth utils (boo#1149070)
- 7.0.26
* Thu Jan 21 2021 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#244
- cleanup module code to avoid static string buffers (bsc#1180792)
- minor adjustments
* Tue Jan 19 2021 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#241
- fix writing out of menu item array bounds (bsc#1180792)
- use best fitting module config entry
- update module loaded state properly
- ensure modules are actually loaded in every code path
- fix buffer overflow triggered by very long module descriptions
- 7.0.25
* Wed Jan 13 2021 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#239
- fix detection of config file type (XML vs. plain text) bsc#1179936
- 7.0.24
* Thu Jan 07 2021 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#237
- Since kernel 5.10, /sys/firmware/efi/vars has been dropped for
  non-x86 architectures, only /sys/firmware/efi/efivars remains So,
  check both to know if we are running on EFI boo#1180408
- 7.0.23
* Wed Dec 02 2020 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#234
- do not offer --real-mode as kexec option in debug mode (bsc#1141875)
- 7.0.22
* Wed Oct 28 2020 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#232
- fix linuxrc module option parsing
- 7.0.21
* Wed Oct 28 2020 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#231
- add insmod.pre option to linuxrc (bsc#1174912)
- fix potential buffer overflow (correctly detected by gcc)
- don't use modprobe before modprobe config files are available
- 7.0.20
* Fri Oct 23 2020 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#230
- add rfc2132 keyword to ifcfg option (jsc#SLE-15770, jsc#SLE-15488)
- 7.0.19
* Wed Jun 24 2020 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#225
- s390: set rd.zdev=no-auto if auto-config has been turned off
  (bsc#1168036)
- 7.0.18
* Wed Jun 03 2020 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#224
- replace $releasever in URLs, similar to libzypp (bsc#1171018)
- 7.0.17
* Thu May 14 2020 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#223
- udevadm is in /usr/bin (bsc#1171587)
- 7.0.16
Version: 7.0.15-bp152.1.1
* Thu Apr 30 2020 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#222
- take care of url query parameters (bsc#1169492)
- add autoyast.passurl option to linuxrc
- 7.0.15
* Thu Apr 09 2020 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#221
- Use long-named options for better readability
- 7.0.14
* Thu Apr 09 2020 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#218
- Update doc for hostname in different SLE versions
* Mon Apr 06 2020 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#220
- make I/O device pre-configuration optional (bsc#1168036,
  jsc#SLE-7396)
- add check for pre-config data
- change displayed texts to 'auto-configuration'
- 7.0.13
* Thu Apr 02 2020 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#219
- parse 'try' keyword in ifcfg option (jsc#SLE-8965, jsc#SLE-9791)
- move ifcfg option with 'try' to config.ifcfg.manual
- fix iterating through device list
- remove unused is_configured var
- remove trailing space
- fix travis setup
- 7.0.12
* Fri Mar 06 2020 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#216
- fix rescue system setup (bsc#1160378)
- 7.0.11
* Tue Feb 18 2020 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#213
- move plymouthd start after screen size detection (bsc#1163115)
- 7.0.10
* Wed Jan 29 2020 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#210
- For bsc#1161701, Moved the logic to retrieve the platform name
  into a subroutine, and moved the invocation of it until after the
  call to lxrc_add_parts so that the squashfs files have been
  loopback mounted. Move the definition for the platform variable
  outside the ifdef. Replace a direct assignment to platform with a
  call to str_copy.
- Modified the startup message from "1996-2019" to "1996-2020"
- 7.0.9
* Fri Jan 24 2020 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#209
- rework 'extend' command to log and report an error if linuxrc
  unexpectedly crashes (bsc#1158996)
- Append RPM_OPT_FLAGS to CFLAGS.
- 7.0.8
* Tue Jan 07 2020 Steffen Winterfeldt <snwint@suse.com>
- s390x needs qclib-devel to build
* Fri Dec 13 2019 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#207
- Revert "Append RPM_OPT_FLAGS to CFLAGS." (bsc#1158996)
- 7.0.7
* Thu Dec 12 2019 Steffen Winterfeldt <snwint@suse.com>
- enhance shell login and installer to indicate IBM Z model
  (jsc#SLE-9424)
* Tue Dec 10 2019 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#206
- For jsc#SLE-9474, Added logic to linuxrc.c and util.c to retrieve
  the name of the processor linuxrc is running on, for mainframe
  systems only.
- 7.0.6
* Thu Dec 05 2019 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#204
- Append RPM_OPT_FLAGS to CFLAGS.
- Append EXTRA_CFLAGS to CFLAGS.
- 7.0.5
* Thu Dec 05 2019 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#205
- Fix building with -fno-common.
- 7.0.4
* Thu Nov 28 2019 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#200
- fix 'label' URL scheme parsing
- 7.0.3
* Thu Nov 28 2019 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#199
- fix URL parsing (bsc#1156967)
- re-parse URLs after udevd has been started (bsc#1156967)
- 7.0.2
* Tue Nov 19 2019 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#198
- ensure autoyast url is passed to yast when autoyast2 option is
  used (bsc#1157031)
- 7.0.1
* Wed Oct 23 2019 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#196
- show debug info also on console device
- fix reading slp data
- show both autoyast and autoyast2 options on linuxrc info page
- support autoyast-style URL syntax
- read and parse autoyast file
- add needed entries to global config struct
- add new autoyast.parse key
- parse autoyast/autoyast2 options and add new autoyast url schemes
- activate new autoyast code
- fix parsing linuxrc options embedded in AutoYaST file (bsc#1145574)
- document autoyast option behavior
- small additions to autoyast handling doc
- support autoyast url schemes in linuxrc
- 7.0.0
* Tue Sep 24 2019 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#195
- add support for compressed modules
- 6.0.15
Version: 6.0.10-bp151.1.1
* Thu May 02 2019 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#188
- add 'autoassembly' boot option to prevent MD/RAID autoassembly
  (bsc#1132688)
- simplify code
- 6.0.10
* Tue Mar 19 2019 snwint@suse.de
- merge gh#openSUSE/linuxrc#187
- fix network dialog workflow when VLAN is active (bsc#1124654)
- add more logging in test mode
- add a bit of explanation
- 6.0.9
* Mon Mar 18 2019 snwint@suse.de
- merge gh#openSUSE/linuxrc#186
- Fix usage of a out-of-scope vector constructor.
- 6.0.8
* Fri Mar 01 2019 snwint@suse.de
- merge gh#openSUSE/linuxrc#185
- adjust copyright year (bsc#1127464)
- 6.0.7
* Wed Feb 20 2019 schubi@suse.de
- merge gh#openSUSE/linuxrc#184
- Setting manual=0 in install.inf (bsc#1055667)
- 6.0.6
* Wed Nov 28 2018 shundhammer@suse.de
- merge gh#openSUSE/linuxrc#183
- Added parameter norepo (fate#325482)
- 6.0.5
* Tue Nov 27 2018 shundhammer@suse.de
- merge gh#openSUSE/linuxrc#182
- Added new BuildRequires to devel doc
- 6.0.4
* Wed Nov 14 2018 snwint@suse.de
- merge gh#openSUSE/linuxrc#181
- setctsid is dead, long live setsid (bsc#1109290)
- 6.0.3
* Mon Sep 10 2018 snwint@suse.de
- merge gh#openSUSE/linuxrc#180
- request s390 network device dialog only if really needed
  (bsc#1106466)
- 6.0.2
* Mon Jul 16 2018 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#177
- add check_media() function (bsc#1000947, bsc#1036004)
- run check_media() _before_ locating the repository
- move mediacheck from expert settings to install menu
- fix docker setup
- 6.0.1
* Mon Jul 02 2018 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#176
- rewrite digest_media_verify() to use new mediacheck lib
  (bsc#1000947)
- adjust Makefile
- fix minor linemode issue
- replace all remaining digest calculation in linuxrc with
  libmediacheck calls
- code adjustments
- 6.0.0
* Tue Jun 19 2018 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#173
- address some gcc warnings
- 5.1.14
* Tue Jun 19 2018 opensuse-packaging@opensuse.org
- merge gh#openSUSE/linuxrc#170
- Eliminate chance of read() hang on size check
- 5.1.13
* Tue Jun 19 2018 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#171
- don't impose limits on /proc/cmdline size (bsc#1092154)
* Wed May 30 2018 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#169
- write s390 config values into /boot/zipl/active_devices.txt
  (bsc#1095062)
- 5.1.12
* Fri Apr 20 2018 snwint@suse.de
- merge gh#openSUSE/linuxrc#168
- 5.1.11
* Wed Apr 18 2018 wfeldt@opensuse.org
- activate s390 devices when reading driver updates via nfs & cifs
  (bsc#1089937)
- 5.1.10
* Wed Apr 11 2018 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#167
- kexec uses '-a' option now (bsc#1076839)
- 5.1.9
* Mon Mar 26 2018 opensuse-packaging@opensuse.org
- merge gh#openSUSE/linuxrc#166
- Fix for bsc#1085860 Change chzdev call to conform to documented
  syntax
- 5.1.8
* Thu Mar 15 2018 wfeldt@opensuse.org
- merge gh#openSUSE/linuxrc#165
- be carefull with 'kexec -s', it's not always available (bsc#1076839)
- 5.1.7