I'm struggling to install Ubuntu with the -proposed repository. The doc
is pretty outdated[1].

I have tried these without success:

#cloud-config
autoinstall:
  version: 1
  packages:
    - ubuntu-desktop
  identity:
    hostname: ubuntu-server
    password: 
"$6$exDY1mhS4KUYCE/2$zmn9ToZwTKLhCw.b4/b.ZRTIZM30JZ4QrOQ2aOXJ8yk96xpcCof0kxKwuX1kqLG/ygbJ1f8wxED22bTL4F46P0"
    username: ubuntu
  apt:
    sources:
      proposed.sources:
        source: |
                Types: deb
                URIs: http://archive.ubuntu.com/ubuntu
                Suites: resolute-proposed
                Components: main restricted universe multiverse
                  

#cloud-config
autoinstall:
  version: 1
  identity:
    hostname: ubuntu-server
    password: 
"$6$exDY1mhS4KUYCE/2$zmn9ToZwTKLhCw.b4/b.ZRTIZM30JZ4QrOQ2aOXJ8yk96xpcCof0kxKwuX1kqLG/ygbJ1f8wxED22bTL4F46P0"
    username: ubuntu
  late-commands:
     - curtin in-target --target=/target -- sed -i 
's/resolute-backports/resolute-backports resolute-proposed/' 
/etc/apt/sources.list.d/ubuntu.sources
     - curtin in-target --target=/target -- apt-get -y update | tee 
/target/ubuntu-desktop-apt.log
     - curtin in-target --target=/target -- apt-get install -y ubuntu-desktop 
2>&1 | tee /target/ubuntu-desktop-apt.log


[1] 
https://wiki.ubuntu.com/Testing/EnableProposed#Installation_testing_using_-proposed
[2] 
https://curtin.readthedocs.io/en/latest/topics/apt_source.html#common-snippets

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2152888

Title:
  [SRU] Firefox fails to install with Ubuntu subiquity autoinstall:
  preinst cannot create /dev/tty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/2152888/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to