original lsb-release file should be preserved for classic mode
Bug #1650207 reported by
Oliver Grawert
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
snapd |
Confirmed
|
Undecided
|
Unassigned | ||
livecd-rootfs (Ubuntu) |
Confirmed
|
Medium
|
Oliver Grawert |
Bug Description
when installing the classic snap the modified /etc/lsb-release and /etc/os-release are used inside the tarball. when compiling code that uses the content of these files at build time they get the wrong info:
DISTRIB_ID="Ubuntu Core"
DISTRIB_RELEASE=16
DISTRIB_
vs:
DISTRIB_ID=Ubuntu
DISTRIB_
DISTRIB_
DISTRIB_
we should preserve the original data for these two files and use it inside the classic container when the classic snap is installed, so build environments can match against the correct data.
Changed in livecd-rootfs (Ubuntu): | |
importance: | Undecided → Medium |
assignee: | nobody → Oliver Grawert (ogra) |
affects: | snappy → snapd |
To post a comment you must log in.
/etc/issue, too, plz :-)