diff options
| author | Jonathan Bauer | 2013-08-19 18:35:19 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-08-19 18:35:19 +0200 |
| commit | 4b1854b09632d8c96cba989ad1f955641b20bf92 (patch) | |
| tree | 1c78e4e23aae29c6b77a00e8e8b1539f17d43ee4 /remote | |
| parent | [server] create sqfs of stage32 under server/boot/<ip>/stage32.sqfs and let t... (diff) | |
| download | tm-scripts-4b1854b09632d8c96cba989ad1f955641b20bf92.tar.gz tm-scripts-4b1854b09632d8c96cba989ad1f955641b20bf92.tar.xz tm-scripts-4b1854b09632d8c96cba989ad1f955641b20bf92.zip | |
fix pcspkr already registered. Uncomment to make it work ;)
Diffstat (limited to 'remote')
| -rwxr-xr-x | remote/rootfs/rootfs-stage31/data/init | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/rootfs/rootfs-stage31/data/init b/remote/rootfs/rootfs-stage31/data/init index f0db8730..aba3ac16 100755 --- a/remote/rootfs/rootfs-stage31/data/init +++ b/remote/rootfs/rootfs-stage31/data/init @@ -92,6 +92,7 @@ fi # copy files needed for stage3.2 to FUTURE_ROOT [ $DEBUG -ge 1 ] && echo "Copying busybox etc. to stage32..." tar -cp "/bin" "/sbin" "/usr/bin" "/usr/sbin" "/etc/functions" | tar -xp -C "${FUTURE_ROOT}/opt/openslx/" +#echo 'blacklist pcspkr' >> /mnt/etc/modprobe.d/blacklist.conf # one last debug shell if activated [ $DEBUG -ge 1 ] && drop_shell "Requested Debug Shell: before switch_root." |
