Closed WillNilges closed 4 years ago
If this does get ACK'd, would you mind filing another PR against core20 and core? Thanks
Sure thing :+1:
@mvo5 @xnox Would you guys mind having a look at this sometime this week? I need this feature for a deadline coming up pretty soon.
@WillNilges can you also adjust the corresponding tests in https://github.com/snapcore/core18/blob/master/hook-tests/008-etc-writable.test
Also perhaps @sil2100 could take a look
As an aside, I've messed around with this feature in my branch quite a bit and it does exactly what you'd expect it to: Make issue
and motd
writable.
Can you please port this PR to core20
and future versions? Thanks.
As an embedded developer, I'd like to be able to modify my
motd
andissue
banners with a config hook when installing my Ubuntu Core image. Because these files are unwritable currently, It appears I straight-up cannot do that, so, I'd like to add them to thewritable
directory so that they can be modified.