Bug#385281: initramfs-tools: Could remove the mkdir's and mknod's from init script.

2006-08-30 Thread maximilian attems
hello, On Wed, 30 Aug 2006, Tim Phipps wrote: > The top part of init has this: > > mkdir /sys > mkdir /proc > mkdir /tmp > mkdir -p /var/lock they are very fast to create on initramfs, i'll put guards on those too if someone thinks to need to ship them in initramfs. > These can all be put in

Bug#385281: initramfs-tools: Could remove the mkdir's and mknod's from init script.

2006-08-30 Thread Tim Phipps
Package: initramfs-tools Version: 0.76 Severity: minor The top part of init has this: mkdir /sys mkdir /proc mkdir /tmp mkdir -p /var/lock These can all be put in the initramfs image can't they? Also (not a bug), I can't figure out how /root gets created, it's not in the image and there's no "mk