[Bug 1933711] Re: defining tmpfs /tmp in autoinstall config fails
Michael Hudson-Doyle
1933711 at bugs.launchpad.net
Sun Sep 26 23:24:06 UTC 2021
** Changed in: subiquity (Ubuntu)
Status: Fix Committed => Fix Released
--
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:
Fix Released
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