diff options
author | maximilian attems <maks@debian.org> | 2006-02-27 09:39:30 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2006-02-27 09:39:30 +0100 |
commit | 236d8183a72e0de357a743bc909ea25e8bd1995e (patch) | |
tree | d668e91fb383107b1f883abae7e96a6057e96311 /init | |
parent | 833ebf13b59f2cc2e9af15f2df3727f4e09bec41 (diff) | |
download | initramfs-tools-236d8183a72e0de357a743bc909ea25e8bd1995e.tar.gz initramfs-tools-236d8183a72e0de357a743bc909ea25e8bd1995e.zip |
hardcoded root support
Diffstat (limited to 'init')
-rwxr-xr-x | init | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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= |