summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-06-27 14:11:25 +0200
committermaximilian attems <maks@debian.org>2006-06-27 14:11:25 +0200
commit42579f456b1a87627a1416b3f80c51d9f15fb09a (patch)
tree06abec2d73f8035691a514517cb1d266431d2815 /scripts
parentc7ad939852fedfe308a643805df3d7e3a6549755 (diff)
downloadinitramfs-tools-42579f456b1a87627a1416b3f80c51d9f15fb09a.tar.gz
initramfs-tools-42579f456b1a87627a1416b3f80c51d9f15fb09a.zip
- fix typo on panic call
- load the right i2c module for ppc g5 (windfarm needs more work)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/functions2
-rwxr-xr-xscripts/init-premount/thermal2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/functions b/scripts/functions
index 35485c6..a4faaa8 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -62,7 +62,7 @@ panic()
modprobe -q i8042
modprobe -q atkbd
echo $@
- FS1='(initramfs) ' /bin/sh </dev/console >/dev/console 2>&1
+ PS1='(initramfs) ' /bin/sh </dev/console >/dev/console 2>&1
}
maybe_break()
diff --git a/scripts/init-premount/thermal b/scripts/init-premount/thermal
index d59af8a..3518e7c 100755
--- a/scripts/init-premount/thermal
+++ b/scripts/init-premount/thermal
@@ -18,7 +18,7 @@ esac
case "$DPKG_ARCH" in
# load the right modules
powerpc|ppc64)
- modprobe -q i2c-keywest
+ modprobe -q i2c-powermac
modprobe -q therm_pm72
;;
i386|amd64|ia64)