exits with error

Bug #1822498 reported by Noah Richards
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu Customization Kit
New
Undecided
Unassigned

Bug Description

after attempting to copy mtab returns: "cp: '/etc/mtab' and '/home/bodhi/tmp/remaster-root/etc/mtab' are the same file"
then unmounts everything and returns: "Failed to copy mtab, error=1"
32 bit bodhi legecy
edit proformed on lubuntu-18.10-desktop-i386.iso

Revision history for this message
Noah Richards (noshricardo) wrote :
Revision history for this message
vik (vik) wrote :

It's trying to copy a link onto itself. You'll need to edit /usr/lib/uck/remaster-live-cd.sh and you'll find the "cp mtab" command roughly on line 371. Add a new line before that saying:

rm "$REMASTER_DIR/etc/mtab"

which makes sure the link isn't there.

However, I'm now stuck with:

Unable to init server: Could not connect: Connection refused

Which I suspect is something to do with access to the X server getting lost.

As far as I can tell, Ubuntu don't really want anyone making custom distros from their code any more

Vik :v)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.