summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index 4776f4a..87cd822 100755
--- a/draklive
+++ b/draklive
@@ -500,7 +500,7 @@ sub create_initrd_for_media {
devices::make($initrd_tree . "/dev/$_") foreach
if_($rrpt_dev, $rrpt_dev),
qw(console initrd null ram systty),
- (map { "tty$_" } 0..5),
+ (map { "tty$_" } 0..8),
(map { "loop$_" } 0 .. $loop_nb);
#- pre-create devfsd compatibility loop devices (since busybox is still built with devfsd support)
mkdir_p($initrd_tree . "/dev/loop");