[Bug 190016] Re: [patch] Mythbuntu: add aufs support and various other options to initramfs

Alkis Georgopoulos 190016 at bugs.launchpad.net
Fri Feb 17 08:37:03 UTC 2012


We minimalized the initramfs code and switched to using a custom
init=/sbin/init-ltsp. The patch no longer applies in the current code,
marking as won't fix.

** Changed in: ltsp (Ubuntu)
       Status: New => Won't Fix

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

Title:
  [patch] Mythbuntu: add aufs support and various other options to
  initramfs

Status in “ltsp” package in Ubuntu:
  Won't Fix

Bug description:
  Hello,

  
  here are the initramfs changes I've been talking about for a while. They include the patch from #184549.

  I haven't had a chance to test my newest changes, but it's possible to
  boot with aufs (another unionfs) and an NFS overlay. It's posted for
  review now and will get some better testing next weekend.

  Instead of writing a new description, I'll just post my additions to
  conf.d/ltsp where I've documented the options I've added:

  # MINRAM: if we have less than $MINRAM kB of RAM, we'll add swap
  # Default is 49152
  # Note: can be overridden with minram= at boot time
  # MINRAM=

  
  # WOLADDRESS: MAC address (aa:bb:cc:dd:ee:ff notation) of the box you
  # want to wake up
  # Note: etherwake has to be installed
  # Note: can be overridden with wol=aa:bb:cc:dd:ee:ff boot option
  # WOLADDRESS=

  # OVERLAY can be set to "tmpfs" to use the default behaviour of writing
  # all changes to tmpfs or you can specify:
  # * a NFS share prefixed with "nfs="
  # * "nfs" or "NFS" to auto-detect the NFS share which is to be used
  #   (NFS server will be the nbdroot server, path will be "/opt/ltsp/overlay")
  # * or a block device, eg /dev/sda1 (will be
  #   interpreted by mount, UUID might work as well)
  #
  # Note: can be overridden with overlay= boot option
  # Note: default is "tmpfs"
  # Note: If you're going to use NFS, it's recommended you set UNIONTYPE="aufs"
  # Examples:
  # OVERLAY="/dev/sda1/"
  # OVERLAY="nfs=192.168.0.1:/my/share/"
  # OVERLAY=

  # OVERLAYKEY: valid options: "MAC", "HOSTNAME" or any string of your choice
  # A new directory will be created inside the file system described by $OVERLAY.
  # Its name will either be the MAC address of the NIC used to bring up your
  # system ("MAC"), the hostname ("HOSTNAME") (as given out by your dhcpd or
  # as specified using the ip= boot option) or any other string you might
  # have entered here.
  # All changes you will make to the root file system will be preserved in this
  # directory and they'll be available even after reboots. That's the plan
  # at least, so make sure your backups are up to date.
  # Note: can be overridden with overlaykey= boot option
  # Note: this option is not used with OVERLAY=tmpfs to preserve default behavior
  # Note: OVERLAYKEY defaults to "MAC"
  # Note: If you're using MAC, colons will stripped from the MAC address
  # OVERLAYKEY=""

  # UNIONTYPE: which stacking file system do you want to use
  # Defaults to unionfs if not set
  # valid choices: "aufs", empty
  # Note: can be overriden with union= boot option
  # UNIONTYPE="aufs"

  # HOSTNAMEOVERRIDE: set the hostname of the client to the overlay key
  # If $OVERLAYKEY is used and you set this option to "true",
  # the host name of the client will be set to the string represented by
  # $OVERLAYKEY (eg OVERLAYKEY="MAC" will set the host name to the MAC address
  # without colons)
  # Valid choices: "true", empty
  # Note: can be overriden with hostnameoverride= boot option
  HOSTNAMEOVERRIDE=""

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




More information about the foundations-bugs mailing list