diff options
author | maximilian attems <maks@debian.org> | 2006-01-24 12:27:42 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2006-01-24 12:27:42 +0100 |
commit | 5ac8871bdc5093eb2b570937dcc37167b904cb8e (patch) | |
tree | 283b2d7b6e8497f960982a2fe0225251900d9773 /init | |
parent | f2688cc18d0e0420ad4ad069ed6bb32b2869badb (diff) | |
download | initramfs-tools-5ac8871bdc5093eb2b570937dcc37167b904cb8e.tar.gz initramfs-tools-5ac8871bdc5093eb2b570937dcc37167b904cb8e.zip |
sync 0.40ubuntu16
Diffstat (limited to 'init')
-rwxr-xr-x | init | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -13,9 +13,15 @@ mount -t proc none /proc # are used; which they will be, but it's worth pointing out mount -t tmpfs -o mode=0755 udev /dev touch /dev/.initramfs-tools +mkdir /dev/.initramfs mknod /dev/console c 5 1 mknod /dev/null c 1 3 +# Export the dpkg architecture +export DPKG_ARCH= +. /conf/arch.conf + +# Bring in the main config . /conf/initramfs.conf . /scripts/functions |