casper: tune liveuser uid for higher systemd-journal version.
This commit is contained in:
parent
1afafb2305
commit
144011fe68
2 changed files with 57 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=17
|
||||
VERSION=18
|
||||
|
||||
. ./config
|
||||
|
||||
|
|
@ -45,6 +45,9 @@ sed "s/head -n1/sed -n 1p/" -i scripts/casper-functions
|
|||
|
||||
# Set trisquel isos as default suggestion.
|
||||
patch --no-backup-if-mismatch -p1 < $DATA/set_trisquel_iso_suggestion.patch
|
||||
# FIX T11 only: Set live user uid as 1000, which fails due to
|
||||
# systemd taking 999 in later versions (LP: #2004092) remove on T12.
|
||||
patch --no-backup-if-mismatch -p1 < $DATA/set_liveuser_uid_1000.patch
|
||||
|
||||
changelog "Compiled for Trisquel"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue