Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package linuxrc for openSUSE:Factory checked in at 2021-04-08 21:03:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/linuxrc (Old) and /work/SRC/openSUSE:Factory/.linuxrc.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "linuxrc" Thu Apr 8 21:03:15 2021 rev:295 rq:883252 version:7.0.31 Changes: -------- --- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes 2021-03-15 10:53:50.749120650 +0100 +++ /work/SRC/openSUSE:Factory/.linuxrc.new.2401/linuxrc.changes 2021-04-08 21:03:25.745982522 +0200 @@ -1,0 +2,13 @@ +Thu Apr 1 08:48:43 UTC 2021 - [email protected] + +- merge gh#openSUSE/linuxrc#252 +- default to using zram +- 7.0.31 + +-------------------------------------------------------------------- +Thu Apr 1 08:44:09 UTC 2021 - [email protected] + +- merge gh#openSUSE/linuxrc#251 +- fix rescue image in usrmerge case (boo#1029961) + +-------------------------------------------------------------------- Old: ---- linuxrc-7.0.30.tar.xz New: ---- linuxrc-7.0.31.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linuxrc.spec ++++++ --- /var/tmp/diff_new_pack.txxuwK/_old 2021-04-08 21:03:26.297983119 +0200 +++ /var/tmp/diff_new_pack.txxuwK/_new 2021-04-08 21:03:26.301983123 +0200 @@ -17,7 +17,7 @@ Name: linuxrc -Version: 7.0.30 +Version: 7.0.31 Release: 0 Summary: SUSE Installation Program License: GPL-3.0+ ++++++ linuxrc-7.0.30.tar.xz -> linuxrc-7.0.31.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-7.0.30/VERSION new/linuxrc-7.0.31/VERSION --- old/linuxrc-7.0.30/VERSION 2021-03-11 12:13:15.000000000 +0100 +++ new/linuxrc-7.0.31/VERSION 2021-04-01 10:48:43.000000000 +0200 @@ -1 +1 @@ -7.0.30 +7.0.31 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-7.0.30/changelog new/linuxrc-7.0.31/changelog --- old/linuxrc-7.0.30/changelog 2021-03-11 12:13:15.000000000 +0100 +++ new/linuxrc-7.0.31/changelog 2021-04-01 10:48:43.000000000 +0200 @@ -1,3 +1,9 @@ +2021-04-01: 7.0.31 + - merge gh#openSUSE/linuxrc#251 + - fix rescue image in usrmerge case (boo#1029961) + - merge gh#openSUSE/linuxrc#252 + - default to using zram + 2021-03-11: 7.0.30 - merge gh#openSUSE/linuxrc#250 - add 'extend' option diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-7.0.30/linuxrc.c new/linuxrc-7.0.31/linuxrc.c --- old/linuxrc-7.0.30/linuxrc.c 2021-03-11 12:13:15.000000000 +0100 +++ new/linuxrc-7.0.31/linuxrc.c 2021-04-01 10:48:43.000000000 +0200 @@ -135,6 +135,10 @@ config.run_as_linuxrc = 1; config.tmpfs = 1; + // use zram + str_copy(&config.zram.root_size, "1G"); + str_copy(&config.zram.swap_size, "1G"); + str_copy(&config.console, "/dev/console"); // define logging destinations for the various log levels: @@ -303,8 +307,8 @@ slist_t *sl; char *argv[3] = { }; char *dirs[] = { - "bin", "boot", "etc", "home", "lib", "run", - "media", "mounts", "mounts/initrd", "mnt", "parts", "parts/mp_0000", "proc", "sbin", + "boot", "etc", "home", "run", + "media", "mounts", "mounts/initrd", "mnt", "parts", "parts/mp_0000", "proc", "sys", "tmp", "usr", "usr/lib", "usr/lib/microcode", "var", NULL };
