summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-02-27 09:39:30 +0100
committermaximilian attems <maks@debian.org>2006-02-27 09:39:30 +0100
commit236d8183a72e0de357a743bc909ea25e8bd1995e (patch)
treed668e91fb383107b1f883abae7e96a6057e96311 /init
parent833ebf13b59f2cc2e9af15f2df3727f4e09bec41 (diff)
downloadinitramfs-tools-236d8183a72e0de357a743bc909ea25e8bd1995e.tar.gz
initramfs-tools-236d8183a72e0de357a743bc909ea25e8bd1995e.zip
hardcoded root support
Diffstat (limited to 'init')
-rwxr-xr-xinit4
1 files changed, 3 insertions, 1 deletions
diff --git a/init b/init
index 1e4e2fd..f69b3e8 100755
--- a/init
+++ b/init
@@ -21,6 +21,9 @@ mknod /dev/null c 1 3
export DPKG_ARCH=
. /conf/arch.conf
+# Export it for root hardcoding
+export ROOT=
+
# Bring in the main config
. /conf/initramfs.conf
for i in conf/conf.d/*; do
@@ -33,7 +36,6 @@ export break=
export init=/sbin/init
export quiet=n
export readonly=y
-export ROOT=
export resume=${RESUME}
export rootmnt=/root
export debug=