[Bug 1933711] Re: defining tmpfs /tmp in autoinstall config fails
Todd Taft
1933711 at bugs.launchpad.net
Tue Jun 29 03:44:46 UTC 2021
The proposed fix works for me, both in the both in the simple example I
posted, as well as a more complex configuration that I didn't post.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to subiquity in Ubuntu.
https://bugs.launchpad.net/bugs/1933711
Title:
defining tmpfs /tmp in autoinstall config fails
Status in subiquity package in Ubuntu:
Triaged
Bug description:
Attempting to creat a tmpfs /tmp partition with the Ubuntu 20.04
autoinstaller fails with the error: __init__() missing 1 required
positional argument: 'device'
The relevant section of the user-data file I'm attempting is:
- id: tmpfs1
type: mount
spec: "none"
path: "/tmp"
options: size=4194304
fstype: "tmpfs"
This section is copied directly from https://curtin.readthedocs.io/en/latest/topics/storage.html (changing the path).
The full file is attached.
Autoinstall succeeds if all of the lines listed above are deleted.
I'm using the daily ISO autoinstall image downloaded using the script
at https://github.com/covertsh/ubuntu-autoinstall-generator .
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1933711/+subscriptions
More information about the foundations-bugs
mailing list