livecd-rootfs: config/hooks/00-uid-gid-fix.chroot_early failed
Bug #1515400 reported by
Tim Gardner
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
livecd-rootfs (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
Xenial |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
Using a Wily amd64 host:
#!/bin/sh
export PROJECT=ubuntu-core
export BOOTLOADER=grub
export ARCH=amd64
export SUBPROJECT=
export IMAGEFORMAT=ext4
export SUITE=xenial
/usr/share/
mkdir -p config/hooks
sudo /usr/share/
To post a comment you must log in.
this is on purpose. on readonly rootfs setups like snappy we want to catch changes to /etc/passwd, else you get a UID/GID mess on upgrades (file permissions etc) the hook above explicitly makes sure that you update the livecd-rootfs shipped password database.