[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#352434: tmpfs for /dev is ram/2



reassign 352434 initramfs-tools
thanks

On Feb 11, Norbert Tretkowski <norbert@tretkowski.de> wrote:

> ,----
> | tmpfs        tmpfs    253M  112K  252M   1% /dev
> `----
> 
> This system has 512 MB RAM, and $tmpfs_size is still "10M" in the udev
> init script.

initramfs-tools creates it. It should use something like this:

# default
tmpfs_size="10M"

if [ -e /etc/udev/udev.conf ]; then
  . /etc/udev/udev.conf
fi

mount -n -o size=$tmpfs_size,mode=0755 -t tmpfs tmpfs /dev

-- 
ciao,
Marco

Attachment: signature.asc
Description: Digital signature


Reply to: